Uses of Class
edu.caltech.nanodb.expressions.LiteralValue
-
Packages that use LiteralValue Package Description edu.caltech.nanodb.queryeval This package contains the query-evaluation components of the database. -
-
Uses of LiteralValue in edu.caltech.nanodb.queryeval
Methods in edu.caltech.nanodb.queryeval with parameters of type LiteralValue Modifier and Type Method Description private static float
SelectivityEstimator. estimateCompareColumnValue(CompareOperator.Type compType, ColumnValue columnValue, LiteralValue literalValue, Schema exprSchema, java.util.ArrayList<ColumnStats> stats)
This helper function computes a selectivity estimate for a comparison between a column and a literal value.
-