Class VectorHolder.ConstantVectorHolder<T>

  • Enclosing class:
    VectorHolder

    public static class VectorHolder.ConstantVectorHolder<T>
    extends VectorHolder
    A Vector Holder which does not actually produce values, consumers of this class should use the constantValue to populate their ColumnVector implementation.
    • Constructor Detail

      • ConstantVectorHolder

        public ConstantVectorHolder​(int numRows)
      • ConstantVectorHolder

        public ConstantVectorHolder​(int numRows,
                                    T constantValue)
    • Method Detail

      • getConstant

        public java.lang.Object getConstant()