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

        @Deprecated
        public ConstantVectorHolder​(int numRows,
                                    T constantValue)
        Deprecated.
        since 1.4.0, will be removed in 1.5.0; use typed constant holders instead.
      • ConstantVectorHolder

        public ConstantVectorHolder​(Types.NestedField icebergField,
                                    int numRows,
                                    T constantValue)
    • Method Detail

      • getConstant

        public java.lang.Object getConstant()