use of com.facebook.presto.operator.scalar.FunctionAssertions in project presto by prestodb.
the class TestTime method setUp.
@BeforeClass
public void setUp() {
Session session = testSessionBuilder().setTimeZoneKey(TIME_ZONE_KEY).build();
functionAssertions = new FunctionAssertions(session);
}
use of com.facebook.presto.operator.scalar.FunctionAssertions in project presto by prestodb.
the class TestTimestamp method setUp.
@BeforeClass
public void setUp() {
Session session = testSessionBuilder().setTimeZoneKey(TIME_ZONE_KEY).build();
functionAssertions = new FunctionAssertions(session);
}
Aggregations