We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mod
modulus
1 parent 2730423 commit af82001Copy full SHA for af82001
datafusion/substrait/src/logical_plan/consumer.rs
@@ -107,7 +107,7 @@ pub fn name_to_op(name: &str) -> Option<Operator> {
107
"subtract" => Some(Operator::Minus),
108
"multiply" => Some(Operator::Multiply),
109
"divide" => Some(Operator::Divide),
110
- "mod" => Some(Operator::Modulo),
+ "modulus" => Some(Operator::Modulo),
111
"and" => Some(Operator::And),
112
"or" => Some(Operator::Or),
113
"is_distinct_from" => Some(Operator::IsDistinctFrom),
0 commit comments