Class | Description |
---|---|
BaseColumnCondition |
Abstract class for column conditions
|
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 |
Copyright © 2016. All rights reserved.