Package | Description |
---|---|
com.streamscape.ds.stable.aggregate | |
com.streamscape.ds.stable.columns | |
com.streamscape.ds.stable.index | |
com.streamscape.ds.stable.table |
Modifier and Type | Method and Description |
---|---|
SnapshotTable |
Summarizer.by() |
SnapshotTable |
Summarizer.by(java.util.List columnNames) |
SnapshotTable |
Summarizer.by(java.lang.String[] columnNames) |
Modifier and Type | Method and Description |
---|---|
SnapshotTable |
CategoryColumnImpl.countByCategory() |
SnapshotTable |
Column.getSnapshotTable() |
SnapshotTable |
ColumnWrapper.getSnapshotTable() |
SnapshotTable |
AbstractColumn.getSnapshotTable() |
SnapshotTable |
StringColumnImpl.summary() |
SnapshotTable |
TimeColumnImpl.summary() |
SnapshotTable |
DateColumnImpl.summary() |
SnapshotTable |
DateTimeColumnImpl.summary() |
SnapshotTable |
LongColumnImpl.summary() |
SnapshotTable |
CategoryColumnImpl.summary() |
default SnapshotTable |
Column.summary() |
SnapshotTable |
ColumnWrapper.summary() |
SnapshotTable |
ShortColumnImpl.summary() |
SnapshotTable |
FloatColumnImpl.summary() |
SnapshotTable |
DoubleColumnImpl.summary() |
SnapshotTable |
IntColumnImpl.summary() |
SnapshotTable |
DecimalColumnImpl.summary() |
SnapshotTable |
BooleanColumnImpl.summary() |
Modifier and Type | Method and Description |
---|---|
void |
Column.setSnapshotTable(SnapshotTable table) |
void |
ColumnWrapper.setSnapshotTable(SnapshotTable table) |
void |
AbstractColumn.setSnapshotTable(SnapshotTable snapshotTable) |
Modifier and Type | Method and Description |
---|---|
void |
SIndexWrapper.buildColumnsMetadata(SnapshotTable table) |
void |
SIndex.buildColumnsMetadata(SnapshotTable table) |
void |
AbstractSIndex.buildColumnsMetadata(SnapshotTable table) |
void |
SAVLIndex.buildColumnsMetadata(SnapshotTable table) |
Modifier and Type | Method and Description |
---|---|
SnapshotTable |
SnapshotTable.addColumn(Column[] cols) |
SnapshotTable |
SnapshotTable.addColumn(int index,
Column column) |
static SnapshotTable |
SnapshotTable.create(java.lang.String tableName) |
static SnapshotTable |
SnapshotTable.create(java.lang.String tableName,
Column[] columns) |
static SnapshotTable |
SnapshotTable.create(TableMetadata metadata) |
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) |
SnapshotTable |
SnapshotTable.emptyCopy() |
SnapshotTable |
Snapshot.emptyCopy() |
SnapshotTable |
SnapshotTable.emptyCopy(int rowSize) |
SnapshotTable |
Snapshot.emptyCopy(int rowSize) |
SnapshotTable |
SnapshotTable.fullCopy() |
SnapshotTable |
SnapshotJoiner.on(java.lang.String[] columnNames) |
static SnapshotTable |
StorageManager.readTable(FileSystem fileSystem,
java.lang.String path) |
static SnapshotTable |
StorageManager.readTable(FileSystem fileSystem,
java.lang.String path,
SnapshotTable tableSchema,
boolean force) |
SnapshotTable |
SnapshotTable.removeColumns(Column[] columns) |
SnapshotTable |
SnapshotTable.replaceColumn(int colIndex,
Column newColumn) |
SnapshotTable |
SnapshotTable.replaceColumn(java.lang.String columnName,
Column newColumn) |
SnapshotTable |
SnapshotTable.sample(double proportion) |
SnapshotTable |
Snapshot.select(Column[] columns) |
SnapshotTable |
SnapshotTable.setName(java.lang.String name) |
SnapshotTable |
SnapshotTable.structure() |
SnapshotTable |
Snapshot.structure() |
SnapshotTable |
SnapshotTable.toSnapshotTable() |
SnapshotTable |
SnapshotSlice.toSnapshotTable() |
SnapshotTable |
SnapshotView.toSnapshotTable() |
abstract SnapshotTable |
Snapshot.toSnapshotTable() |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotTable.append(SnapshotTable tableToAppend) |
static void |
Rows.appendRowToTable(int row,
SnapshotTable oldTable,
SnapshotTable newTable) |
void |
SnapshotTable.appendWithRollback(SnapshotTable tableToAppend) |
static boolean |
Rows.compareRows(int rowInOriginal,
SnapshotTable original,
SnapshotTable tempTable) |
static void |
Rows.copyRowsToTable(IntArrayList rows,
Snapshot oldTable,
SnapshotTable newTable) |
static void |
Rows.copyRowsToTable(Selection rows,
Snapshot oldTable,
SnapshotTable newTable) |
static void |
Rows.head(int rowCount,
SnapshotTable oldTable,
SnapshotTable newTable) |
static SnapshotTable |
StorageManager.readTable(FileSystem fileSystem,
java.lang.String path,
SnapshotTable tableSchema,
boolean force) |
static java.lang.String |
StorageManager.saveTable(FileSystem fileSystem,
java.lang.String storageFolder,
SnapshotTable table) |
static void |
Rows.tail(int rowsToInclude,
SnapshotTable oldTable,
SnapshotTable newTable) |
Constructor and Description |
---|
RemovedRowsSelectionImpl(SnapshotTable sTable) |
TableMetadata(SnapshotTable table) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.