| 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 |
| FloatColumnCondition |
Condition that applies to the values in a Float column, using a
ConditionOp |
| InfiniteColumnCondition |
A column condition that simply checks whether a floating point value is infinite
|
| 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 |
| NaNColumnCondition |
A column condition that simply checks whether a floating point value is NaN
|
| 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 |
| TrivialColumnCondition |
Created by huitseeker on 5/17/17.
|
Copyright © 2019. All rights reserved.