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

Method push

datafusion/physical-expr/src/projection.rs:1030–1032  ·  view source on GitHub ↗

Adds a target expression and its index to the list of targets.

(&mut self, target: (Arc<dyn PhysicalExpr>, usize))

Source from the content-addressed store, hash-verified

1028
1029 /// Adds a target expression and its index to the list of targets.
1030 pub fn push(&mut self, target: (Arc<dyn PhysicalExpr>, usize)) {
1031 self.exprs_indices.push(target);
1032 }
1033}
1034
1035impl Deref for ProjectionTargets {

Callers 15

do_bench_with_columnsFunction · 0.45
generate_boolean_casesFunction · 0.45
generate_test_stringsFunction · 0.45
create_record_batchFunction · 0.45
make_batchFunction · 0.45
create_orderingFunction · 0.45
try_new_with_schemaMethod · 0.45
evaluateMethod · 0.45
with_new_childrenMethod · 0.45
try_mergeMethod · 0.45
project_statisticsMethod · 0.45
try_newMethod · 0.45

Calls

no outgoing calls