saffron.rel.java
Class JavaTableAccess
java.lang.Object
|
+--saffron.rel.Rel
|
+--saffron.rel.TableAccess
|
+--saffron.rel.java.JavaTableAccess
- public class JavaTableAccess
- extends TableAccess
Nested classes inherited from class saffron.rel.TableAccess |
|
Nested classes inherited from class saffron.rel.Rel |
|
Methods inherited from class saffron.rel.Rel |
childrenAccept, computeDigest, getCluster, getCorelVariable, getEnvironment, getId, getInput, getInputs, getOrCreateCorelVariable, getParentEnv, getQualifier, getQuery, getRelTypeName, getRowType, getType, getVariablesStopped, implementExp, implementExps, implementFieldAccess, implementSelf, isAccessTo, isDistinct, onRegister, recomputeDigest, registerCorelVariable, replaceInput, setCorelVariable, toString |
JavaTableAccess
public JavaTableAccess(Cluster cluster,
ImplementableTable table,
Expression connectionExp)
clone
public Object clone()
- Overrides:
clone
in class TableAccess
getConvention
public CallingConvention getConvention()
- Description copied from class:
Rel
- Returns a value from
CallingConvention
.
- Overrides:
getConvention
in class Rel
implement
public Object implement(Implementor implementor,
int ordinal)
- Description copied from class:
Rel
- Create a plan for this expression according to a calling convention.
- Overrides:
implement
in class Rel
- 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.