Packages

package result

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class BaseTableRow extends TableRow

    Abstract base class for base table rows

    Abstract base class for base table rows

    Encapsulates a row of the content of a base table Contains the accessor functions for the included data values.

  2. class ConcatTableRow extends ScalTableRow

    Concatenates two rows.

    Concatenates two rows.

    For columns present in both rows, the value in rowB takes precedence.

  3. class ExtendedTableRow extends ScalTableRow

    Wraps over another table row, adding/replacing columns

    Wraps over another table row, adding/replacing columns

    For columns present in both row and extRow, the value in extRow takes precedence.

  4. class ScalMapTableRow extends ScalTableRow

    Result row wrapper over column-name to scalar value expression maps

  5. class ScalTableResult extends TableResult

    Result containing rows constructed using column name to value maps

  6. abstract class ScalTableRow extends TableRow

    Abstract base class for table result rows which include the column type information in addition to the column values.

    Abstract base class for table result rows which include the column type information in addition to the column values.

    Encapsulates a row of an intermediate result. Contains the accessor functions for the included data values.

  7. abstract class TableResult extends AnyRef

    Abstract base class for table results

    Abstract base class for table results

    Encapsulates an intermediate result. Contains the result metadata, and iterator on the result rows

  8. abstract class TableRow extends AnyRef

    Abstract base class for table result rows

    Abstract base class for table result rows

    Encapsulates a row of an intermediate result. Contains the accessor functions for the included data values.

  9. class TableRowGroup extends AnyRef

    Contains the rows associated with a group of column values

  10. class TableRowGroupIterator extends Iterator[TableRowGroup]

    Groups the consective result rows based on the group cols

    Groups the consective result rows based on the group cols

    returns

    Iterator on a TableGroup object containing the row groups

Value Members

  1. object ConcatTableRow

    Companion object containing constructor for ConcatTableRow

  2. object ExtendedTableRow

    Companion object containing constructor for ExtendedTableRow

  3. object NullExtendedTableRow

    Companion object containing constructor for ExtendedTableRow

  4. object ScalTableResult

    Companion object containing the constructor for ScalTableResult

  5. object ScalTableRow

    Companion object containing constructors for ScalTableRow

  6. object TableRowGroupIterator

Ungrouped