Package | Description |
---|---|
com.streamscape.ds.stable.aggregate | |
com.streamscape.ds.stable.table | |
com.streamscape.ds.stable.utils |
Constructor and Description |
---|
Summarizer(Snapshot table,
AggregateFunctionPair[] functionPairs) |
Summarizer(Snapshot table,
java.util.List functionPairs) |
Modifier and Type | Class and Description |
---|---|
class |
SnapshotSlice |
class |
SnapshotTable |
class |
SnapshotView |
Modifier and Type | Method and Description |
---|---|
Snapshot |
SnapshotView.addColumn(Column[] cols) |
Snapshot |
SnapshotSlice.addColumn(Column[] cols) |
abstract Snapshot |
Snapshot.addColumn(Column[] cols) |
Snapshot |
SnapshotSliceGroup.SnapshotSlicePair.getSlice() |
Snapshot |
Snapshot.removeColumn(int columnIndex) |
Snapshot |
SnapshotView.removeColumns(Column[] columns) |
Snapshot |
SnapshotSlice.removeColumns(Column[] columns) |
abstract Snapshot |
Snapshot.removeColumns(Column[] columns) |
Snapshot |
Snapshot.removeColumns(java.lang.String[] columnName) |
Snapshot |
SnapshotView.setName(java.lang.String name) |
Snapshot |
SnapshotSlice.setName(java.lang.String name) |
abstract Snapshot |
Snapshot.setName(java.lang.String name) |
Snapshot |
SnapshotView.setSIndex(SIndex sIndex) |
Modifier and Type | Method and Description |
---|---|
abstract Selection |
Filter.apply(Snapshot snapshot) |
static void |
Rows.copyRowsToTable(IntArrayList rows,
Snapshot oldTable,
SnapshotTable newTable) |
static void |
Rows.copyRowsToTable(Selection rows,
Snapshot oldTable,
SnapshotTable newTable) |
static SnapshotTable |
SnapshotJoiner.createResultTable(Snapshot table1,
java.util.List tables2,
boolean outer,
java.util.List columnNames) |
static SnapshotTable |
SnapshotJoiner.createResultTable(Snapshot table1,
Snapshot table2,
boolean outer,
java.util.List columnNames) |
int |
SnapshotView.insert(Snapshot table) |
int |
SnapshotTable.insert(Snapshot table) |
SnapshotJoiner |
Snapshot.join(Snapshot[] tables) |
SnapshotJoiner |
Snapshot.joinLeft(Snapshot[] tables) |
SnapshotJoiner |
Snapshot.joinRight(Snapshot[] tables) |
static void |
StorageManager.writeTableMetadata(FileSystem fileSystem,
java.lang.String directoryPath,
Snapshot table) |
Constructor and Description |
---|
SnapshotJoiner(SnapshotJoiner.JoinType joinType,
Snapshot table,
Snapshot[] tables) |
SnapshotJoiner(SnapshotJoiner.JoinType joinType,
Snapshot table,
Snapshot[] tables) |
SnapshotRow(Snapshot table,
int row) |
SnapshotSlice(Snapshot table,
Selection selection) |
SnapshotSliceGroup(Snapshot table,
java.lang.String[] columnNames) |
SnapshotSlicePair(Snapshot slice,
int row) |
SnapshotView(Snapshot table,
java.lang.String[] columnNames) |
Modifier and Type | Method and Description |
---|---|
void |
DataFramePrinter.print(Snapshot frame) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.