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

Method push

datafusion/expr/src/logical_plan/builder.rs:1570–1572  ·  view source on GitHub ↗
(&mut self, data_type: DataType, nullable: bool)

Source from the content-addressed store, hash-verified

1568 }
1569
1570 pub fn push(&mut self, data_type: DataType, nullable: bool) {
1571 self.push_with_metadata(data_type, nullable, None);
1572 }
1573
1574 pub fn push_with_metadata(
1575 &mut self,

Callers 15

powerset_indicesFunction · 0.45
cross_join_grouping_setsFunction · 0.45
get_excluded_columnsFunction · 0.45
generate_sort_keyFunction · 0.45
find_exprs_in_exprsFunction · 0.45
find_exprs_in_exprFunction · 0.45
split_conjunction_implFunction · 0.45
iter_conjunctionFunction · 0.45
iter_conjunction_ownedFunction · 0.45

Calls 1

push_with_metadataMethod · 0.80

Tested by

no test coverage detected