Modifier and Type | Method and Description |
---|---|
Op |
TransformBase.transform(OpLeftJoin opLeftJoin,
Op left,
Op right) |
Op |
TransformWrapper.transform(OpLeftJoin opLeftJoin,
Op left,
Op right) |
Op |
TransformCopy.transform(OpLeftJoin opLeftJoin,
Op left,
Op right) |
Op |
Transform.transform(OpLeftJoin opLeftJoin,
Op left,
Op right) |
void |
OpVisitor.visit(OpLeftJoin opLeftJoin) |
void |
OpAsQuery.Converter.visit(OpLeftJoin opLeftJoin) |
void |
OpVisitorBase.visit(OpLeftJoin opLeftJoin) |
void |
OpVisitorByType.visit(OpLeftJoin opLeftJoin) |
Modifier and Type | Method and Description |
---|---|
static OpLeftJoin |
OpLeftJoin.createLeftJoin(Op left,
Op right,
ExprList exprs)
Guaranteed to return a new left join
|
Modifier and Type | Method and Description |
---|---|
Op |
TransformJoinStrategy.transform(OpLeftJoin opLeftJoin,
Op opLeft,
Op opRight) |
Op |
TransformExpandOneOf.transform(OpLeftJoin opLeftJoin,
Op opLeft,
Op opRight) |
void |
OpVisitorExprPrepare.visit(OpLeftJoin opLeftJoin) |
Modifier and Type | Method and Description |
---|---|
static boolean |
LeftJoinClassifier.isLinear(OpLeftJoin op) |
static Set<Var> |
LeftJoinClassifier.nonLinearVars(OpLeftJoin op) |
Modifier and Type | Method and Description |
---|---|
void |
EvaluatorDispatch.visit(OpLeftJoin opLeftJoin) |
Modifier and Type | Method and Description |
---|---|
void |
WriterOp.OpWriterWorker.visit(OpLeftJoin opLeftJoin) |
Licenced under the Apache License, Version 2.0