Modifier and Type | Method | Description |
---|---|---|
StringParser |
ColumnType.customParser(CsvReadOptions options) |
Modifier and Type | Method | Description |
---|---|---|
StringParser |
SkipColumnType.customParser(CsvReadOptions options) |
Modifier and Type | Method | Description |
---|---|---|
BooleanStringParser |
BooleanColumnType.customParser(CsvReadOptions readOptions) |
Constructor | Description |
---|---|
BooleanStringParser(BooleanColumnType booleanColumnType,
CsvReadOptions readOptions) |
Modifier and Type | Method | Description |
---|---|---|
StringParser<LocalDate> |
DateColumnType.customParser(CsvReadOptions options) |
Constructor | Description |
---|---|
DateStringParser(ColumnType type,
CsvReadOptions readOptions) |
Modifier and Type | Method | Description |
---|---|---|
DateTimeStringParser |
DateTimeColumnType.customParser(CsvReadOptions options) |
Constructor | Description |
---|---|
DateTimeStringParser(DateTimeColumnType dateTimeColumnType,
CsvReadOptions readOptions) |
Modifier and Type | Method | Description |
---|---|---|
DoubleStringParser |
DoubleColumnType.customParser(CsvReadOptions options) |
Constructor | Description |
---|---|
DoubleStringParser(DoubleColumnType doubleColumnType,
CsvReadOptions readOptions) |
Modifier and Type | Method | Description |
---|---|---|
StringStringParser |
StringColumnType.customParser(CsvReadOptions options) |
Constructor | Description |
---|---|
StringStringParser(ColumnType columnType,
CsvReadOptions readOptions) |
Modifier and Type | Method | Description |
---|---|---|
StringParser<LocalTime> |
TimeColumnType.customParser(CsvReadOptions options) |
Constructor | Description |
---|---|
TimeStringParser(ColumnType columnType,
CsvReadOptions readOptions) |
Modifier and Type | Method | Description |
---|---|---|
Table |
DataFrameReader.csv(CsvReadOptions options) |
Modifier and Type | Method | Description |
---|---|---|
CsvReadOptions |
CsvReadOptions.Builder.build() |
Modifier and Type | Method | Description |
---|---|---|
static ColumnType[] |
CsvReader.detectColumnTypes(InputStream stream,
CsvReadOptions options) |
Estimates and returns the type for each column in the delimited text file
file |
static Table |
CsvReader.read(CsvReadOptions options) |
Copyright © 2018. All rights reserved.