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

Function OutputSchemaFromOptions

cpp/src/arrow/dataset/scan_node.cc:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50namespace {
51
52Result<std::shared_ptr<Schema>> OutputSchemaFromOptions(const ScanV2Options& options) {
53 return FieldPath::GetAll(*options.dataset->schema(), options.columns);
54}
55
56// In the future we should support async scanning of fragments. The
57// Dataset class doesn't support this yet but we pretend it does here to

Callers 1

MakeMethod · 0.85

Calls 2

GetAllFunction · 0.85
schemaMethod · 0.45

Tested by

no test coverage detected