Modifier and Type | Method and Description |
---|---|
StringParser |
ColumnType.customParser(CsvReadOptions options) |
Modifier and Type | Method and Description |
---|---|
StringParser |
SkipColumnType.customParser(CsvReadOptions options) |
Modifier and Type | Method and Description |
---|---|
BooleanStringParser |
BooleanColumnType.customParser(CsvReadOptions readOptions) |
Constructor and Description |
---|
BooleanStringParser(BooleanColumnType booleanColumnType,
CsvReadOptions readOptions) |
Modifier and Type | Method and Description |
---|---|
StringParser<LocalDate> |
DateColumnType.customParser(CsvReadOptions options) |
Constructor and Description |
---|
DateStringParser(ColumnType type,
CsvReadOptions readOptions) |
Modifier and Type | Method and Description |
---|---|
DateTimeStringParser |
DateTimeColumnType.customParser(CsvReadOptions options) |
Constructor and Description |
---|
DateTimeStringParser(DateTimeColumnType dateTimeColumnType,
CsvReadOptions readOptions) |
Modifier and Type | Method and Description |
---|---|
DoubleStringParser |
DoubleColumnType.customParser(CsvReadOptions options) |
Constructor and Description |
---|
DoubleStringParser(DoubleColumnType doubleColumnType,
CsvReadOptions readOptions) |
Modifier and Type | Method and Description |
---|---|
StringStringParser |
StringColumnType.customParser(CsvReadOptions options) |
Constructor and Description |
---|
StringStringParser(ColumnType columnType,
CsvReadOptions readOptions) |
Modifier and Type | Method and Description |
---|---|
StringParser<LocalTime> |
TimeColumnType.customParser(CsvReadOptions options) |
Constructor and Description |
---|
TimeStringParser(ColumnType columnType,
CsvReadOptions readOptions) |
Modifier and Type | Method and Description |
---|---|
Table |
DataFrameReader.csv(CsvReadOptions options) |
Modifier and Type | Method and Description |
---|---|
CsvReadOptions |
CsvReadOptions.Builder.build() |
Modifier and Type | Method and 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.