Class SelectionClauseWriter.Comparison

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

private final class SelectionClauseWriter.Comparison extends Object implements BiConsumer<Filter<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.