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.Describes the runtime value type stored by a column.A nullable primitive boolean column backed by compact bit lists for both values and null-state.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.Canonical, case-insensitive table column name.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.columnClassDescriptionA compact immutable sequence of boolean values backed by a bit set.Mutable builder for
BitList.Primitive predicate for byte values.Stores category codes as a compact immutable integer sequence for dictionary-encoded columns.Mutable builder forCategoryCodeList.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.Describes the runtime value type stored by a column.A nullable primitive boolean column backed by compact bit lists for both values and null-state.Builder for nullable boolean columns.A column of byte values used for compact storage of byte-oriented data and file-signature style checks.Builder for nullable byte columns.An object column optimised for repeated values by storing dictionary-encoded categories.Builder for dictionary-encoded categorical columns.A column of nullable double values with efficient primitive access and predicate-based row selection.Builder for nullable double columns.A column of nullable int values with efficient primitive access and predicate-based row selection.Builder for nullable int columns.A column of nullable long values with efficient primitive access and predicate-based row selection.Builder for nullable long columns.Canonical, case-insensitive table column name.A column that stores object values, including strings, dates, decimals, and other reference types.Builder for nullable object columns.Controls which physical representation should back an object column.Transforms individual column values from one type to another while carrying the target column 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.ioClassDescriptionDescribes the runtime value type stored by a column.Describes a logical input column with a required name and an optional type.Canonical, case-insensitive table column name.
-
Classes in app.babylon.table.column used by app.babylon.table.plansClassDescriptionBase contract for a named column of tabular data, including size, null-state, comparison, projection, and row-level access operations.Describes the runtime value type stored by a column.Canonical, case-insensitive table column name.
-
Classes in app.babylon.table.column used by app.babylon.table.selectionClassDescriptionCanonical, case-insensitive table column name.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.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.Describes the runtime value type stored by a column.A nullable primitive boolean column backed by compact bit lists for both values and null-state.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.Canonical, case-insensitive table column name.A column that stores object values, including strings, dates, decimals, and other reference types.Controls which physical representation should back an object column.
-
Classes in app.babylon.table.column used by app.babylon.table.transform.dsl