Class TimestampSimulator

  • All Implemented Interfaces:
    rocks.frieler.kraftsql.testing.engine.ExpressionSimulator

    
    public final class TimestampSimulator
     implements ExpressionSimulator<BigQueryEngine, Instant, Timestamp>
                        

    Simulator for BigQuery's Timestamp expression.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final KClass<Timestamp> expression
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      KClass<Timestamp> getExpression()
      Function1<DataRow, Instant> simulateExpression(Timestamp expression)
      Function1<List<DataRow>, Instant> simulateAggregation(Timestamp expression)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait