Class DefaultGlueType


  • public class DefaultGlueType
    extends Object
    Defines the default mapping of AWS Glue Data Catalog types to Apache Arrow types. You can override these by overriding convertField(...) on GlueMetadataHandler.
    • Method Detail

      • fromId

        public static org.apache.arrow.vector.types.pojo.ArrowType fromId​(String id)
      • toArrowType

        public static org.apache.arrow.vector.types.pojo.ArrowType toArrowType​(String id)
      • getArrowType

        public org.apache.arrow.vector.types.pojo.ArrowType getArrowType()
      • getNonComparableSet

        public static Set<String> getNonComparableSet()