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

Function TakeCCC

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

Source from the content-addressed store, hash-verified

1157}
1158
1159Result<Datum> TakeCCC(std::shared_ptr<ChunkedArray> values,
1160 std::shared_ptr<ChunkedArray> indices) {
1161 return Take(Datum{std::move(values)}, Datum{std::move(indices)});
1162}
1163
1164Result<Datum> TakeCCC(const std::shared_ptr<DataType>& type,
1165 const std::vector<std::string>& values,

Callers 3

TESTFunction · 0.85
TakeTCTMethod · 0.85
ExecuteImplMethod · 0.85

Calls 2

TakeFunction · 0.85
ChunkedArrayFromJSONFunction · 0.85

Tested by

no test coverage detected