| 735 | }; |
| 736 | |
| 737 | TEST_F(TestFixedSizeBinaryKernels, BinaryLength) { |
| 738 | CheckUnary("binary_length", R"(["aaaaaa", null, "áéí"])", offset_type(), |
| 739 | "[6, null, 6]"); |
| 740 | } |
| 741 | |
| 742 | TEST_F(TestFixedSizeBinaryKernels, BinarySliceEmpty) { |
| 743 | SliceOptions options{2, 4}; |
nothing calls this directly
no test coverage detected