Modifier and Type | Method and Description |
---|---|
AbstractColumnParser<?> |
ColumnType.customParser(ReadOptions options) |
Modifier and Type | Method and Description |
---|---|
AbstractColumnParser<?> |
SkipColumnType.customParser(ReadOptions options) |
Modifier and Type | Method and Description |
---|---|
BooleanParser |
BooleanColumnType.customParser(ReadOptions readOptions) |
Constructor and Description |
---|
BooleanParser(BooleanColumnType booleanColumnType,
ReadOptions readOptions) |
Modifier and Type | Method and Description |
---|---|
AbstractColumnParser<LocalDate> |
DateColumnType.customParser(ReadOptions options) |
Constructor and Description |
---|
DateParser(ColumnType type,
ReadOptions readOptions) |
Modifier and Type | Method and Description |
---|---|
DateTimeParser |
DateTimeColumnType.customParser(ReadOptions options) |
Constructor and Description |
---|
DateTimeParser(DateTimeColumnType dateTimeColumnType,
ReadOptions readOptions) |
Modifier and Type | Method and Description |
---|---|
ShortParser |
ShortColumnType.customParser(ReadOptions options) |
FloatParser |
FloatColumnType.customParser(ReadOptions options) |
DoubleParser |
DoubleColumnType.customParser(ReadOptions options) |
LongParser |
LongColumnType.customParser(ReadOptions options) |
IntParser |
IntColumnType.customParser(ReadOptions options) |
Constructor and Description |
---|
DoubleParser(DoubleColumnType doubleColumnType,
ReadOptions readOptions) |
FloatParser(FloatColumnType columnType,
ReadOptions readOptions) |
IntParser(IntColumnType columnType,
ReadOptions readOptions) |
LongParser(LongColumnType columnType,
ReadOptions readOptions) |
ShortParser(ShortColumnType columnType,
ReadOptions readOptions) |
Modifier and Type | Method and Description |
---|---|
StringParser |
TextColumnType.customParser(ReadOptions options) |
StringParser |
StringColumnType.customParser(ReadOptions options) |
Constructor and Description |
---|
StringParser(ColumnType columnType,
ReadOptions readOptions) |
Modifier and Type | Method and Description |
---|---|
AbstractColumnParser<LocalTime> |
TimeColumnType.customParser(ReadOptions options) |
Constructor and Description |
---|
TimeParser(ColumnType columnType,
ReadOptions readOptions) |
Modifier and Type | Interface and Description |
---|---|
interface |
DataReader<O extends ReadOptions> |
Modifier and Type | Method and Description |
---|---|
<T extends ReadOptions> |
ReaderRegistry.getReaderForOptions(T options) |
<T extends ReadOptions> |
DataFrameReader.usingOptions(T options) |
Modifier and Type | Method and Description |
---|---|
ReadOptions |
ReadOptions.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static Table |
TableBuildingUtils.build(List<String> columnNames,
List<String[]> dataRows,
ReadOptions options) |
ColumnType[] |
ColumnTypeDetector.detectColumnTypes(Iterator<String[]> rows,
ReadOptions options)
Estimates and returns the type for each column in the input text
|
protected ColumnType[] |
FileReader.getTypes(Reader reader,
ReadOptions options,
int linesToSkip,
com.univocity.parsers.common.AbstractParser<?> parser) |
protected Table |
FileReader.parseRows(ReadOptions options,
boolean headerOnly,
Reader reader,
ColumnType[] types,
com.univocity.parsers.common.AbstractParser<?> parser) |
Modifier and Type | Method and Description |
---|---|
void |
ReaderRegistry.registerOptions(Class<? extends ReadOptions> optionsType,
DataReader<?> reader) |
Modifier and Type | Class and Description |
---|---|
class |
CsvReadOptions |
Modifier and Type | Class and Description |
---|---|
class |
FixedWidthReadOptions |
Copyright © 2019. All rights reserved.