Class IcebergSqlExtensionsParser.StatementContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree, org.antlr.v4.runtime.tree.RuleNode, org.antlr.v4.runtime.tree.SyntaxTree, org.antlr.v4.runtime.tree.Tree
Direct Known Subclasses:
IcebergSqlExtensionsParser.AddPartitionFieldContext, IcebergSqlExtensionsParser.CreateOrReplaceBranchContext, IcebergSqlExtensionsParser.CreateOrReplaceTagContext, IcebergSqlExtensionsParser.DropBranchContext, IcebergSqlExtensionsParser.DropIdentifierFieldsContext, IcebergSqlExtensionsParser.DropPartitionFieldContext, IcebergSqlExtensionsParser.DropTagContext, IcebergSqlExtensionsParser.ReplacePartitionFieldContext, IcebergSqlExtensionsParser.SetIdentifierFieldsContext, IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext
Enclosing class:
IcebergSqlExtensionsParser

public static class IcebergSqlExtensionsParser.StatementContext extends org.antlr.v4.runtime.ParserRuleContext
  • Field Summary Link icon

    Fields inherited from class org.antlr.v4.runtime.ParserRuleContext Link icon

    children, EMPTY, exception, start, stop

    Fields inherited from class org.antlr.v4.runtime.RuleContext Link icon

    invokingState, parent
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
    StatementContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
     
    int
     

    Methods inherited from class org.antlr.v4.runtime.ParserRuleContext Link icon

    addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString

    Methods inherited from class org.antlr.v4.runtime.RuleContext Link icon

    accept, depth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details Link icon

    • StatementContext Link icon

      public StatementContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
    • StatementContext Link icon

      public StatementContext()
  • Method Details Link icon