if (whereClause.isParameterNode())
throw StandardException.newException(SQLState.LANG_UNTYPED_PARAMETER_IN_WHERE_CLAUSE );
whereClause = whereClause.checkIsBoolean();
getCompilerContext().popCurrentPrivType();
cc.endScope( CompilerContext.WHERE_SCOPE );
checkNoWindowFunctions(whereClause, "WHERE");
}
if (havingClause != null)