Uses of Package
app.babylon.table.column
Packages that use app.babylon.table.column
Package
Description
-
Classes in app.babylon.table.column used by app.babylon.tableClassDescriptionBase contract for a named column of tabular data, including size, null-state, comparison, projection, and row-level access operations.Builds an immutable column instance for a specific column name.An object column optimised for repeated values by storing dictionary-encoded categories.A column of nullable double values with efficient primitive access and predicate-based row selection.A column of nullable int values with efficient primitive access and predicate-based row selection.A column of nullable long values with efficient primitive access and predicate-based row selection.A column that stores object values, including strings, dates, decimals, and other reference types.
-
Classes in app.babylon.table.column used by app.babylon.table.aggregation
-
Classes in app.babylon.table.column used by app.babylon.table.columnClassDescriptionA compact immutable sequence of boolean values backed by a bit set.Stores category codes as a compact immutable integer sequence for dictionary-encoded columns.Base contract for a named column of tabular data, including size, null-state, comparison, projection, and row-level access operations.Builds an immutable column instance for a specific column name.A column of byte values used for compact storage of byte-oriented data and file-signature style checks.An object column optimised for repeated values by storing dictionary-encoded categories.A column of nullable double values with efficient primitive access and predicate-based row selection.A column of nullable int values with efficient primitive access and predicate-based row selection.A column of nullable long values with efficient primitive access and predicate-based row selection.A column that stores object values, including strings, dates, decimals, and other reference types.Transforms individual column values from one type to another while carrying the target value type and optional output column name.
-
Classes in app.babylon.table.column used by app.babylon.table.grouping
-
Classes in app.babylon.table.column used by app.babylon.table.io
-
Classes in app.babylon.table.column used by app.babylon.table.selectionClassDescriptionA column that stores object values, including strings, dates, decimals, and other reference types.
-
Classes in app.babylon.table.column used by app.babylon.table.sorting
-
Classes in app.babylon.table.column used by app.babylon.table.transformClassDescriptionBase contract for a named column of tabular data, including size, null-state, comparison, projection, and row-level access operations.A column of nullable double values with efficient primitive access and predicate-based row selection.A column of nullable int values with efficient primitive access and predicate-based row selection.A column of nullable long values with efficient primitive access and predicate-based row selection.A column that stores object values, including strings, dates, decimals, and other reference types.