public interface DrillRelOptCostFactory
extends org.apache.calcite.plan.RelOptCostFactory
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.plan.RelOptCost |
makeCost(double rowCount,
double cpu,
double io,
double network)
Creates a cost object.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.