MobilityDB  1.0

◆ var_eq_const()

double var_eq_const ( VariableStatData *  vardata,
Oid  operator,
Datum  constval,
bool  constisnull,
bool  varonleft,
bool  negate 
)

Equal selectivity for var = const case.

Note
Function copied from selfuncs.c since it is not exported.