fn compare_greater<T: ParquetValueType>(
descr: &ColumnDescriptor,
a: &T,
b: &T,
) -> bool
Expand description
Evaluate a > b
according to underlying logical type.
fn compare_greater<T: ParquetValueType>(
descr: &ColumnDescriptor,
a: &T,
b: &T,
) -> bool
Evaluate a > b
according to underlying logical type.