pf_sort Interface

public interface pf_sort

An independent sorted copy of values, leaving values untouched.

Deliberately not defined for parquet_string_column or parquet_column: copying a whole column to sort it serves no purpose, and reordering one in place is pf_argsort followed by pf_permute, which says what it does at the call site.


Module Procedures

private interface sort_i32()

Arguments

None

private interface sort_i64()

Arguments

None

private interface sort_f32()

Arguments

None

private interface sort_f64()

Arguments

None

private interface sort_bool()

Arguments

None

private interface sort_chr()

Arguments

None

private interface sort_date()

Arguments

None

private interface sort_time()

Arguments

None

private interface sort_ts()

Arguments

None