Uses of Class
org.apache.parquet.format.Type
-
Packages that use Type Package Description org.apache.parquet.format -
-
Uses of Type in org.apache.parquet.format
Fields in org.apache.parquet.format declared as Type Modifier and Type Field Description TypeColumnMetaData. typeType of this column *TypeSchemaElement. typeData type for this field.Methods in org.apache.parquet.format that return Type Modifier and Type Method Description static TypeType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TypeColumnMetaData. getType()Type of this column *TypeSchemaElement. getType()Data type for this field.static TypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type[]Type. 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 Type Modifier and Type Method Description ColumnMetaDataColumnMetaData. setType(Type type)Type of this column *SchemaElementSchemaElement. setType(Type type)Data type for this field.Constructors in org.apache.parquet.format with parameters of type Type Constructor Description ColumnMetaData(Type type, List<Encoding> encodings, List<String> path_in_schema, CompressionCodec codec, long num_values, long total_uncompressed_size, long total_compressed_size, long data_page_offset)
-