Class BooleanType

  • All Implemented Interfaces:
    Type

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

      • getBoolean

        public boolean getBoolean​(Column c,
                                  int position)
        Description copied from interface: Type
        Gets a boolean at position.
        Specified by:
        getBoolean in interface Type
      • writeBoolean

        public void writeBoolean​(ColumnBuilder builder,
                                 boolean value)
        Description copied from interface: Type
        Write a boolean to the current entry;
        Specified by:
        writeBoolean 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 BooleanType getInstance()