Uses of Class
org.apache.parquet.schema.PrimitiveComparator
-
Packages that use PrimitiveComparator Package Description org.apache.parquet.column org.apache.parquet.column.statistics org.apache.parquet.filter2.recordlevel org.apache.parquet.schema -
-
Uses of PrimitiveComparator in org.apache.parquet.column
Constructors in org.apache.parquet.column with parameters of type PrimitiveComparator Constructor Description MinMax(PrimitiveComparator<T> comparator, Iterable<T> iterable) -
Uses of PrimitiveComparator in org.apache.parquet.column.statistics
Methods in org.apache.parquet.column.statistics that return PrimitiveComparator Modifier and Type Method Description PrimitiveComparator<T>Statistics. comparator()Returns thePrimitiveComparatorimplementation to be used to compare two generic values in the proper way (for example, unsigned comparison for UINT_32). -
Uses of PrimitiveComparator in org.apache.parquet.filter2.recordlevel
Methods in org.apache.parquet.filter2.recordlevel that return PrimitiveComparator Modifier and Type Method Description protected <T> PrimitiveComparator<T>IncrementallyUpdatedFilterPredicateBuilderBase. getComparator(org.apache.parquet.hadoop.metadata.ColumnPath path) -
Uses of PrimitiveComparator in org.apache.parquet.schema
Fields in org.apache.parquet.schema declared as PrimitiveComparator Modifier and Type Field Description static PrimitiveComparator<Binary>PrimitiveComparator. UNSIGNED_LEXICOGRAPHICAL_BINARY_COMPARATORMethods in org.apache.parquet.schema that return PrimitiveComparator Modifier and Type Method Description <T> PrimitiveComparator<T>PrimitiveType. comparator()Returns theTypespecific comparator for properly comparing values.
-