public class RelMdMemory extends Object
BuiltInMetadata.Memory
metadata provider for the standard logical algebra.| Modifier and Type | Field and Description |
|---|---|
static RelMetadataProvider |
SOURCE
Source for
BuiltInMetadata.Memory. |
| Modifier | Constructor and Description |
|---|---|
protected |
RelMdMemory() |
| Modifier and Type | Method and Description |
|---|---|
Double |
cumulativeMemoryWithinPhase(RelNode rel)
Catch-all implementation for
BuiltInMetadata.Memory.cumulativeMemoryWithinPhase(),
invoked using reflection. |
Double |
cumulativeMemoryWithinPhaseSplit(RelNode rel)
Catch-all implementation for
BuiltInMetadata.Memory.cumulativeMemoryWithinPhaseSplit(),
invoked using reflection. |
Double |
memory(RelNode rel)
Catch-all implementation for
BuiltInMetadata.Memory.memory(),
invoked using reflection. |
public static final RelMetadataProvider SOURCE
BuiltInMetadata.Memory.public Double memory(RelNode rel)
BuiltInMetadata.Memory.memory(),
invoked using reflection.public Double cumulativeMemoryWithinPhase(RelNode rel)
BuiltInMetadata.Memory.cumulativeMemoryWithinPhase(),
invoked using reflection.public Double cumulativeMemoryWithinPhaseSplit(RelNode rel)
BuiltInMetadata.Memory.cumulativeMemoryWithinPhaseSplit(),
invoked using reflection.Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.