Class CompiledTuple

  • All Implemented Interfaces:
    CloneableData, Serializable, Cloneable

    public abstract class CompiledTuple
    extends Tuple
    Subclass of tuple that indicates a tuple has a compiled representation for better performance. No additional methods are supported, this exists so that some interfaces which require a compiled tuple representation for performance can be typesafe.
    See Also:
    Serialized Form
    • Constructor Detail

      • CompiledTuple

        protected CompiledTuple​(Schema schema)
        Constructor
        Parameters:
        schema - Schema