Class Types

java.lang.Object
org.apache.arrow.vector.types.Types

public class Types extends Object
An enumeration of all logical types supported by this library.
  • Constructor Details

    • Types

      public Types()
  • Method Details

    • getMinorTypeForArrowType

      public static Types.MinorType getMinorTypeForArrowType(ArrowType arrowType)
      Maps the ArrowType to the java implementations MinorType.