| Interface | Description |
|---|---|
| ColumnCondition |
Created by agibsonccc on 11/26/16.
|
| Class | Description |
|---|---|
| BaseColumnCondition |
Abstract class for column conditions
|
| BooleanColumnCondition |
Created by agibsonccc on 11/26/16.
|
| CategoricalColumnCondition |
Condition that applies to the values in a Categorical column, using a
ConditionOp |
| DoubleColumnCondition |
Condition that applies to the values in a Double column, using a
ConditionOp |
| IntegerColumnCondition |
Condition that applies to the values in an Integer column, using a
ConditionOp |
| InvalidValueColumnCondition |
A Condition that applies to a single column.
|
| LongColumnCondition |
Condition that applies to the values in a Long column, using a
ConditionOp |
| NullWritableColumnCondition |
Condition that applies to the values in any column.
|
| StringColumnCondition |
Condition that applies to the values in a String column, using a
ConditionOp |
| TimeColumnCondition |
Condition that applies to the values
in a Time column, using a
ConditionOp |