Struct datafusion::physical_plan::expressions::BinaryExpr [−][src]
pub struct BinaryExpr { /* fields omitted */ }
Expand description
Binary expression
Implementations
Create new binary expression
Get the left side of the binary expression
Get the right side of the binary expression
Trait Implementations
Get the data type of this expression, given the schema of the input
Determine whether this expression is nullable, given the schema of the input
Evaluate an expression against a RecordBatch