public class Level2CostEstimateImpl extends CostEstimateImpl
cost, rowCount, singleScanRowCount| Constructor and Description |
|---|
Level2CostEstimateImpl() |
Level2CostEstimateImpl(double theCost,
double theRowCount,
double theSingleScanRowCount) |
| Modifier and Type | Method and Description |
|---|---|
CostEstimate |
cloneMe()
Get a copy of this CostEstimate
|
CostEstimateImpl |
setState(double theCost,
double theRowCount,
CostEstimateImpl retval) |
java.lang.String |
toString() |
add, compare, divide, getEstimatedCost, getEstimatedRowCount, isUninitialized, multiply, rowCount, setCost, setCost, setEstimatedCost, setEstimatedRowCount, setSingleScanRowCount, singleScanRowCountpublic Level2CostEstimateImpl()
public Level2CostEstimateImpl(double theCost,
double theRowCount,
double theSingleScanRowCount)
public CostEstimate cloneMe()
CostEstimatecloneMe in interface CostEstimatecloneMe in class CostEstimateImplCostEstimate.cloneMe()public java.lang.String toString()
toString in class java.lang.Objectpublic CostEstimateImpl setState(double theCost, double theRowCount, CostEstimateImpl retval)
setState in class CostEstimateImplApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.