Class DruidQuery.DruidQueryNode

  • All Implemented Interfaces:
    Node
    Enclosing class:
    DruidQuery

    private static class DruidQuery.DruidQueryNode
    extends java.lang.Object
    implements Node
    Interpreter node that executes a Druid query and sends the results to a Sink.
    • Method Detail

      • run

        public void run()
                 throws java.lang.InterruptedException
        Specified by:
        run in interface Node
        Throws:
        java.lang.InterruptedException
      • getPrimitive

        private org.apache.calcite.avatica.ColumnMetaData.Rep getPrimitive​(RelDataTypeField field)