Std.Column.gather
1 declaration
fn
gather: &Std.Column.ColumnU64 -> &Std.Buffer.Buffer -> Std.Column.ColumnU64This is a callable function.
What it does
Gathers row elements according to a permutation index buffer into a new contiguous unboxed column.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
- & borrows a value for this call instead of moving or copying it.
