Package app.babylon.table
package app.babylon.table
-
ClassDescriptionRepresents a tabular data set with a name, description, and row/column dimensions.A column-oriented table whose data is exposed as named columns and can be sliced, filtered, transformed, grouped, and sorted.Materialised table built directly from a caller-owned
ResultSet.Maps logical row positions in a view to row positions in the underlying data, including optional unset entries.