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, singleScanRowCount
public Level2CostEstimateImpl()
public Level2CostEstimateImpl(double theCost, double theRowCount, double theSingleScanRowCount)
public CostEstimate cloneMe()
CostEstimate
cloneMe
in interface CostEstimate
cloneMe
in class CostEstimateImpl
CostEstimate.cloneMe()
public java.lang.String toString()
toString
in class java.lang.Object
public CostEstimateImpl setState(double theCost, double theRowCount, CostEstimateImpl retval)
setState
in class CostEstimateImpl
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.