Class DefaultGlueType
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.metadata.glue.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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.apache.arrow.vector.types.pojo.ArrowTypefromId(String id)org.apache.arrow.vector.types.pojo.ArrowTypegetArrowType()static Set<String>getNonComparableSet()static org.apache.arrow.vector.types.pojo.ArrowTypetoArrowType(String id)
-