throws SQLParserException,
ExpressionException,
ColumnNotFoundException,
UnsupportedOperandTypeException
{
SQLQueryParser parser = SQLQueryParser.getInstance();
CommonTree ast = parser.parseSQLForCondition(condition);
mExpression = ExpressionFactory.buildExpression(ast);
mExpression.configure(tupleMetadata);
}