| Modifier and Type | Field and Description |
|---|---|
static Schema |
Schema.INFERRED |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Table |
Table.readCSV(Schema schema,
byte[] buffer) |
static Table |
Table.readCSV(Schema schema,
CSVOptions options,
byte[] buffer) |
static Table |
Table.readCSV(Schema schema,
CSVOptions opts,
byte[] buffer,
long offset,
long len) |
static Table |
Table.readCSV(Schema schema,
CSVOptions opts,
File path) |
static Table |
Table.readCSV(Schema schema,
CSVOptions opts,
HostMemoryBuffer buffer,
long len) |
static Table |
Table.readCSV(Schema schema,
File path) |
Copyright © 2019. All rights reserved.