public class RelMdRowCount extends Object
RelMetadataQuery.getRowCount(org.apache.calcite.rel.RelNode) for the standard logical algebra.| Modifier and Type | Field and Description |
|---|---|
static RelMetadataProvider |
SOURCE |
| Constructor and Description |
|---|
RelMdRowCount() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getRowCount(Aggregate rel) |
Double |
getRowCount(Filter rel) |
Double |
getRowCount(Project rel) |
Double |
getRowCount(RelNode rel) |
Double |
getRowCount(SemiJoin rel) |
Double |
getRowCount(Sort rel) |
Double |
getRowCount(Union rel) |
public static final RelMetadataProvider SOURCE
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.