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

Method with_division_operator

datafusion/sql/src/unparser/dialect.rs:1192–1195  ·  view source on GitHub ↗
(mut self, division_operator: BinaryOperator)

Source from the content-addressed store, hash-verified

1190 }
1191
1192 pub fn with_division_operator(mut self, division_operator: BinaryOperator) -> Self {
1193 self.division_operator = division_operator;
1194 self
1195 }
1196
1197 pub fn with_window_func_support_window_frame(
1198 mut self,

Callers 1

Calls

no outgoing calls

Tested by 1