public class HiveRelMdRowCount
extends org.apache.calcite.rel.metadata.RelMdRowCount
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
LOG |
static org.apache.calcite.rel.metadata.RelMetadataProvider |
SOURCE |
Modifier | Constructor and Description |
---|---|
protected |
HiveRelMdRowCount() |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hive.ql.optimizer.calcite.stats.HiveRelMdRowCount.PKFKRelationInfo |
analyzeJoinForPKFK(org.apache.calcite.rel.core.Join joinRel) |
Double |
getRowCount(org.apache.calcite.rel.core.Join join) |
Double |
getRowCount(org.apache.calcite.rel.core.SemiJoin rel) |
protected static final org.apache.commons.logging.Log LOG
public static final org.apache.calcite.rel.metadata.RelMetadataProvider SOURCE
public Double getRowCount(org.apache.calcite.rel.core.Join join)
public Double getRowCount(org.apache.calcite.rel.core.SemiJoin rel)
getRowCount
in class org.apache.calcite.rel.metadata.RelMdRowCount
public static org.apache.hadoop.hive.ql.optimizer.calcite.stats.HiveRelMdRowCount.PKFKRelationInfo analyzeJoinForPKFK(org.apache.calcite.rel.core.Join joinRel)
Copyright © 2017 The Apache Software Foundation. All rights reserved.