MCPcopy Create free account
hub / github.com/apache/calcite / isLt

Method isLt

core/src/main/java/org/apache/calcite/plan/RelOptCost.java:84–84  ·  view source on GitHub ↗

Compares this to another cost. @param cost another cost @return true iff this is strictly less than other cost

(RelOptCost cost)

Source from the content-addressed store, hash-verified

82 * @return true iff this is strictly less than other cost
83 */
84 boolean isLt(RelOptCost cost);
85
86 /**
87 * Adds another cost to this.

Callers 14

testCombineMetadataMethod · 0.95
onProduceMethod · 0.95
performMethod · 0.95
computeBestCostMethod · 0.95
isValidMethod · 0.95
chooseBetterPlanMethod · 0.95
addFactorToTreeMethod · 0.95
compareMethod · 0.95
startOptimizeMethod · 0.65

Implementers 3

MockRelOptCostcore/src/test/java/org/apache/calcite/
RelOptCostImplcore/src/main/java/org/apache/calcite/
VolcanoCostcore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 2

testCombineMetadataMethod · 0.76