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

Method op

datafusion/physical-expr/src/expressions/binary.rs:121–123  ·  view source on GitHub ↗

Get the operator for this binary expression

(&self)

Source from the content-addressed store, hash-verified

119
120 /// Get the operator for this binary expression
121 pub fn op(&self) -> &Operator {
122 &self.op
123 }
124}
125
126impl std::fmt::Display for BinaryExpr {

Callers 13

try_unwrap_cast_binaryFunction · 0.45
simplify_not_exprFunction · 0.45
try_newMethod · 0.45
split_implFunction · 0.45
get_propertiesMethod · 0.45
check_supportFunction · 0.45
propagate_constraintsMethod · 0.45
collect_equality_columnsFunction · 0.45
from_set_relFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected