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

Method NewScan

cpp/src/arrow/dataset/dataset.cc:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 partition_expression_(std::move(partition_expression)) {}
203
204Result<std::shared_ptr<ScannerBuilder>> Dataset::NewScan() {
205 return std::make_shared<ScannerBuilder>(this->shared_from_this());
206}
207
208Result<FragmentIterator> Dataset::GetFragments() {
209 return GetFragments(compute::literal(true));

Callers 9

TEST_FFunction · 0.80
TEST_FFunction · 0.80
EXPECT_OK_AND_ASSIGNFunction · 0.80
ARROW_ASSIGN_OR_RAISEFunction · 0.80

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
EXPECT_OK_AND_ASSIGNFunction · 0.64