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

Method from_iter

datafusion/physical-expr/src/projection.rs:158–162  ·  view source on GitHub ↗
(exprs: T)

Source from the content-addressed store, hash-verified

156
157impl FromIterator<ProjectionExpr> for ProjectionExprs {
158 fn from_iter<T: IntoIterator<Item = ProjectionExpr>>(exprs: T) -> Self {
159 Self {
160 exprs: exprs.into_iter().collect(),
161 }
162 }
163}
164
165impl AsRef<[ProjectionExpr]> for ProjectionExprs {

Callers

nothing calls this directly

Calls 2

collectMethod · 0.80
into_iterMethod · 0.45

Tested by

no test coverage detected