public class OpLeftJoin extends Op2
Modifier and Type | Method and Description |
---|---|
Op |
apply(Transform transform,
Op left,
Op right) |
Op2 |
copy(Op newLeft,
Op newRight) |
static Op |
create(Op left,
Op right,
Expr expr) |
static Op |
create(Op left,
Op right,
ExprList exprs) |
static OpLeftJoin |
createLeftJoin(Op left,
Op right,
ExprList exprs)
Guaranteed to return a new left join
|
boolean |
equalTo(Op op2,
NodeIsomorphismMap labelMap) |
ExprList |
getExprs() |
String |
getName() |
void |
visit(OpVisitor opVisitor) |
toString, toString
toString
Licenced under the Apache License, Version 2.0