Package | Description |
---|---|
com.streamscape.ds.stable.table |
Modifier and Type | Field and Description |
---|---|
static SnapshotJoiner.JoinType |
SnapshotJoiner.JoinType.FULL_OUTER |
static SnapshotJoiner.JoinType |
SnapshotJoiner.JoinType.INNER |
static SnapshotJoiner.JoinType |
SnapshotJoiner.JoinType.LEFT_OUTER |
static SnapshotJoiner.JoinType |
SnapshotJoiner.JoinType.RIGHT_OUTER |
Modifier and Type | Method and Description |
---|---|
static SnapshotJoiner.JoinType |
SnapshotJoiner.JoinType.valueOf(java.lang.String name) |
static SnapshotJoiner.JoinType[] |
SnapshotJoiner.JoinType.values() |
Constructor and Description |
---|
SnapshotJoiner(SnapshotJoiner.JoinType joinType,
Snapshot table,
Snapshot[] tables) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.