Class RepeatedDateHolder

java.lang.Object
org.apache.drill.exec.expr.holders.RepeatedDateHolder
All Implemented Interfaces:
ValueHolder

public final class RepeatedDateHolder extends Object implements ValueHolder
  • Field Details

    • TYPE

      public static final TypeProtos.MajorType TYPE
    • start

      public int start
      The first index (inclusive) into the Vector.
    • end

      public int end
      The last index (exclusive) into the Vector.
    • vector

      public DateVector vector
      The Vector holding the actual values.
    • reader

      public FieldReader reader
  • Constructor Details

    • RepeatedDateHolder

      public RepeatedDateHolder()