Class ProfilerTest.Fluid.StatisticToJson

  • Enclosing class:
    ProfilerTest.Fluid

    private class ProfilerTest.Fluid.StatisticToJson
    extends java.lang.Object
    Returns a function that converts a statistic to a JSON string.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.apache.calcite.util.JsonBuilder jb  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StatisticToJson()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String apply​(org.apache.calcite.profile.Profiler.Statistic statistic)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jb

        final org.apache.calcite.util.JsonBuilder jb
    • Constructor Detail

      • StatisticToJson

        private StatisticToJson()
    • Method Detail

      • apply

        public java.lang.String apply​(org.apache.calcite.profile.Profiler.Statistic statistic)