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

Method items

datafusion/expr/src/expr.rs:1550–1552  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1548
1549impl PlannedReplaceSelectItem {
1550 pub fn items(&self) -> &[ReplaceSelectElement] {
1551 &self.items
1552 }
1553
1554 pub fn expressions(&self) -> &[Expr] {
1555 &self.planned_expressions

Callers 5

get_required_checksFunction · 0.45
get_workflow_jobsFunction · 0.45
replace_columnsFunction · 0.45
update_governance_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected