public static final class OptimizerPlan.TableFunctionRS extends OptimizerPlan.RowSource<AliasDescriptor>
OptimizerPlan.ConglomerateRS, OptimizerPlan.DeadEnd, OptimizerPlan.Join, OptimizerPlan.RowSource<D extends UniqueTupleDescriptor>, OptimizerPlan.TableFunctionRS_descriptor, _rowSourceName, _schema, _schemaName| Constructor | Description |
|---|---|
TableFunctionRS(java.lang.String schemaName,
java.lang.String rowSourceName) |
|
TableFunctionRS(AliasDescriptor ad) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
bind(DataDictionary dataDictionary,
LanguageConnectionContext lcc,
CompilerContext cc) |
Bind the conglomerate and table function names in this plan.
|
java.lang.String |
toString() |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmakeRowSourcecountLeafNodes, equals, getDescriptor, isBound, isLeftPrefixOf, leftmostLeafpublic TableFunctionRS(java.lang.String schemaName,
java.lang.String rowSourceName)
public TableFunctionRS(AliasDescriptor ad)
public void bind(DataDictionary dataDictionary, LanguageConnectionContext lcc, CompilerContext cc) throws StandardException
OptimizerPlanBind the conglomerate and table function names in this plan.
bind in class OptimizerPlan.RowSource<AliasDescriptor>dataDictionary - DataDictionary to bind against.StandardExceptionpublic java.lang.String toString()
toString in class OptimizerPlan.RowSource<AliasDescriptor>Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.