Class BinaryType

  • All Implemented Interfaces:
    Type

    public class BinaryType
    extends java.lang.Object
    implements Type
    • Method Detail

      • getBinary

        public Binary getBinary​(Column c,
                                int position)
        Description copied from interface: Type
        Gets a Binary at position.
        Specified by:
        getBinary in interface Type
      • writeBinary

        public void writeBinary​(ColumnBuilder builder,
                                Binary value)
        Description copied from interface: Type
        Write a Binary to the current entry;
        Specified by:
        writeBinary in interface Type
      • createColumnBuilder

        public ColumnBuilder createColumnBuilder​(int expectedEntries)
        Description copied from interface: Type
        Creates the preferred column builder for this type. This is the builder used to store values after an expression projection within the read.
        Specified by:
        createColumnBuilder in interface Type
      • getInstance

        public static BinaryType getInstance()