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

Method Default

cpp/src/arrow/dataset/scanner.cc:874–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872}
873
874Result<ProjectionDescr> ProjectionDescr::Default(const Schema& dataset_schema,
875 bool add_augmented_fields) {
876 return ProjectionDescr::FromNames(dataset_schema.field_names(), dataset_schema,
877 add_augmented_fields);
878}
879
880void SetProjection(ScanOptions* options, ProjectionDescr projection) {
881 options->projection = std::move(projection.expression);

Callers

nothing calls this directly

Calls 1

field_namesMethod · 0.80

Tested by

no test coverage detected