public class SnapshotJoiner
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SnapshotJoiner.JoinType |
Constructor and Description |
---|
SnapshotJoiner(SnapshotJoiner.JoinType joinType,
Snapshot table,
Snapshot[] tables) |
Modifier and Type | Method and Description |
---|---|
static SnapshotTable |
createResultTable(Snapshot table1,
java.util.List tables2,
boolean outer,
java.util.List columnNames) |
static SnapshotTable |
createResultTable(Snapshot table1,
Snapshot table2,
boolean outer,
java.util.List columnNames) |
SnapshotTable |
on(java.lang.String[] columnNames) |
public SnapshotJoiner(SnapshotJoiner.JoinType joinType, Snapshot table, Snapshot[] tables)
public SnapshotTable on(java.lang.String[] columnNames)
public static SnapshotTable createResultTable(Snapshot table1, java.util.List tables2, boolean outer, java.util.List columnNames)
public static SnapshotTable createResultTable(Snapshot table1, Snapshot table2, boolean outer, java.util.List columnNames)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.