Uses of Class
org.apache.parquet.format.LogicalType
-
Packages that use LogicalType Package Description org.apache.parquet.format -
-
Uses of LogicalType in org.apache.parquet.format
Fields in org.apache.parquet.format declared as LogicalType Modifier and Type Field Description static LogicalTypeLogicalTypes. BSONstatic LogicalTypeLogicalTypes. DATEstatic LogicalTypeLogicalTypes. ENUMstatic LogicalTypeLogicalTypes. INT_16static LogicalTypeLogicalTypes. INT_32static LogicalTypeLogicalTypes. INT_64static LogicalTypeLogicalTypes. INT_8static LogicalTypeLogicalTypes. JSONstatic LogicalTypeLogicalTypes. LISTLogicalTypeSchemaElement. logicalTypeThe logical type of this SchemaElement LogicalType replaces ConvertedType, but ConvertedType is still required for some logical types to ensure forward-compatibility in format v1.static LogicalTypeLogicalTypes. MAPstatic LogicalTypeLogicalTypes. TIME_MICROSstatic LogicalTypeLogicalTypes. TIME_MILLISstatic LogicalTypeLogicalTypes. TIMESTAMP_MICROSstatic LogicalTypeLogicalTypes. TIMESTAMP_MILLISstatic LogicalTypeLogicalTypes. UINT_16static LogicalTypeLogicalTypes. UINT_32static LogicalTypeLogicalTypes. UINT_64static LogicalTypeLogicalTypes. UINT_8static LogicalTypeLogicalTypes. UNKNOWNstatic LogicalTypeLogicalTypes. UTF8Methods in org.apache.parquet.format that return LogicalType Modifier and Type Method Description static LogicalTypeLogicalType. BSON(BsonType value)static LogicalTypeLogicalType. DATE(DateType value)static LogicalTypeLogicalType. DECIMAL(DecimalType value)static LogicalTypeLogicalTypes. DECIMAL(int scale, int precision)LogicalTypeLogicalType. deepCopy()static LogicalTypeLogicalType. ENUM(EnumType value)LogicalTypeSchemaElement. getLogicalType()The logical type of this SchemaElement LogicalType replaces ConvertedType, but ConvertedType is still required for some logical types to ensure forward-compatibility in format v1.static LogicalTypeLogicalType. INTEGER(IntType value)static LogicalTypeLogicalType. JSON(JsonType value)static LogicalTypeLogicalType. LIST(ListType value)static LogicalTypeLogicalType. MAP(MapType value)static LogicalTypeLogicalType. STRING(StringType value)static LogicalTypeLogicalType. TIME(TimeType value)static LogicalTypeLogicalType. TIMESTAMP(TimestampType value)static LogicalTypeLogicalType. UNKNOWN(NullType value)static LogicalTypeLogicalType. UUID(UUIDType value)Methods in org.apache.parquet.format with parameters of type LogicalType Modifier and Type Method Description intLogicalType. compareTo(LogicalType other)booleanLogicalType. equals(LogicalType other)SchemaElementSchemaElement. setLogicalType(LogicalType logicalType)The logical type of this SchemaElement LogicalType replaces ConvertedType, but ConvertedType is still required for some logical types to ensure forward-compatibility in format v1.Constructors in org.apache.parquet.format with parameters of type LogicalType Constructor Description LogicalType(LogicalType other)
-