Class BeamSqlParser


  • public class BeamSqlParser
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.server.DdlExecutor DDL_EXECUTOR
      Ddl Executor.
      static org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.parser.SqlParserImplFactory FACTORY
      Parser factory.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • FACTORY

        public static final org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.parser.SqlParserImplFactory FACTORY
        Parser factory.
      • DDL_EXECUTOR

        public static final org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.server.DdlExecutor DDL_EXECUTOR
        Ddl Executor.