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

Function UnionDataset

cpp/src/arrow/dataset/dataset.h:480–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478 Result<FragmentIterator> GetFragmentsImpl(compute::Expression predicate) override;
479
480 explicit UnionDataset(std::shared_ptr<Schema> schema, DatasetVector children)
481 : Dataset(std::move(schema)), children_(std::move(children)) {}
482
483 DatasetVector children_;
484

Callers 1

_union_datasetFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected