Constant Field Values
Contents
tech.tablesaw.*
-
tech.tablesaw.api.Table Modifier and Type Constant Field Value public static final StringMELT_VALUE_COLUMN_NAME"value"public static final StringMELT_VARIABLE_COLUMN_NAME"variable"
-
tech.tablesaw.columns.AbstractColumn<C extends Column<T>,T> Modifier and Type Constant Field Value public static final intDEFAULT_ARRAY_SIZE128
-
tech.tablesaw.columns.booleans.BooleanColumnType Modifier and Type Constant Field Value public static final byteBYTE_FALSE0public static final byteBYTE_TRUE1
-
tech.tablesaw.columns.dates.DateColumnType Modifier and Type Constant Field Value public static final intBYTE_SIZE4
-
tech.tablesaw.columns.datetimes.DateTimeColumnType Modifier and Type Constant Field Value public static final intBYTE_SIZE8
-
tech.tablesaw.columns.instant.InstantColumnType Modifier and Type Constant Field Value public static final intBYTE_SIZE8
-
tech.tablesaw.columns.numbers.FloatColumnType Modifier and Type Constant Field Value public static final intBYTE_SIZE4
-
tech.tablesaw.columns.strings.StringColumnType Modifier and Type Constant Field Value public static final intBYTE_SIZE4
-
tech.tablesaw.columns.times.TimeColumnType Modifier and Type Constant Field Value public static final intBYTE_SIZE4
-
tech.tablesaw.io.ReadOptions Modifier and Type Constant Field Value public static final booleanDEFAULT_IGNORE_ZERO_DECIMALtruepublic static final booleanDEFAULT_SKIP_ROWS_WITH_INVALID_COLUMN_COUNTfalse
-
tech.tablesaw.table.TableSliceGroup Modifier and Type Constant Field Value protected static final StringSPLIT_STRING"~~~"