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

Method output_schema

datafusion/physical-expr/src/projection.rs:836–838  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

834 }
835
836 pub fn output_schema(&self) -> &SchemaRef {
837 &self.output_schema
838 }
839
840 pub fn projection(&self) -> &ProjectionExprs {
841 &self.projection

Callers 3

try_from_projectorMethod · 0.45
collect_reverse_aliasMethod · 0.45
schemaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected