Package net.tlabs.tablesaw.parquet
Class TablesawParquetReadOptions
java.lang.Object
tech.tablesaw.io.ReadOptions
net.tlabs.tablesaw.parquet.TablesawParquetReadOptions
public class TablesawParquetReadOptions
extends tech.tablesaw.io.ReadOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic enumNested classes/interfaces inherited from class tech.tablesaw.io.ReadOptions
tech.tablesaw.io.ReadOptions.ColumnTypeReadOptions -
Field Summary
Fields inherited from class tech.tablesaw.io.ReadOptions
allowDuplicateColumnNames, columnTypeReadOptions, columnTypesToDetect, dateFormat, dateFormatter, dateTimeFormat, dateTimeFormatter, DEFAULT_IGNORE_ZERO_DECIMAL, DEFAULT_SKIP_ROWS_WITH_INVALID_COLUMN_COUNT, EXTENDED_TYPES, header, ignoreZeroDecimal, locale, maxCharsPerColumn, minimizeColumnSizes, missingValueIndicators, sample, skipRowsWithInvalidColumnCount, source, tableName, timeFormat, timeFormatter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of column names to read.booleanReturns whether the given column name must be read.booleanbooleanbooleanMethods inherited from class tech.tablesaw.io.ReadOptions
allowDuplicateColumnNames, columnTypeReadOptions, columnTypesToDetect, dateFormatter, dateTimeFormatter, header, ignoreZeroDecimal, locale, minimizeColumnSizes, missingValueIndicators, sample, skipRowsWithInvalidColumnCount, source, tableName, timeFormatter
-
Constructor Details
-
TablesawParquetReadOptions
-
-
Method Details
-
isShortColumnTypeUsed
public boolean isShortColumnTypeUsed() -
isFloatColumnTypeUsed
public boolean isFloatColumnTypeUsed() -
isConvertInt96ToTimestamp
public boolean isConvertInt96ToTimestamp() -
getUnnanotatedBinaryAs
-
getManageGroupsAs
-
getColumns
Returns the list of column names to read. An empty list means to read all columns.- Returns:
- Immutable list of column names to read.
-
hasColumn
Returns whether the given column name must be read.- Parameters:
columnName- the column name- Returns:
- true if the column must be read, false otherwise.
-
getInputURI
-
getSanitizedinputPath
-
builder
-
builder
-
builder
-
builder
-