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