docs.rs failed to build arrow-ord-56.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
arrow-ord-58.2.0
Arrow ordering kernels
Sort RecordBatch
# use Arc;
# use *;
# use AsArray;
# use Int32Type;
# use sort_to_indices;
# use take;
#
let a: ArrayRef = new;
let b: ArrayRef = new;
let batch = try_from_iter.unwrap;
// Sort by column 1
let indices = sort_to_indices.unwrap;
// Apply indices to batch columns
let columns = batch.columns.iter.map.collect;
let sorted = try_new.unwrap;
let col1 = sorted.column.;
assert_eq!;