Package org.apache.arrow.vector.types
Class Types
java.lang.Object
org.apache.arrow.vector.types.Types
An enumeration of all logical types supported by this library.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Types.MinorType
getMinorTypeForArrowType
(ArrowType arrowType) Maps the ArrowType to the java implementations MinorType.
-
Constructor Details
-
Types
public Types()
-
-
Method Details
-
getMinorTypeForArrowType
Maps the ArrowType to the java implementations MinorType.
-