net.sf.saffron.oj.rel
Class JavaTableAccessRel
java.lang.Object
|
+--net.sf.saffron.rel.SaffronRel
|
+--net.sf.saffron.rel.TableAccessRel
|
+--net.sf.saffron.oj.rel.JavaTableAccessRel
- public class JavaTableAccessRel
- extends TableAccessRel
Implements the TableAccessRel
relational expression in Java code.
Methods inherited from class net.sf.saffron.rel.SaffronRel |
childrenAccept, computeDigest, getChildExps, getCluster, getCorrelVariable, getId, getInput, getInputs, getOrCreateCorrelVariable, getQualifier, getQuery, getRelTypeName, getRowType, getVariablesStopped, implementFieldAccess, isAccessTo, isDistinct, onRegister, recomputeDigest, register, registerCorrelVariable, replaceInput, setCorrelVariable, toString |
JavaTableAccessRel
public JavaTableAccessRel(VolcanoCluster cluster,
ImplementableTable table,
SaffronConnection connection)
getConvention
public CallingConvention getConvention()
- Description copied from class:
SaffronRel
- Returns a value from
CallingConvention
.
- Overrides:
getConvention
in class SaffronRel
clone
public Object clone()
- Overrides:
clone
in class TableAccessRel
implement
public Object implement(RelImplementor implementor,
int ordinal)
- Description copied from class:
SaffronRel
- Create a plan for this expression according to a calling convention.
- Overrides:
implement
in class SaffronRel
- Parameters:
implementor
- implementorordinal
- indicates our position in the pre-, in- and postfix walk
over the tree; ordinal
is -1 when called from the
parent, and i
when called from the
i
th child.