|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RelationalOperators
Method Summary | |
---|---|
Relation |
renameColumns(ColumnRenamer renamer)
Applies the rename operator to this relation. |
Relation |
select(Expression condition)
Applies the selection operator to this relation. |
Method Detail |
---|
Relation select(Expression condition)
Applies the selection operator to this relation. The new relation will contain only the tuples for which the expression evaluates to true.
Selection on attributes that don't exist in the relation are considered to be always false and will cause an empty relation.
condition
- A boolean expression
Relation renameColumns(ColumnRenamer renamer)
Applies the rename operator to this relation.
Renames of attributes that don't exist in the relation are ignored.
renamer
- A map from original to replacement names
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |