Class ASTCreateSchemaHelper

java.lang.Object
com.espertech.esper.compiler.internal.parse.ASTCreateSchemaHelper

public class ASTCreateSchemaHelper extends Object
  • Constructor Details

    • ASTCreateSchemaHelper

      public ASTCreateSchemaHelper()
  • Method Details

    • walkCreateSchema

      public static com.espertech.esper.common.internal.compile.stage1.spec.CreateSchemaDesc walkCreateSchema(EsperEPL2GrammarParser.CreateSchemaExprContext ctx) throws com.espertech.esper.common.client.EPException
      Throws:
      com.espertech.esper.common.client.EPException
    • getColTypeList

      public static List<com.espertech.esper.common.internal.compile.stage1.spec.ColumnDesc> getColTypeList(EsperEPL2GrammarParser.CreateColumnListContext ctx)
    • validateIsPrimitiveArray

      protected static boolean validateIsPrimitiveArray(org.antlr.v4.runtime.Token p)