Class ReplaceSimulator

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

    
    public final class ReplaceSimulator
     implements ExpressionSimulator<BigQueryEngine, String, Replace>
                        

    Simulator for BigQuery's Replace function.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

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

      Enum Constants 
      Enum Constant Description
    • Method Summary

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

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