Uses of Class
org.apache.arrow.vector.types.pojo.ArrowType.Int
Packages that use ArrowType.Int
-
Uses of ArrowType.Int in org.apache.arrow.vector.dictionary
Methods in org.apache.arrow.vector.dictionary that return ArrowType.IntModifier and TypeMethodDescriptionstatic ArrowType.IntDictionaryEncoder.getIndexType(int valueCount) Get the indexType according to the dictionary vector valueCount. -
Uses of ArrowType.Int in org.apache.arrow.vector.types.pojo
Methods in org.apache.arrow.vector.types.pojo that return ArrowType.IntMethods in org.apache.arrow.vector.types.pojo with parameters of type ArrowType.IntModifier and TypeMethodDescriptionArrowType.ArrowTypeVisitor.visit(ArrowType.Int type) final TArrowType.ComplexTypeVisitor.visit(ArrowType.Int type) Constructors in org.apache.arrow.vector.types.pojo with parameters of type ArrowType.IntModifierConstructorDescriptionDictionaryEncoding(long id, boolean ordered, ArrowType.Int indexType) Constructs a new instance.