Uses of Class
org.apache.parquet.format.LogicalType._Fields
-
Packages that use LogicalType._Fields Package Description org.apache.parquet.format -
-
Uses of LogicalType._Fields in org.apache.parquet.format
Fields in org.apache.parquet.format with type parameters of type LogicalType._Fields Modifier and Type Field Description static Map<LogicalType._Fields,org.apache.thrift.meta_data.FieldMetaData>LogicalType. metaDataMapMethods in org.apache.parquet.format that return LogicalType._Fields Modifier and Type Method Description protected LogicalType._FieldsLogicalType. enumForId(short id)LogicalType._FieldsLogicalType. fieldForId(int fieldId)static LogicalType._FieldsLogicalType._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static LogicalType._FieldsLogicalType._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static LogicalType._FieldsLogicalType._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static LogicalType._FieldsLogicalType._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicalType._Fields[]LogicalType._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.parquet.format with parameters of type LogicalType._Fields Modifier and Type Method Description protected voidLogicalType. checkType(LogicalType._Fields setField, Object value)protected org.apache.thrift.protocol.TFieldLogicalType. getFieldDesc(LogicalType._Fields setField)Constructors in org.apache.parquet.format with parameters of type LogicalType._Fields Constructor Description LogicalType(LogicalType._Fields setField, Object value)
-