Uses of Class
app.babylon.table.TableName
Packages that use TableName
-
Uses of TableName in app.babylon.table
Methods in app.babylon.table that return TableNameModifier and TypeMethodDescriptionTable.getName()TableBuildPlan.getOutputTableName()static TableNameMethods in app.babylon.table with parameters of type TableNameModifier and TypeMethodDescriptionintstatic TableColumnarTables.concat(TableName tableName, TableDescription tableDescription, TableColumnar... tables) static TableColumnarTables.concat(TableName tableName, TableDescription tableDescription, Collection<TableColumnar> tables) TableBuildPlan.execute(TableName tableName, TableDescription tableDescription, Column... columns) static TableColumnarstatic TableColumnarTables.newTable(TableName tableName, ColumnBuilder... 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, ColumnBuilder... 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) TableBuildPlan.withOutputTableName(TableName outputTableName) -
Uses of TableName in app.babylon.table.aggregation
Methods in app.babylon.table.aggregation that return TableNameMethods in app.babylon.table.aggregation with parameters of type TableName -
Uses of TableName in app.babylon.table.io
Methods in app.babylon.table.io with parameters of type TableName