Add doc examples for eq_dyn
etc.
#1202
Labels
arrow
Changes to the arrow crate
documentation
Improvements or additions to documentation
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
The comparison kernels have a somewhat bewildering array of options for a new developer
https://docs.rs/arrow/7.0.0/arrow/compute/kernels/comparison/index.html
We have been making the API easier to use with so called
dyn
kernels (such aseq_dyn
, etc) but this may not be as discoverable as would be ideal.Thus it would be great to add some doctests to the
comparison
module that demonstrated how to use those kernels with an example of creating two arrays, and then callingeq_dyn
on themThe text was updated successfully, but these errors were encountered: