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

Function GetRepeatedOptions

cpp/src/arrow/acero/asof_join_node_test.cc:169–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169AsofJoinNodeOptions GetRepeatedOptions(size_t repeat, FieldRef on_key,
170 std::vector<FieldRef> by_key, int64_t tolerance) {
171 std::vector<AsofJoinNodeOptions::Keys> input_keys(repeat);
172 for (size_t i = 0; i < repeat; i++) {
173 input_keys[i] = {on_key, by_key};
174 }
175 return AsofJoinNodeOptions(input_keys, tolerance);
176}
177
178// mutates by copying from_key into to_key and changing from_key to zero
179Result<BatchesWithSchema> MutateByKey(BatchesWithSchema& batches, std::string from_key,

Callers 6

ASSERT_OK_AND_ASSIGNFunction · 0.70
RunMutateNullKeyFunction · 0.70
RunMutateEmptyKeyFunction · 0.70
TestBackpressureFunction · 0.70
TestSequencingFunction · 0.70
TestSchemaResolutionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected