| 1183 | } |
| 1184 | |
| 1185 | Result<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 |
no test coverage detected