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

Function TakeCAC

cpp/src/arrow/compute/kernels/vector_selection_test.cc:1148–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1146// TakeACC is never tested directly, so it is not defined here
1147
1148Result<Datum> TakeCAC(std::shared_ptr<ChunkedArray> values,
1149 std::shared_ptr<Array> indices) {
1150 return Take(Datum{std::move(values)}, Datum{std::move(indices)});
1151}
1152
1153Result<Datum> TakeCAC(const std::shared_ptr<DataType>& type,
1154 const std::vector<std::string>& values, const std::string& indices,

Callers 7

DoCheckTakeCACWithArraysFunction · 0.85
TestNumericBasicsMethod · 0.85
TEST_FFunction · 0.85
TYPED_TESTFunction · 0.85
TESTFunction · 0.85
TakeTATMethod · 0.85
ExecuteImplMethod · 0.85

Calls 3

TakeFunction · 0.85
ChunkedArrayFromJSONFunction · 0.85
ArrayFromJSONFunction · 0.85

Tested by

no test coverage detected