Interface DrillRelOptCost
- All Superinterfaces:
org.apache.calcite.plan.RelOptCost
- All Known Implementing Classes:
DrillCostBase
public interface DrillRelOptCost
extends org.apache.calcite.plan.RelOptCost
-
Method Summary
Methods inherited from interface org.apache.calcite.plan.RelOptCost
divideBy, equals, getCpu, getIo, getRows, isEqWithEpsilon, isInfinite, isLe, isLt, minus, multiplyBy, plus, toString
-
Method Details
-
getNetwork
double getNetwork() -
getMemory
double getMemory()
-