Uses of Class
org.apache.parquet.format.Float16Type
-
Packages that use Float16Type Package Description org.apache.parquet.format -
-
Uses of Float16Type in org.apache.parquet.format
Methods in org.apache.parquet.format that return Float16Type Modifier and Type Method Description Float16TypeFloat16Type. deepCopy()Float16TypeLogicalType. getFLOAT16()Methods in org.apache.parquet.format with parameters of type Float16Type Modifier and Type Method Description intFloat16Type. compareTo(Float16Type other)booleanFloat16Type. equals(Float16Type that)static LogicalTypeLogicalType. FLOAT16(Float16Type value)voidLogicalType. setFLOAT16(Float16Type value)Constructors in org.apache.parquet.format with parameters of type Float16Type Constructor Description Float16Type(Float16Type other)Performs a deep copy on other.
-