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.VoltProcedure.voltExecuteSQL()
Execute the currently queued SQLstatements
and return the result tables.VoltProcedure.voltExecuteSQL
(boolean isFinalSQL) Execute the currently queued SQLstatements
and return the result tables.Modifier and TypeMethodDescriptionvoid
Add all rows fromother
into this VoltTable.void
VoltTable.addTableWithExtraColumns
(VoltTable other) void
VoltTable.addTableWithLessColumns
(VoltTable other) final void
VoltCompoundProcedure.completeProcedure
(VoltTable result) All processing of this compound procedure is now complete.final void
VoltCompoundProcedure.completeProcedure
(VoltTable[] result) All processing of this compound procedure is now complete.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.