MCPcopy Create free account
hub / github.com/apache/datafusion / schema

Method schema

datafusion/pruning/src/pruning_predicate.rs:572–574  ·  view source on GitHub ↗

Return a reference to the input schema

(&self)

Source from the content-addressed store, hash-verified

570
571 /// Return a reference to the input schema
572 pub fn schema(&self) -> &SchemaRef {
573 &self.schema
574 }
575
576 /// Returns a reference to the physical expr used to construct this pruning predicate
577 pub fn orig_expr(&self) -> &Arc<dyn PhysicalExpr> {

Callers 2

try_newMethod · 0.45

Calls 4

newFunction · 0.85
mapMethod · 0.45
iterMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected