public class RelMdParallelism extends Object
BuiltInMetadata.Parallelism
metadata provider for the standard logical algebra.| Modifier and Type | Field and Description |
|---|---|
static RelMetadataProvider |
SOURCE
Source for
BuiltInMetadata.Parallelism. |
| Modifier | Constructor and Description |
|---|---|
protected |
RelMdParallelism() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isPhaseTransition(Exchange rel) |
Boolean |
isPhaseTransition(RelNode rel)
Catch-all implementation for
BuiltInMetadata.Parallelism.isPhaseTransition(),
invoked using reflection. |
Boolean |
isPhaseTransition(TableScan rel) |
Boolean |
isPhaseTransition(Values rel) |
Integer |
splitCount(RelNode rel)
Catch-all implementation for
BuiltInMetadata.Parallelism.splitCount(),
invoked using reflection. |
public static final RelMetadataProvider SOURCE
BuiltInMetadata.Parallelism.public Boolean isPhaseTransition(RelNode rel)
BuiltInMetadata.Parallelism.isPhaseTransition(),
invoked using reflection.public Integer splitCount(RelNode rel)
BuiltInMetadata.Parallelism.splitCount(),
invoked using reflection.Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.