Uses of Class
org.apache.arrow.vector.types.pojo.ArrowType.Int
Package
Description
Utilities to bind Arrow data as JDBC prepared statement parameters.
-
Uses of ArrowType.Int in org.apache.arrow.adapter.jdbc.binder
-
Uses of ArrowType.Int in org.apache.arrow.driver.jdbc.converter.impl
-
Uses of ArrowType.Int in org.apache.arrow.driver.jdbc.utils
-
Uses of ArrowType.Int in org.apache.arrow.vector.dictionary
Modifier and TypeMethodDescriptionstatic ArrowType.Int
DictionaryEncoder.getIndexType
(int valueCount) Get the indexType according to the dictionary vector valueCount. -
Uses of ArrowType.Int in org.apache.arrow.vector.types.pojo
Modifier and TypeMethodDescriptionArrowType.ArrowTypeVisitor.visit
(ArrowType.Int type) final T
ArrowType.ComplexTypeVisitor.visit
(ArrowType.Int type) ModifierConstructorDescriptionDictionaryEncoding
(long id, boolean ordered, ArrowType.Int indexType) Constructs a new instance.