parquet::column::writer

Function compare_greater

Source
fn compare_greater<T: ParquetValueType>(
    descr: &ColumnDescriptor,
    a: &T,
    b: &T,
) -> bool
Expand description

Evaluate a > b according to underlying logical type.