| Package | Description |
|---|---|
| org.cylondata.cylon |
| Modifier and Type | Method and Description |
|---|---|
static CylonContext |
CylonContext.init()
Loads Cylon native dependencies and initializes Cylon communication
|
| Modifier and Type | Method and Description |
|---|---|
static Table |
Table.fromCSV(CylonContext ctx,
String path)
This method will load a table by reading the data from a CSV file.
|
static Table |
Table.merge(CylonContext ctx,
Table... tables)
Merge a set of similar tables into a single table.
|
Copyright © 2020. All rights reserved.