| return hasQualifiedNameReference.get();
}
private Operator interpretedFilterProject(Expression filter, Expression projection, Type expressionType, Session session)
{
FilterFunction filterFunction = new InterpretedFilterFunction(
filter,
INPUT_MAPPING,
metadataManager,
session
);
|