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

Function TakeTAT

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

Source from the content-addressed store, hash-verified

1176}
1177
1178Result<Datum> TakeTAT(const std::shared_ptr<Schema>& schm,
1179 const std::vector<std::string>& values, const std::string& indices,
1180 const std::shared_ptr<DataType>& index_type = int8()) {
1181 return Take(Datum{TableFromJSON(schm, values)},
1182 Datum{ArrayFromJSON(index_type, indices)});
1183}
1184
1185Result<Datum> TakeTCT(const std::shared_ptr<Schema>& schm,
1186 const std::vector<std::string>& values,

Callers 1

ExecuteImplMethod · 0.85

Calls 3

TakeFunction · 0.85
TableFromJSONFunction · 0.85
ArrayFromJSONFunction · 0.85

Tested by

no test coverage detected