Class SelectionClauseWriter.Arithmetic

java.lang.Object
org.apache.sis.internal.sql.feature.SelectionClauseWriter.Arithmetic
All Implemented Interfaces:
BiConsumer<Expression<AbstractFeature,?>,SelectionClause>
Enclosing class:
SelectionClauseWriter

private final class SelectionClauseWriter.Arithmetic extends Object implements BiConsumer<Expression<AbstractFeature,?>,SelectionClause>
Handler for converting +, -, * or / filter into SQL clauses. The filter is expected to contain exactly two operands, otherwise the SQL is declared invalid.