Uses of Class
org.voltdb.VoltTable.ColumnInfo
-
Uses of VoltTable.ColumnInfo in org.voltdb
Modifier and TypeMethodDescriptionVoltTable.ColumnInfo.clone()
Basically just suppress CloneNotSupportedException.VoltTable.getTableSchema()
Get the schema of the table.ModifierConstructorDescriptionVoltTable
(VoltTable.ColumnInfo[] columns) Create an empty table from column schema given as an array.VoltTable
(VoltTable.ColumnInfo[] columns, int columnCount) Create an empty table from column schema.VoltTable
(VoltTable.ColumnInfo firstColumn, VoltTable.ColumnInfo... columns) Create an empty table from column schema.