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 and Description |
---|
ConglomerateRS(ConglomerateDescriptor cd,
DataDictionary dataDictionary) |
ConglomerateRS(java.lang.String schemaName,
java.lang.String rowSourceName) |
Modifier and Type | Method and Description |
---|---|
void |
bind(DataDictionary dataDictionary,
LanguageConnectionContext lcc,
CompilerContext cc)
Bind the conglomerate and table function names in this plan.
|
countLeafNodes, equals, getDescriptor, isBound, isLeftPrefixOf, leftmostLeaf, toString
makeRowSource
public ConglomerateRS(java.lang.String schemaName, java.lang.String rowSourceName)
public ConglomerateRS(ConglomerateDescriptor cd, DataDictionary dataDictionary) throws StandardException
StandardException
public void bind(DataDictionary dataDictionary, LanguageConnectionContext lcc, CompilerContext cc) throws StandardException
OptimizerPlan
Bind the conglomerate and table function names in this plan.
bind
in class OptimizerPlan.RowSource<ConglomerateDescriptor>
dataDictionary
- DataDictionary to bind against.StandardException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.