Uses of Enum Class
org.yamcs.yarch.streamsql.RelOp
Packages that use RelOp
-
Uses of RelOp in org.yamcs.yarch
Methods in org.yamcs.yarch with parameters of type RelOpModifier and TypeMethodDescriptionvoid
FilterableTarget.addRelOpFilter
(ColumnExpression cexpr, RelOp relOp, Object value) Tries to add a restriction for the rows to be selected/updated/deleted. -
Uses of RelOp in org.yamcs.yarch.streamsql
Methods in org.yamcs.yarch.streamsql that return RelOpModifier and TypeMethodDescriptionRelOp.getOppsite()
RelationalExpression.getRelation()
final RelOp
StreamSqlParser.RelOp()
static RelOp
Returns the enum constant of this class with the specified name.static RelOp[]
RelOp.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.yamcs.yarch.streamsql with parameters of type RelOpModifier and TypeMethodDescriptionvoid
TableWalkerBuilder.addRelOpFilter
(ColumnExpression cexpr, RelOp relOp, Object value) void
TupleSourceExpression.addRelOpFilter
(ColumnExpression cexpr, RelOp relOp, Object value) boolean
HistogramStreamBuilder.addRelOpFilterHistogram
(ColumnExpression cexpr, RelOp relOp, Object value) Constructors in org.yamcs.yarch.streamsql with parameters of type RelOpModifierConstructorDescriptionRelationalExpression
(Expression left, Expression right, RelOp relOp)