Skip to main content

compare_greater

Function compare_greater 

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

Evaluate a > b according to underlying logical type.