Uses of Class
org.voltdb.VoltTableRow
-
Uses of VoltTableRow in org.voltdb
Modifier and TypeClassDescriptionfinal class
The primary representation of a result set (of tuples) or a temporary table in VoltDB.Modifier and TypeMethodDescriptionVoltTable.cloneRow()
Get a newVoltTableRow
instance with identical position as this table.abstract VoltTableRow
VoltTableRow.cloneRow()
Clone a row.final VoltTableRow
VoltTable.fetchRow
(int index) Return aVoltTableRow
instance with the specified index.Modifier and TypeMethodDescriptionfinal void
VoltTable.add
(VoltTableRow row) Append arow
from anotherVoltTable
to this VoltTable instance.