Package io.substrait.hint
Class Hint.Stats
java.lang.Object
io.substrait.hint.Hint.Stats
- All Implemented Interfaces:
HasExtension
- Direct Known Subclasses:
ImmutableStats
- Enclosing class:
- Hint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImmutableStats.Builderbuilder()abstract doubleabstract doublerowCount()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.substrait.relation.HasExtension
getExtension
-
Constructor Details
-
Stats
public Stats()
-
-
Method Details
-
rowCount
public abstract double rowCount() -
recordSize
public abstract double recordSize() -
builder
-