Package | Description |
---|---|
com.streamscape.ds.stable.aggregate | |
com.streamscape.ds.stable.columns | |
com.streamscape.ds.stable.table |
Modifier and Type | Method and Description |
---|---|
boolean |
DateAggregateFunction.isCompatibleWith(ColumnType type) |
boolean |
DateTimeAggregateFunction.isCompatibleWith(ColumnType type) |
boolean |
TimeAggregateFunction.isCompatibleWith(ColumnType type) |
abstract boolean |
AggregateFunction.isCompatibleWith(ColumnType type) |
boolean |
StringAggregateFunction.isCompatibleWith(ColumnType type) |
boolean |
BooleanAggregateFunction.isCompatibleWith(ColumnType type) |
boolean |
NumericAggregateFunction.isCompatibleWith(ColumnType type) |
Modifier and Type | Field and Description |
---|---|
static ColumnType |
ColumnType.BOOLEAN |
static ColumnType |
ColumnType.CATEGORY |
static ColumnType |
ColumnType.DECIMAL |
static ColumnType |
ColumnType.DOUBLE |
static ColumnType |
ColumnType.FLOAT |
static ColumnType |
ColumnType.INTEGER |
static ColumnType |
ColumnType.LOCAL_DATE |
static ColumnType |
ColumnType.LOCAL_DATE_TIME |
static ColumnType |
ColumnType.LOCAL_TIME |
static ColumnType |
ColumnType.LONG |
static ColumnType |
ColumnType.SHORT |
static ColumnType |
ColumnType.STRING |
Modifier and Type | Method and Description |
---|---|
ColumnType |
ColumnMetadata.getType() |
ColumnType |
StringColumnImpl.type() |
ColumnType |
TimeColumnImpl.type() |
ColumnType |
DateColumnImpl.type() |
ColumnType |
DateTimeColumnImpl.type() |
ColumnType |
LongColumnImpl.type() |
ColumnType |
CategoryColumnImpl.type() |
ColumnType |
Column.type() |
ColumnType |
ColumnWrapper.type() |
ColumnType |
ShortColumnImpl.type() |
ColumnType |
FloatColumnImpl.type() |
ColumnType |
DoubleColumnImpl.type() |
ColumnType |
IntColumnImpl.type() |
ColumnType |
DecimalColumnImpl.type() |
ColumnType |
BooleanColumnImpl.type() |
static ColumnType |
ColumnType.valueOf(java.lang.String name) |
static ColumnType[] |
ColumnType.values() |
Modifier and Type | Method and Description |
---|---|
ColumnType[] |
Snapshot.columnTypes() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.