Uses of Class
tech.tablesaw.io.ReadOptions
Packages that use ReadOptions
Package
Description
-
Uses of ReadOptions in tech.tablesaw.api
Methods in tech.tablesaw.api with parameters of type ReadOptionsModifier and TypeMethodDescriptionColumnType.customParser
(ReadOptions options) TODO: Research this method to provide a good comment -
Uses of ReadOptions in tech.tablesaw.columns
Methods in tech.tablesaw.columns with parameters of type ReadOptionsModifier and TypeMethodDescriptionSkipColumnType.customParser
(ReadOptions options) TODO: Research this method to provide a good comment -
Uses of ReadOptions in tech.tablesaw.columns.booleans
Methods in tech.tablesaw.columns.booleans with parameters of type ReadOptionsConstructors in tech.tablesaw.columns.booleans with parameters of type ReadOptionsModifierConstructorDescriptionBooleanParser
(BooleanColumnType booleanColumnType, ReadOptions readOptions) -
Uses of ReadOptions in tech.tablesaw.columns.dates
Methods in tech.tablesaw.columns.dates with parameters of type ReadOptionsConstructors in tech.tablesaw.columns.dates with parameters of type ReadOptions -
Uses of ReadOptions in tech.tablesaw.columns.datetimes
Methods in tech.tablesaw.columns.datetimes with parameters of type ReadOptionsConstructors in tech.tablesaw.columns.datetimes with parameters of type ReadOptionsModifierConstructorDescriptionDateTimeParser
(DateTimeColumnType dateTimeColumnType, ReadOptions readOptions) -
Uses of ReadOptions in tech.tablesaw.columns.instant
Methods in tech.tablesaw.columns.instant with parameters of type ReadOptions -
Uses of ReadOptions in tech.tablesaw.columns.numbers
Methods in tech.tablesaw.columns.numbers with parameters of type ReadOptionsModifier and TypeMethodDescriptionDoubleColumnType.customParser
(ReadOptions options) TODO: Research this method to provide a good commentFloatColumnType.customParser
(ReadOptions options) TODO: Research this method to provide a good commentIntColumnType.customParser
(ReadOptions options) TODO: Research this method to provide a good commentLongColumnType.customParser
(ReadOptions options) TODO: Research this method to provide a good commentShortColumnType.customParser
(ReadOptions options) Constructors in tech.tablesaw.columns.numbers with parameters of type ReadOptionsModifierConstructorDescriptionDoubleParser
(DoubleColumnType doubleColumnType, ReadOptions readOptions) FloatParser
(FloatColumnType columnType, ReadOptions readOptions) IntParser
(IntColumnType columnType, ReadOptions readOptions) LongParser
(LongColumnType columnType, ReadOptions readOptions) ShortParser
(ShortColumnType columnType, ReadOptions readOptions) -
Uses of ReadOptions in tech.tablesaw.columns.strings
Methods in tech.tablesaw.columns.strings with parameters of type ReadOptionsModifier and TypeMethodDescriptionStringColumnType.customParser
(ReadOptions options) TextColumnType.customParser
(ReadOptions options) Constructors in tech.tablesaw.columns.strings with parameters of type ReadOptions -
Uses of ReadOptions in tech.tablesaw.columns.times
Methods in tech.tablesaw.columns.times with parameters of type ReadOptionsConstructors in tech.tablesaw.columns.times with parameters of type ReadOptions -
Uses of ReadOptions in tech.tablesaw.io
Classes in tech.tablesaw.io with type parameters of type ReadOptionsMethods in tech.tablesaw.io with type parameters of type ReadOptionsModifier and TypeMethodDescription<T extends ReadOptions>
DataReader<T>ReaderRegistry.getReaderForOptions
(T options) <T extends ReadOptions>
TableDataFrameReader.usingOptions
(T options) Methods in tech.tablesaw.io that return ReadOptionsMethods in tech.tablesaw.io with parameters of type ReadOptionsModifier and TypeMethodDescriptionstatic Table
ColumnTypeDetector.detectColumnTypes
(Iterator<String[]> rows, ReadOptions options) Estimates and returns the type for each column in the input textString[]
FileReader.getColumnNames
(ReadOptions options, ReadOptions.ColumnTypeReadOptions columnTypeReadOptions, com.univocity.parsers.common.AbstractParser<?> parser) Returns the column names for each column in the source.FileReader.getColumnTypes
(Reader reader, ReadOptions options, int linesToSkip, com.univocity.parsers.common.AbstractParser<?> parser, String[] columnNames) Returns an array containing the inferred columnTypes for the file being read, as calculated by the ColumnType inference logic.protected Table
FileReader.parseRows
(ReadOptions options, boolean headerOnly, Reader reader, ReadOptions.ColumnTypeReadOptions columnTypeReadOptions, com.univocity.parsers.common.AbstractParser<?> parser) protected Table
FileReader.parseRows
(ReadOptions options, boolean headerOnly, Reader reader, ReadOptions.ColumnTypeReadOptions columnTypeReadOptions, com.univocity.parsers.common.AbstractParser<?> parser, int sampleSize) Method parameters in tech.tablesaw.io with type arguments of type ReadOptionsModifier and TypeMethodDescriptionvoid
ReaderRegistry.registerOptions
(Class<? extends ReadOptions> optionsType, DataReader<?> reader) -
Uses of ReadOptions in tech.tablesaw.io.csv
Subclasses of ReadOptions in tech.tablesaw.io.csv -
Uses of ReadOptions in tech.tablesaw.io.fixed
Subclasses of ReadOptions in tech.tablesaw.io.fixed