Constant Field Values
Contents
tech.tablesaw.*
-
tech.tablesaw.api.Table Modifier and Type Constant Field Value public static final String
MELT_VALUE_COLUMN_NAME
"value"
public static final String
MELT_VARIABLE_COLUMN_NAME
"variable"
-
tech.tablesaw.columns.AbstractColumn<C extends Column<T>,T> Modifier and Type Constant Field Value public static final int
DEFAULT_ARRAY_SIZE
128
-
tech.tablesaw.columns.booleans.BooleanColumnType Modifier and Type Constant Field Value public static final byte
BYTE_FALSE
0
public static final byte
BYTE_TRUE
1
-
tech.tablesaw.columns.dates.DateColumnType Modifier and Type Constant Field Value public static final int
BYTE_SIZE
4
-
tech.tablesaw.columns.datetimes.DateTimeColumnType Modifier and Type Constant Field Value public static final int
BYTE_SIZE
8
-
tech.tablesaw.columns.instant.InstantColumnType Modifier and Type Constant Field Value public static final int
BYTE_SIZE
8
-
tech.tablesaw.columns.numbers.FloatColumnType Modifier and Type Constant Field Value public static final int
BYTE_SIZE
4
-
tech.tablesaw.columns.strings.StringColumnType Modifier and Type Constant Field Value public static final int
BYTE_SIZE
4
-
tech.tablesaw.columns.times.TimeColumnType Modifier and Type Constant Field Value public static final int
BYTE_SIZE
4
-
tech.tablesaw.io.ReadOptions Modifier and Type Constant Field Value public static final boolean
DEFAULT_IGNORE_ZERO_DECIMAL
true
public static final boolean
DEFAULT_SKIP_ROWS_WITH_INVALID_COLUMN_COUNT
false
-
tech.tablesaw.table.TableSliceGroup Modifier and Type Constant Field Value protected static final String
SPLIT_STRING
"~~~"