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

Method with_replace

datafusion/expr/src/expr.rs:1500–1508  ·  view source on GitHub ↗
(self, replace: PlannedReplaceSelectItem)

Source from the content-addressed store, hash-verified

1498
1499impl WildcardOptions {
1500 pub fn with_replace(self, replace: PlannedReplaceSelectItem) -> Self {
1501 WildcardOptions {
1502 ilike: self.ilike,
1503 exclude: self.exclude,
1504 except: self.except,
1505 replace: Some(replace),
1506 rename: self.rename,
1507 }
1508 }
1509}
1510
1511impl Display for WildcardOptions {

Callers 1

plan_wildcard_optionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected