Package app.babylon.table.column
Interface CategoryCodeList
public interface CategoryCodeList
Stores category codes as a compact immutable integer sequence for
dictionary-encoded columns.
-
Field Details
-
BYTE_MAX_VALUE
static final int BYTE_MAX_VALUE- See Also:
-
CHAR_MAX_VALUE
static final int CHAR_MAX_VALUE- See Also:
-
-
Method Details
-
builder
-
size
int size() -
get
int get(int i) -
toArray
int[] toArray(int[] x) -
copy
CategoryCodeList copy()
-