Class RelWriterTest


  • public class RelWriterTest
    extends java.lang.Object
    Unit test for RelJson.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String XX  
    • Constructor Summary

      Constructors 
      Constructor Description
      RelWriterTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testReader()
      Unit test for RelJsonReader.
      void testWriter()
      Unit test for RelJsonWriter on a simple tree of relational expressions, consisting of a table, a filter and an aggregate node.
      • Methods inherited from class java.lang.Object

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

      • RelWriterTest

        public RelWriterTest()
    • Method Detail

      • testWriter

        public void testWriter()
        Unit test for RelJsonWriter on a simple tree of relational expressions, consisting of a table, a filter and an aggregate node.
      • testReader

        public void testReader()
        Unit test for RelJsonReader.