Uses of Class
lukfor.tables.Table
-
Packages that use Table Package Description lukfor.tables lukfor.tables.io lukfor.tables.io.options lukfor.tables.rows lukfor.tables.rows.aggregators lukfor.tables.rows.processors lukfor.tables.utils -
-
Uses of Table in lukfor.tables
Methods in lukfor.tables that return Table Modifier and Type Method Description TableTable. binBy(String column, double binSize, IRowAggregator aggregator)TableTable. clone()TableTable. cloneStructure(String name)TableTable. getSummary()TableTable. groupBy(String column, IRowAggregator aggregator)TableTable. groupBy(IRowMapper mapper, IRowAggregator aggregator)TableTable. hist(String column, double binSize)Methods in lukfor.tables that return types with arguments of type Table Modifier and Type Method Description List<Table>Table. splitBy(IRowMapper mapper)Methods in lukfor.tables with parameters of type Table Modifier and Type Method Description voidTable. append(Table table)static voidTable. log(Table table, String message)voidTable. merge(Table table2, String column)voidTable. merge(Table table2, String columnTable1, String columnTable2)Constructors in lukfor.tables with parameters of type Table Constructor Description ColumnOperations(Table table)RowOperations(Table table) -
Uses of Table in lukfor.tables.io
Methods in lukfor.tables.io that return Table Modifier and Type Method Description static TableTableBuilder. fromCsvFile(CsvTableOptions options)static TableTableBuilder. fromDatabase(Connection connection, String sql)static TableTableBuilder. fromFile(String filename, char separator)static TableTableBuilder. fromTableReader(String name, genepi.io.table.reader.ITableReader reader, boolean columnTypeDetection, String[] columns)static TableTableBuilder. fromXlsFile(ExcelTableOptions options)Methods in lukfor.tables.io with parameters of type Table Modifier and Type Method Description static voidTableWriter. writeToCsv(Table table, File file)static voidTableWriter. writeToCsv(Table table, File file, char outputSeparator)static voidTableWriter. writeToCsv(Table table, String filename)static voidTableWriter. writeToCsv(Table table, String filename, char outputSeparator)static voidTableWriter. writeToCsv(Table table, String filename, char outputSeparator, boolean quote)static voidTableWriter. writeToSasCsv(Table table, String filename)static voidTableWriter. writeToTableWriter(Table table, genepi.io.table.writer.ITableWriter writer)static voidTableWriter. writeToXls(Table table, String filename) -
Uses of Table in lukfor.tables.io.options
Methods in lukfor.tables.io.options that return Table Modifier and Type Method Description TableCsvTableOptions. load()TableExcelTableOptions. load() -
Uses of Table in lukfor.tables.rows
Methods in lukfor.tables.rows that return Table Modifier and Type Method Description TableIRowAggregator. aggregate(Object key, Table group)Methods in lukfor.tables.rows with parameters of type Table Modifier and Type Method Description TableIRowAggregator. aggregate(Object key, Table group)voidRow. updateView(Table table, int index)Constructors in lukfor.tables.rows with parameters of type Table Constructor Description Row(Table table, int index)TableIndex(Table table) -
Uses of Table in lukfor.tables.rows.aggregators
Methods in lukfor.tables.rows.aggregators that return Table Modifier and Type Method Description TableCountRowAggregator. aggregate(Object key2, Table group)TableMaxRowAggregator. aggregate(Object key2, Table group)TableMeanRowAggregator. aggregate(Object key2, Table group)TableMinRowAggregator. aggregate(Object key2, Table group)TableSumRowAggregator. aggregate(Object key2, Table group)Methods in lukfor.tables.rows.aggregators with parameters of type Table Modifier and Type Method Description TableCountRowAggregator. aggregate(Object key2, Table group)TableMaxRowAggregator. aggregate(Object key2, Table group)TableMeanRowAggregator. aggregate(Object key2, Table group)TableMinRowAggregator. aggregate(Object key2, Table group)TableSumRowAggregator. aggregate(Object key2, Table group) -
Uses of Table in lukfor.tables.rows.processors
Constructors in lukfor.tables.rows.processors with parameters of type Table Constructor Description RowCopyProcessor(Table destination) -
Uses of Table in lukfor.tables.utils
Methods in lukfor.tables.utils that return Table Modifier and Type Method Description TableGroupByBuilder. aggregate(IRowAggregator aggregator)TableGroupByBuilder. count()TableGroupByBuilder. max(String column)TableGroupByBuilder. mean(String column)TableGroupByBuilder. min(String column)TableGroupByBuilder. sum(String column)Constructors in lukfor.tables.utils with parameters of type Table Constructor Description GroupByBuilder(Table table, IRowMapper mapper, String keyColumn)
-