| Package | Description |
|---|---|
| org.virtualrepository.csv | |
| org.virtualrepository.tabular |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
CsvTable.columns() |
List<Column> |
CsvAsset.columns()
Returns the columns of this asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CsvAsset.setColumns(Column... columns)
Sets the columns of this asset.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Column> |
AbstractTable.columns |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Table.columns()
Returns the columns of this table.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Row.get(Column column)
Returns the value of this row for a given column.
|
| Constructor and Description |
|---|
DefaultTable(List<Column> columns,
Iterable<Row> rows)
Creates an instance with given columns and rows.
|
DefaultTable(List<Column> columns,
Iterator<Row> rows)
Creates an instance with given columns and rows.
|
MaterializedTable(List<Column> columns,
Iterable<Row> rows)
Creates an instance with given columns and rows.
|
Copyright © 2018. All rights reserved.