maartenbreddels commented on pull request #7593:
URL: https://github.com/apache/arrow/pull/7593#issuecomment-653047332
String is a subclass of binary right? So I expect binary_contains_exact to
work on strings right?
This is
maartenbreddels commented on pull request #7593:
URL: https://github.com/apache/arrow/pull/7593#issuecomment-652263794
While at the difficult topic of naming, is there a conversion (agreed or
emerging) for naming the functors/ArrayKernelExec implementations? I see in
`scalar_string.cc` we
maartenbreddels commented on pull request #7593:
URL: https://github.com/apache/arrow/pull/7593#issuecomment-652254096
I like the prefixing by `string`. I'm a big fan of ordering 'words' in snake
or camel casing for good tab completion and alphabetic ordering, so I agree
with @wesm 's prop