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.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) 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. -
Uses of VoltTable in org.voltdb.client
Methods in org.voltdb.client that return VoltTableModifier and TypeMethodDescriptionClientResponse.getResults()
Get the array ofVoltTable
results returned by the stored procedure.