| Modifier and Type | Method | Description |
|---|---|---|
private <R,C> com.d3x.morpheus.frame.DataFrame<R,C> |
JsonSource.createFrame(JsonSource.Options<R,C> options) |
Returns a newly created DataFrame from the contents that has been read from JSON
|
private <R,C> void |
JsonSource.readColumns(JsonSource.Options<R,C> options,
int rowCount,
int colCount) |
Reads the column data from JSON and returs a apply of column data by key
|
private <R,C> void |
JsonSource.readRowKeys(JsonSource.Options<R,C> options,
int rowCount) |
Reads row keys from the stream
|
| Modifier and Type | Method | Description |
|---|---|---|
<R,C> com.d3x.morpheus.frame.DataFrame<R,C> |
JsonSource.read(java.util.function.Consumer<JsonSource.Options<R,C>> configurator) |
Returns a DataFrame loaded from JSON as specified by the options
|
Copyright 2014-2018, D3X Systems