|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RelStatSource
This class encapsulates statistics for a RelNode
Method Summary | |
---|---|
RelStatColumnStatistics |
getColumnStatistics(int ordinal,
SargIntervalSequence predicate)
Returns statistics pertaining to a column specified by the 0-based ordinal and the sargable predicates associated with that column. |
Double |
getRowCount()
Returns the number of rows in a relation, as determined by statistics |
Method Detail |
---|
Double getRowCount()
RelStatColumnStatistics getColumnStatistics(int ordinal, SargIntervalSequence predicate)
ordinal
- zero based column ordinalpredicate
- associated predicates(s), evaluated as intervals
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |