Uses of Class
org.voltdb.VoltTable
Packages that use VoltTable
-
Uses of VoltTable in org.voltdb
Methods in org.voltdb that return VoltTableModifier 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.Methods in org.voltdb with parameters of type VoltTableModifier 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) Method parameters in org.voltdb with type arguments of type VoltTableModifier and TypeMethodDescriptionvoid
VoltTable.addTables
(Collection<VoltTable> tables) Add all rows fromtables
into this VoltTable.