use of io.prestosql.expressions.LogicalRowExpressions in project hetu-core by openlookeng.
the class TestJoinNodeFlattener method setUp.
@BeforeClass
public void setUp() {
queryRunner = new LocalQueryRunner(testSessionBuilder().build());
logicalRowExpressions = new LogicalRowExpressions(new RowExpressionDeterminismEvaluator(queryRunner.getMetadata()), new FunctionResolution(queryRunner.getMetadata().getFunctionAndTypeManager()), queryRunner.getMetadata().getFunctionAndTypeManager());
}
Aggregations