Uses of Class
org.voltdb.VoltTable
-
Uses of VoltTable in org.voltdb
Modifier and TypeMethodDescriptionfinal VoltTable
VoltTable.clone
(int extraBytes) Generates a duplicate of a table including the column schema.static VoltTable
VoltTable.fromJSONObject
(org.json_voltpatches.JSONObject json) Construct a table from a JSON object.static VoltTable
VoltTable.fromJSONString
(String json) Construct a table from a JSON string.static VoltTable
VoltTable.getInstanceForTest
(ByteBuffer buf) get a not fully constructed and validated VoltTable.Modifier and TypeMethodDescriptionvoid
Add all rows fromother
into this VoltTable.void
VoltTable.addTableWithExtraColumns
(VoltTable other) void
VoltTable.addTableWithLessColumns
(VoltTable other) boolean
VoltTable.hasSameContents
(VoltTable other) Check to see if this table has the same contents as the provided table.boolean
VoltTable.hasSameContents
(VoltTable other, boolean ignoreOrder) Modifier and TypeMethodDescriptionvoid
VoltTable.addTables
(Collection<VoltTable> tables) Add all rows fromtables
into this VoltTable. -
Uses of VoltTable in org.voltdb.client
Modifier and TypeMethodDescriptionClientResponse.getResults()
Get the array ofVoltTable
results returned by the stored procedure.