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

Function TakeTCT

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

Source from the content-addressed store, hash-verified

1183}
1184
1185Result<Datum> TakeTCT(const std::shared_ptr<Schema>& schm,
1186 const std::vector<std::string>& values,
1187 const std::vector<std::string>& indices) {
1188 return Take(Datum{TableFromJSON(schm, values)},
1189 Datum{ChunkedArrayFromJSON(int8(), indices)});
1190}
1191
1192// Assert helpers for Take tests
1193

Callers 1

ExecuteImplMethod · 0.85

Calls 3

TakeFunction · 0.85
TableFromJSONFunction · 0.85
ChunkedArrayFromJSONFunction · 0.85

Tested by

no test coverage detected