Uses of Class
org.hpccsystems.commons.filter.SQLExpression
-
Packages that use SQLExpression Package Description org.hpccsystems.commons.ecl Provides basic HPCC Systems ECL language construct support.org.hpccsystems.commons.filter Provides simple SQL-like filter support, most commonly to be translated into HPCC Systems filter syntax. -
-
Uses of SQLExpression in org.hpccsystems.commons.ecl
Methods in org.hpccsystems.commons.ecl with parameters of type SQLExpression Modifier and Type Method Description static FileFilterFileFilter. ConvertToHPCCFileFilter(SQLExpression sqlfilter)Convert to HPCC file filter. -
Uses of SQLExpression in org.hpccsystems.commons.filter
Methods in org.hpccsystems.commons.filter that return types with arguments of type SQLExpression Modifier and Type Method Description Iterator<SQLExpression>SQLFilter. getExpressions()Gets the expressions.Methods in org.hpccsystems.commons.filter with parameters of type SQLExpression Modifier and Type Method Description voidSQLFilter. addExpression(SQLExpression expression)Adds the expression.
-