Uses of Interface
app.babylon.table.TableColumnar
Packages that use TableColumnar
Package
Description
-
Uses of TableColumnar in app.babylon.table
Methods in app.babylon.table that return TableColumnarModifier and TypeMethodDescriptiondefault TableColumnardefault TableColumnardefault TableColumnarTableColumnar.apply(Collection<Transform> transforms) static TableColumnarTables.concat(TableName tableName, TableDescription tableDescription, TableColumnar... tables) static TableColumnarTables.concat(TableName tableName, TableDescription tableDescription, Collection<TableColumnar> tables) default TableColumnarTableColumnar.getFirstRow()TableColumnar.getLastRow()TableColumnar.getRow(int i) TableIndex.getTable()static TableColumnarTables.leftOuterJoin(TableColumnar left, TableColumnar right, ColumnName[] leftKeys, ColumnName[] rightKeys, ColumnName... rightColumnsToAdd) static TableColumnarTables.leftOuterJoin(TableColumnar left, TableColumnar right, ColumnName leftKey, ColumnName rightKey, ColumnName... rightColumnsToAdd) static TableColumnarstatic TableColumnarTables.newTable(TableName tableName, Column.Builder... columnBuilders) static TableColumnarTables.newTable(TableName tableName, TableDescription description, Column... columns) static TableColumnarTables.newTable(TableName tableName, TableDescription desc, Column[] firstColumns, Column[] lastColumns) static TableColumnarTables.newTable(TableName tableName, TableDescription description, Column.Builder... columnBuilders) static TableColumnarTables.newTable(TableName tableName, TableDescription description, Collection<Column> columns) static TableColumnarTables.newTable(TableName tableName, Collection<Column> columns) static TableColumnarTables.newTableView(TableName viewTableName, TableColumnar table, ViewIndex rowIndex) static TableColumnarTables.newTableView(TableName viewTableName, TableDescription viewTableDescription, TableColumnar table, ViewIndex rowIndex) TableColumnar.prune()Removes columns that contain no set values.TableColumnar.removeColumns(ColumnName... x) static TableColumnarTables.removeDuplicates(TableColumnar table, ColumnName... indexColumns) default TableColumnarTableColumnar.select(ColumnName... x) default TableColumnarstatic TableColumnarTables.select(TableColumnar table, Selection selection) default TableColumnarTableColumnar.sort(ColumnName... x) default TableColumnarTableColumnar.sort(TableSort.SortOrder sortOrder, ColumnName... x) Methods in app.babylon.table with parameters of type TableColumnarModifier and TypeMethodDescriptionstatic TableColumnarTables.concat(TableName tableName, TableDescription tableDescription, TableColumnar... tables) static booleanTableColumnar.isEmpty(TableColumnar table) static TableColumnarTables.leftOuterJoin(TableColumnar left, TableColumnar right, ColumnName[] leftKeys, ColumnName[] rightKeys, ColumnName... rightColumnsToAdd) static TableColumnarTables.leftOuterJoin(TableColumnar left, TableColumnar right, ColumnName leftKey, ColumnName rightKey, ColumnName... rightColumnsToAdd) static TableColumnarTables.newTableView(TableName viewTableName, TableColumnar table, ViewIndex rowIndex) static TableColumnarTables.newTableView(TableName viewTableName, TableDescription viewTableDescription, TableColumnar table, ViewIndex rowIndex) static StringTablesToString.printFullTable(TableColumnar table) static StringTablesToString.printFullTable(TableColumnar table, ToStringSettings settings, int numRows) static StringTablesToString.printSmallTable(TableColumnar table) static StringTablesToString.printSmallTable(TableColumnar table, ToStringSettings settings) static TableColumnarTables.removeDuplicates(TableColumnar table, ColumnName... indexColumns) static TableColumnarTables.select(TableColumnar table, Selection selection) Method parameters in app.babylon.table with type arguments of type TableColumnarModifier and TypeMethodDescriptionstatic TableColumnarTables.concat(TableName tableName, TableDescription tableDescription, Collection<TableColumnar> tables) Constructors in app.babylon.table with parameters of type TableColumnar -
Uses of TableColumnar in app.babylon.table.column
Constructors in app.babylon.table.column with parameters of type TableColumnarModifierConstructorDescriptionColumnsComparator(TableColumnar table, ColumnName... x) Creates a comparator over the supplied table columns. -
Uses of TableColumnar in app.babylon.table.grouping
Methods in app.babylon.table.grouping that return types with arguments of type TableColumnarModifier and TypeMethodDescriptionGroupBy.getGroupedTables(Map<GroupKey, TableColumnar> x) Copies the grouped tables into the supplied destination map.Methods in app.babylon.table.grouping with parameters of type TableColumnarModifier and TypeMethodDescriptionstatic GroupByGroupBys.groupBy(TableColumnar table, ColumnName... x) Groups a table by one or more categorical columns.Method parameters in app.babylon.table.grouping with type arguments of type TableColumnarModifier and TypeMethodDescriptionGroupBy.getGroupedTables(Map<GroupKey, TableColumnar> x) Copies the grouped tables into the supplied destination map.Constructor parameters in app.babylon.table.grouping with type arguments of type TableColumnarModifierConstructorDescriptionGroupBy(Map<GroupKey, TableColumnar> groupedTables) Creates a grouping result from grouped tables. -
Uses of TableColumnar in app.babylon.table.io
Methods in app.babylon.table.io that return TableColumnar -
Uses of TableColumnar in app.babylon.table.plans
Methods in app.babylon.table.plans that return TableColumnarModifier and TypeMethodDescriptionExecutes this plan against an already-open row supplier.Executes this plan against a configured row source.TablePlanAggregate.execute(TableColumnar table) TablePlanRead.execute(TableColumnar table) TablePlanRead.execute(TableName tableName, TableDescription tableDescription, Column... columns) Methods in app.babylon.table.plans with parameters of type TableColumnarModifier and TypeMethodDescriptionTablePlanAggregate.execute(TableColumnar table) TablePlanRead.execute(TableColumnar table) -
Uses of TableColumnar in app.babylon.table.selection
Methods in app.babylon.table.selection that return TableColumnarModifier and TypeMethodDescriptionstatic TableColumnarSelections.select(TableColumnar table, ColumnName colName, Pattern matchingPattern) Methods in app.babylon.table.selection with parameters of type TableColumnarModifier and TypeMethodDescriptionRowFilter.bind(TableColumnar table) static TableColumnarSelections.select(TableColumnar table, ColumnName colName, Pattern matchingPattern) -
Uses of TableColumnar in app.babylon.table.sorting
Methods in app.babylon.table.sorting that return TableColumnarModifier and TypeMethodDescriptionstatic TableColumnarTableSort.sort(TableColumnar table, ColumnName... x) static TableColumnarTableSort.sort(TableColumnar table, TableSort.SortOrder sortOrder, ColumnName... x) Methods in app.babylon.table.sorting with parameters of type TableColumnarModifier and TypeMethodDescriptionstatic TableColumnarTableSort.sort(TableColumnar table, ColumnName... x) static TableColumnarTableSort.sort(TableColumnar table, TableSort.SortOrder sortOrder, ColumnName... x) -
Uses of TableColumnar in app.babylon.table.transform
Methods in app.babylon.table.transform that return TableColumnarModifier and TypeMethodDescriptionTransformRegistry.apply(TableColumnar table, TableColumnar transformSet) Methods in app.babylon.table.transform with parameters of type TableColumnarModifier and TypeMethodDescriptionTransformRegistry.apply(TableColumnar table, TableColumnar transformSet)