Constructor and Description |
---|
TupleExprs() |
Modifier and Type | Method and Description |
---|---|
static boolean |
containsProjection(TupleExpr t)
Verifies if the supplied
TupleExpr contains a Projection . |
public static boolean containsProjection(TupleExpr t)
TupleExpr
contains a Projection
.
If the supplied TupleExpr is a Join
or contains a Join
,
projections inside that Join's arguments will not be taken into
account.t
- a tuple expression.true
if the TupleExpr contains a projection (outside
of a Join), false
otherwise.Copyright © 2001-2016 Aduna. All Rights Reserved.