Class DruidQueryFilterTest.Fixture

  • Enclosing class:
    DruidQueryFilterTest

    static class DruidQueryFilterTest.Fixture
    extends java.lang.Object
    Everything a test needs for a healthy, active life.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.apache.calcite.adapter.druid.DruidTable druidTable  
      (package private) org.apache.calcite.rex.RexBuilder rexBuilder  
      (package private) org.apache.calcite.jdbc.JavaTypeFactoryImpl typeFactory  
      (package private) org.apache.calcite.rel.type.RelDataType varcharRowType  
      (package private) org.apache.calcite.rel.type.RelDataType varcharType  
    • Constructor Summary

      Constructors 
      Constructor Description
      Fixture()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • typeFactory

        final org.apache.calcite.jdbc.JavaTypeFactoryImpl typeFactory
      • rexBuilder

        final org.apache.calcite.rex.RexBuilder rexBuilder
      • druidTable

        final org.apache.calcite.adapter.druid.DruidTable druidTable
      • varcharType

        final org.apache.calcite.rel.type.RelDataType varcharType
      • varcharRowType

        final org.apache.calcite.rel.type.RelDataType varcharRowType
    • Constructor Detail

      • Fixture

        Fixture()