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