The index_in_meta_binary and is_in_meta_binary meta kernels don't have a docstring added when registered.
See
|
: MetaFunction("is_in_meta_binary", Arity::Binary(), /*doc=*/nullptr) {} |
, the
doc member is set to nullptr.
Reporter: Joris Van den Bossche / @jorisvandenbossche
Assignee: Antoine Pitrou / @pitrou
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-14751. Please see the migration documentation for further details.
The
index_in_meta_binaryandis_in_meta_binarymeta kernels don't have a docstring added when registered.See
arrow/cpp/src/arrow/compute/kernels/scalar_set_lookup.cc
Line 451 in 2b10648
docmember is set to nullptr.Reporter: Joris Van den Bossche / @jorisvandenbossche
Assignee: Antoine Pitrou / @pitrou
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-14751. Please see the migration documentation for further details.