Package | Description |
---|---|
com.buabook.kdb.data |
Modifier and Type | Method and Description |
---|---|
void |
KdbTable.addColumn(String columnName,
List<Object> columnData)
Adds a new column to the current table stored within the object.
|
void |
KdbTable.addRow(KdbDict row) |
void |
KdbTable.addRow(Map<String,Object> row)
Adds a row to a table based on an
HashMap representation of the row (i.e. |
void |
KdbTable.append(KdbTable that)
Appends the specified table onto the current table (similar to the kdb+
uj function) |
static KdbTable |
KdbTable.buildFromRowList(String name,
List<KdbDict> rows)
|
Copyright © 2017. All rights reserved.