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

Method expr

datafusion/physical-plan/src/projection.rs:166–168  ·  view source on GitHub ↗

The projection expressions stored as tuples of (expression, output column name)

(&self)

Source from the content-addressed store, hash-verified

164
165 /// The projection expressions stored as tuples of (expression, output column name)
166 pub fn expr(&self) -> &[ProjectionExpr] {
167 self.projector.projection().as_ref()
168 }
169
170 /// The projection expressions as a [`ProjectionExprs`].
171 pub fn projection_expr(&self) -> &ProjectionExprs {

Callers 7

fmt_asMethod · 0.45
try_pushdown_sortMethod · 0.45
try_embed_projectionFunction · 0.45
is_projection_removableFunction · 0.45
make_with_childFunction · 0.45
try_unifying_projectionsFunction · 0.45

Calls 2

as_refMethod · 0.45
projectionMethod · 0.45

Tested by

no test coverage detected