public static interface BuiltInMetadata.NodeTypes extends Metadata
For each relational expression, it returns a multimap from the class to the nodes instantiating that class. Each node will appear in the multimap only once.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuiltInMetadata.NodeTypes.Handler
Handler API.
|
| Modifier and Type | Field and Description |
|---|---|
static MetadataDef<BuiltInMetadata.NodeTypes> |
DEF |
| Modifier and Type | Method and Description |
|---|---|
@Nullable com.google.common.collect.Multimap<Class<? extends RelNode>,RelNode> |
getNodeTypes()
Returns a multimap from the class to the nodes instantiating that
class.
|
static final MetadataDef<BuiltInMetadata.NodeTypes> DEF
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.