Uses of Class
edu.caltech.nanodb.expressions.BooleanOperator
-
Packages that use BooleanOperator Package Description edu.caltech.nanodb.queryeval This package contains the query-evaluation components of the database. -
-
Uses of BooleanOperator in edu.caltech.nanodb.queryeval
Methods in edu.caltech.nanodb.queryeval with parameters of type BooleanOperator Modifier and Type Method Description static float
SelectivityEstimator. estimateBoolOperSelectivity(BooleanOperator bool, Schema exprSchema, java.util.ArrayList<ColumnStats> stats)
This function computes a selectivity estimate for a general Boolean expression that may be comprised of one or more components.
-