MCPcopy Create free account
hub / github.com/apache/arrow / TEST_F

Function TEST_F

cpp/src/arrow/compute/kernels/scalar_string_test.cc:737–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 13

CheckScalarUnaryFunction · 0.85
ArrayFromJSONFunction · 0.85
fixed_size_binaryFunction · 0.85
CallFunctionFunction · 0.85
CastFunction · 0.85
AssertDatumsEqualFunction · 0.85
substrMethod · 0.80
ValueOrDieMethod · 0.80
make_arrayMethod · 0.80
typeFunction · 0.50
typeMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected