Documentation
¶
Index ¶
- Constants
- Variables
- func FuncTestCaseLexerInit()
- func FuncTestCaseParserInit()
- func InitEmptyAggFuncCallContext(p *AggFuncCallContext)
- func InitEmptyAggFuncTestCaseContext(p *AggFuncTestCaseContext)
- func InitEmptyAggregateFuncArgContext(p *AggregateFuncArgContext)
- func InitEmptyAggregateFuncArgsContext(p *AggregateFuncArgsContext)
- func InitEmptyArgumentContext(p *ArgumentContext)
- func InitEmptyArgumentsContext(p *ArgumentsContext)
- func InitEmptyBinaryTypeContext(p *BinaryTypeContext)
- func InitEmptyBooleanArgContext(p *BooleanArgContext)
- func InitEmptyBooleanTypeContext(p *BooleanTypeContext)
- func InitEmptyColumnValuesContext(p *ColumnValuesContext)
- func InitEmptyDataColumnContext(p *DataColumnContext)
- func InitEmptyDataTypeContext(p *DataTypeContext)
- func InitEmptyDateArgContext(p *DateArgContext)
- func InitEmptyDateTypeContext(p *DateTypeContext)
- func InitEmptyDecimalArgContext(p *DecimalArgContext)
- func InitEmptyDecimalTypeContext(p *DecimalTypeContext)
- func InitEmptyDependencyContext(p *DependencyContext)
- func InitEmptyDocContext(p *DocContext)
- func InitEmptyEnumArgContext(p *EnumArgContext)
- func InitEmptyFixedBinaryArgContext(p *FixedBinaryArgContext)
- func InitEmptyFixedBinaryTypeContext(p *FixedBinaryTypeContext)
- func InitEmptyFixedCharArgContext(p *FixedCharArgContext)
- func InitEmptyFixedCharTypeContext(p *FixedCharTypeContext)
- func InitEmptyFloatArgContext(p *FloatArgContext)
- func InitEmptyFloatLiteralContext(p *FloatLiteralContext)
- func InitEmptyFloatTypeContext(p *FloatTypeContext)
- func InitEmptyFuncOptionContext(p *FuncOptionContext)
- func InitEmptyFuncOptionsContext(p *FuncOptionsContext)
- func InitEmptyFuncParametersContext(p *FuncParametersContext)
- func InitEmptyFuncTypeContext(p *FuncTypeContext)
- func InitEmptyHeaderContext(p *HeaderContext)
- func InitEmptyIdentifierContext(p *IdentifierContext)
- func InitEmptyIncludeContext(p *IncludeContext)
- func InitEmptyIntArgContext(p *IntArgContext)
- func InitEmptyIntTypeContext(p *IntTypeContext)
- func InitEmptyIntervalCompoundArgContext(p *IntervalCompoundArgContext)
- func InitEmptyIntervalCompoundTypeContext(p *IntervalCompoundTypeContext)
- func InitEmptyIntervalDayArgContext(p *IntervalDayArgContext)
- func InitEmptyIntervalDayTypeContext(p *IntervalDayTypeContext)
- func InitEmptyIntervalYearArgContext(p *IntervalYearArgContext)
- func InitEmptyIntervalYearTypeContext(p *IntervalYearTypeContext)
- func InitEmptyLambdaArgContext(p *LambdaArgContext)
- func InitEmptyLambdaBodyContext(p *LambdaBodyContext)
- func InitEmptyLambdaParametersContext(p *LambdaParametersContext)
- func InitEmptyListArgContext(p *ListArgContext)
- func InitEmptyListElementContext(p *ListElementContext)
- func InitEmptyListTypeContext(p *ListTypeContext)
- func InitEmptyLiteralContext(p *LiteralContext)
- func InitEmptyLiteralLambdaContext(p *LiteralLambdaContext)
- func InitEmptyLiteralListContext(p *LiteralListContext)
- func InitEmptyNonReservedContext(p *NonReservedContext)
- func InitEmptyNullArgContext(p *NullArgContext)
- func InitEmptyNumericLiteralContext(p *NumericLiteralContext)
- func InitEmptyNumericParameterContext(p *NumericParameterContext)
- func InitEmptyOptionNameContext(p *OptionNameContext)
- func InitEmptyOptionValueContext(p *OptionValueContext)
- func InitEmptyParameterizedTypeContext(p *ParameterizedTypeContext)
- func InitEmptyPrecisionTimeArgContext(p *PrecisionTimeArgContext)
- func InitEmptyPrecisionTimeTypeContext(p *PrecisionTimeTypeContext)
- func InitEmptyPrecisionTimestampArgContext(p *PrecisionTimestampArgContext)
- func InitEmptyPrecisionTimestampTZArgContext(p *PrecisionTimestampTZArgContext)
- func InitEmptyPrecisionTimestampTZTypeContext(p *PrecisionTimestampTZTypeContext)
- func InitEmptyPrecisionTimestampTypeContext(p *PrecisionTimestampTypeContext)
- func InitEmptyQualifiedAggregateFuncArgContext(p *QualifiedAggregateFuncArgContext)
- func InitEmptyQualifiedAggregateFuncArgsContext(p *QualifiedAggregateFuncArgsContext)
- func InitEmptyResultContext(p *ResultContext)
- func InitEmptyScalarTypeContext(p *ScalarTypeContext)
- func InitEmptyStringArgContext(p *StringArgContext)
- func InitEmptyStringTypeContext(p *StringTypeContext)
- func InitEmptySubstraitErrorContext(p *SubstraitErrorContext)
- func InitEmptyTableDataContext(p *TableDataContext)
- func InitEmptyTableRowsContext(p *TableRowsContext)
- func InitEmptyTestCaseContext(p *TestCaseContext)
- func InitEmptyTestGroupContext(p *TestGroupContext)
- func InitEmptyTestGroupDescriptionContext(p *TestGroupDescriptionContext)
- func InitEmptyTimeArgContext(p *TimeArgContext)
- func InitEmptyTimeTypeContext(p *TimeTypeContext)
- func InitEmptyTimestampArgContext(p *TimestampArgContext)
- func InitEmptyTimestampTZTypeContext(p *TimestampTZTypeContext)
- func InitEmptyTimestampTypeContext(p *TimestampTypeContext)
- func InitEmptyTimestampTzArgContext(p *TimestampTzArgContext)
- func InitEmptyVarCharArgContext(p *VarCharArgContext)
- func InitEmptyVarCharTypeContext(p *VarCharTypeContext)
- func InitEmptyVersionContext(p *VersionContext)
- type AggFuncCallContext
- func (s *AggFuncCallContext) CopyAll(ctx *AggFuncCallContext)
- func (s *AggFuncCallContext) GetParser() antlr.Parser
- func (s *AggFuncCallContext) GetRuleContext() antlr.RuleContext
- func (*AggFuncCallContext) IsAggFuncCallContext()
- func (s *AggFuncCallContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AggFuncTestCaseContext
- func (s *AggFuncTestCaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AggFuncTestCaseContext) AggFuncCall() IAggFuncCallContext
- func (s *AggFuncTestCaseContext) CBracket() antlr.TerminalNode
- func (s *AggFuncTestCaseContext) Eq() antlr.TerminalNode
- func (s *AggFuncTestCaseContext) FuncOptions() IFuncOptionsContext
- func (s *AggFuncTestCaseContext) GetParser() antlr.Parser
- func (s *AggFuncTestCaseContext) GetRuleContext() antlr.RuleContext
- func (*AggFuncTestCaseContext) IsAggFuncTestCaseContext()
- func (s *AggFuncTestCaseContext) OBracket() antlr.TerminalNode
- func (s *AggFuncTestCaseContext) Result() IResultContext
- func (s *AggFuncTestCaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AggregateFuncArgContext
- func (s *AggregateFuncArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AggregateFuncArgContext) Argument() IArgumentContext
- func (s *AggregateFuncArgContext) ColumnName() antlr.TerminalNode
- func (s *AggregateFuncArgContext) DataType() IDataTypeContext
- func (s *AggregateFuncArgContext) DoubleColon() antlr.TerminalNode
- func (s *AggregateFuncArgContext) GetParser() antlr.Parser
- func (s *AggregateFuncArgContext) GetRuleContext() antlr.RuleContext
- func (*AggregateFuncArgContext) IsAggregateFuncArgContext()
- func (s *AggregateFuncArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AggregateFuncArgsContext
- func (s *AggregateFuncArgsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AggregateFuncArgsContext) AggregateFuncArg(i int) IAggregateFuncArgContext
- func (s *AggregateFuncArgsContext) AllAggregateFuncArg() []IAggregateFuncArgContext
- func (s *AggregateFuncArgsContext) AllComma() []antlr.TerminalNode
- func (s *AggregateFuncArgsContext) Comma(i int) antlr.TerminalNode
- func (s *AggregateFuncArgsContext) GetParser() antlr.Parser
- func (s *AggregateFuncArgsContext) GetRuleContext() antlr.RuleContext
- func (*AggregateFuncArgsContext) IsAggregateFuncArgsContext()
- func (s *AggregateFuncArgsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AggregateFuncTestGroupContext
- func (s *AggregateFuncTestGroupContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *AggregateFuncTestGroupContext) AggFuncTestCase(i int) IAggFuncTestCaseContext
- func (s *AggregateFuncTestGroupContext) AllAggFuncTestCase() []IAggFuncTestCaseContext
- func (s *AggregateFuncTestGroupContext) GetRuleContext() antlr.RuleContext
- func (s *AggregateFuncTestGroupContext) TestGroupDescription() ITestGroupDescriptionContext
- type ArgumentContext
- func (s *ArgumentContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ArgumentContext) BooleanArg() IBooleanArgContext
- func (s *ArgumentContext) DateArg() IDateArgContext
- func (s *ArgumentContext) DecimalArg() IDecimalArgContext
- func (s *ArgumentContext) EnumArg() IEnumArgContext
- func (s *ArgumentContext) FixedBinaryArg() IFixedBinaryArgContext
- func (s *ArgumentContext) FixedCharArg() IFixedCharArgContext
- func (s *ArgumentContext) FloatArg() IFloatArgContext
- func (s *ArgumentContext) GetParser() antlr.Parser
- func (s *ArgumentContext) GetRuleContext() antlr.RuleContext
- func (s *ArgumentContext) Identifier() antlr.TerminalNode
- func (s *ArgumentContext) IntArg() IIntArgContext
- func (s *ArgumentContext) IntervalCompoundArg() IIntervalCompoundArgContext
- func (s *ArgumentContext) IntervalDayArg() IIntervalDayArgContext
- func (s *ArgumentContext) IntervalYearArg() IIntervalYearArgContext
- func (*ArgumentContext) IsArgumentContext()
- func (s *ArgumentContext) LambdaArg() ILambdaArgContext
- func (s *ArgumentContext) ListArg() IListArgContext
- func (s *ArgumentContext) NullArg() INullArgContext
- func (s *ArgumentContext) PrecisionTimeArg() IPrecisionTimeArgContext
- func (s *ArgumentContext) PrecisionTimestampArg() IPrecisionTimestampArgContext
- func (s *ArgumentContext) PrecisionTimestampTZArg() IPrecisionTimestampTZArgContext
- func (s *ArgumentContext) StringArg() IStringArgContext
- func (s *ArgumentContext) TimeArg() ITimeArgContext
- func (s *ArgumentContext) TimestampArg() ITimestampArgContext
- func (s *ArgumentContext) TimestampTzArg() ITimestampTzArgContext
- func (s *ArgumentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ArgumentContext) VarCharArg() IVarCharArgContext
- type ArgumentsContext
- func (s *ArgumentsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ArgumentsContext) AllArgument() []IArgumentContext
- func (s *ArgumentsContext) AllComma() []antlr.TerminalNode
- func (s *ArgumentsContext) Argument(i int) IArgumentContext
- func (s *ArgumentsContext) Comma(i int) antlr.TerminalNode
- func (s *ArgumentsContext) GetParser() antlr.Parser
- func (s *ArgumentsContext) GetRuleContext() antlr.RuleContext
- func (*ArgumentsContext) IsArgumentsContext()
- func (s *ArgumentsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BaseFuncTestCaseParserVisitor
- func (v *BaseFuncTestCaseParserVisitor) VisitAggFuncTestCase(ctx *AggFuncTestCaseContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitAggregateFuncArg(ctx *AggregateFuncArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitAggregateFuncArgs(ctx *AggregateFuncArgsContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitAggregateFuncTestGroup(ctx *AggregateFuncTestGroupContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitArgument(ctx *ArgumentContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitArguments(ctx *ArgumentsContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitBinary(ctx *BinaryContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitBinaryType(ctx *BinaryTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitBoolean(ctx *BooleanContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitBooleanArg(ctx *BooleanArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitBooleanType(ctx *BooleanTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitColumnValues(ctx *ColumnValuesContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitCompactAggregateFuncCall(ctx *CompactAggregateFuncCallContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitDataColumn(ctx *DataColumnContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitDataType(ctx *DataTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitDate(ctx *DateContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitDateArg(ctx *DateArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitDateType(ctx *DateTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitDecimalArg(ctx *DecimalArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitDecimalType(ctx *DecimalTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitDependency(ctx *DependencyContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitDoc(ctx *DocContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitEnumArg(ctx *EnumArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitFixedBinaryArg(ctx *FixedBinaryArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitFixedBinaryType(ctx *FixedBinaryTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitFixedCharArg(ctx *FixedCharArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitFixedCharType(ctx *FixedCharTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitFloat(ctx *FloatContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitFloatArg(ctx *FloatArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitFloatLiteral(ctx *FloatLiteralContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitFloatType(ctx *FloatTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitFuncOption(ctx *FuncOptionContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitFuncOptions(ctx *FuncOptionsContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitFuncParamsWithParens(ctx *FuncParamsWithParensContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitFuncType(ctx *FuncTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitHeader(ctx *HeaderContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitIdentifier(ctx *IdentifierContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitInclude(ctx *IncludeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitInt(ctx *IntContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitIntArg(ctx *IntArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitIntType(ctx *IntTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitIntegerLiteral(ctx *IntegerLiteralContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitIntervalCompoundArg(ctx *IntervalCompoundArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitIntervalCompoundType(ctx *IntervalCompoundTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitIntervalDayArg(ctx *IntervalDayArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitIntervalDayType(ctx *IntervalDayTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitIntervalYear(ctx *IntervalYearContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitIntervalYearArg(ctx *IntervalYearArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitIntervalYearType(ctx *IntervalYearTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitLambdaArg(ctx *LambdaArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitLambdaBody(ctx *LambdaBodyContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitList(ctx *ListContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitListArg(ctx *ListArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitListElement(ctx *ListElementContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitLiteral(ctx *LiteralContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitLiteralLambda(ctx *LiteralLambdaContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitLiteralList(ctx *LiteralListContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitMultiArgAggregateFuncCall(ctx *MultiArgAggregateFuncCallContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitNonReserved(ctx *NonReservedContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitNullArg(ctx *NullArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitNumericLiteral(ctx *NumericLiteralContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitOptionName(ctx *OptionNameContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitOptionValue(ctx *OptionValueContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitParameterizedType(ctx *ParameterizedTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitPrecisionTimeArg(ctx *PrecisionTimeArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitPrecisionTimeType(ctx *PrecisionTimeTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitPrecisionTimestampArg(ctx *PrecisionTimestampArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitPrecisionTimestampTZArg(ctx *PrecisionTimestampTZArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitPrecisionTimestampTZType(ctx *PrecisionTimestampTZTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitPrecisionTimestampType(ctx *PrecisionTimestampTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitQualifiedAggregateFuncArg(ctx *QualifiedAggregateFuncArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitQualifiedAggregateFuncArgs(ctx *QualifiedAggregateFuncArgsContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitResult(ctx *ResultContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitScalarFuncTestGroup(ctx *ScalarFuncTestGroupContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitSingleArgAggregateFuncCall(ctx *SingleArgAggregateFuncCallContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitSingleFuncParam(ctx *SingleFuncParamContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitSingleParam(ctx *SingleParamContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitString(ctx *StringContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitStringArg(ctx *StringArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitStringType(ctx *StringTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitSubstraitError(ctx *SubstraitErrorContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTableData(ctx *TableDataContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTableRows(ctx *TableRowsContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTestCase(ctx *TestCaseContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTestGroupDescription(ctx *TestGroupDescriptionContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTime(ctx *TimeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTimeArg(ctx *TimeArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTimeType(ctx *TimeTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTimestamp(ctx *TimestampContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTimestampArg(ctx *TimestampArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTimestampTZType(ctx *TimestampTZTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTimestampType(ctx *TimestampTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTimestampTz(ctx *TimestampTzContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTimestampTzArg(ctx *TimestampTzArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitTupleParams(ctx *TupleParamsContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitUserDefined(ctx *UserDefinedContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitUuid(ctx *UuidContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitVarCharArg(ctx *VarCharArgContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitVarCharType(ctx *VarCharTypeContext) interface{}
- func (v *BaseFuncTestCaseParserVisitor) VisitVersion(ctx *VersionContext) interface{}
- type BinaryContext
- type BinaryTypeContext
- func (s *BinaryTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BinaryTypeContext) Binary() antlr.TerminalNode
- func (s *BinaryTypeContext) GetIsnull() antlr.Token
- func (s *BinaryTypeContext) GetParser() antlr.Parser
- func (s *BinaryTypeContext) GetRuleContext() antlr.RuleContext
- func (*BinaryTypeContext) IsBinaryTypeContext()
- func (s *BinaryTypeContext) QMark() antlr.TerminalNode
- func (s *BinaryTypeContext) SetIsnull(v antlr.Token)
- func (s *BinaryTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *BinaryTypeContext) VBin() antlr.TerminalNode
- type BooleanArgContext
- func (s *BooleanArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BooleanArgContext) BooleanLiteral() antlr.TerminalNode
- func (s *BooleanArgContext) BooleanType() IBooleanTypeContext
- func (s *BooleanArgContext) DoubleColon() antlr.TerminalNode
- func (s *BooleanArgContext) GetParser() antlr.Parser
- func (s *BooleanArgContext) GetRuleContext() antlr.RuleContext
- func (*BooleanArgContext) IsBooleanArgContext()
- func (s *BooleanArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BooleanContext
- type BooleanTypeContext
- func (s *BooleanTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *BooleanTypeContext) Bool() antlr.TerminalNode
- func (s *BooleanTypeContext) Boolean() antlr.TerminalNode
- func (s *BooleanTypeContext) GetIsnull() antlr.Token
- func (s *BooleanTypeContext) GetParser() antlr.Parser
- func (s *BooleanTypeContext) GetRuleContext() antlr.RuleContext
- func (*BooleanTypeContext) IsBooleanTypeContext()
- func (s *BooleanTypeContext) QMark() antlr.TerminalNode
- func (s *BooleanTypeContext) SetIsnull(v antlr.Token)
- func (s *BooleanTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ColumnValuesContext
- func (s *ColumnValuesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ColumnValuesContext) AllComma() []antlr.TerminalNode
- func (s *ColumnValuesContext) AllLiteral() []ILiteralContext
- func (s *ColumnValuesContext) CParen() antlr.TerminalNode
- func (s *ColumnValuesContext) Comma(i int) antlr.TerminalNode
- func (s *ColumnValuesContext) GetParser() antlr.Parser
- func (s *ColumnValuesContext) GetRuleContext() antlr.RuleContext
- func (*ColumnValuesContext) IsColumnValuesContext()
- func (s *ColumnValuesContext) Literal(i int) ILiteralContext
- func (s *ColumnValuesContext) OParen() antlr.TerminalNode
- func (s *ColumnValuesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CompactAggregateFuncCallContext
- func (s *CompactAggregateFuncCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *CompactAggregateFuncCallContext) AggregateFuncArgs() IAggregateFuncArgsContext
- func (s *CompactAggregateFuncCallContext) CParen() antlr.TerminalNode
- func (s *CompactAggregateFuncCallContext) GetFunctName() IIdentifierContext
- func (s *CompactAggregateFuncCallContext) GetRuleContext() antlr.RuleContext
- func (s *CompactAggregateFuncCallContext) Identifier() IIdentifierContext
- func (s *CompactAggregateFuncCallContext) OParen() antlr.TerminalNode
- func (s *CompactAggregateFuncCallContext) SetFunctName(v IIdentifierContext)
- func (s *CompactAggregateFuncCallContext) TableRows() ITableRowsContext
- type DataColumnContext
- func (s *DataColumnContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DataColumnContext) ColumnValues() IColumnValuesContext
- func (s *DataColumnContext) DataType() IDataTypeContext
- func (s *DataColumnContext) DoubleColon() antlr.TerminalNode
- func (s *DataColumnContext) GetParser() antlr.Parser
- func (s *DataColumnContext) GetRuleContext() antlr.RuleContext
- func (*DataColumnContext) IsDataColumnContext()
- func (s *DataColumnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DataTypeContext
- func (s *DataTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DataTypeContext) GetParser() antlr.Parser
- func (s *DataTypeContext) GetRuleContext() antlr.RuleContext
- func (*DataTypeContext) IsDataTypeContext()
- func (s *DataTypeContext) ParameterizedType() IParameterizedTypeContext
- func (s *DataTypeContext) ScalarType() IScalarTypeContext
- func (s *DataTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DateArgContext
- func (s *DateArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DateArgContext) DateLiteral() antlr.TerminalNode
- func (s *DateArgContext) DateType() IDateTypeContext
- func (s *DateArgContext) DoubleColon() antlr.TerminalNode
- func (s *DateArgContext) GetParser() antlr.Parser
- func (s *DateArgContext) GetRuleContext() antlr.RuleContext
- func (*DateArgContext) IsDateArgContext()
- func (s *DateArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DateContext
- type DateTypeContext
- func (s *DateTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DateTypeContext) Date() antlr.TerminalNode
- func (s *DateTypeContext) GetIsnull() antlr.Token
- func (s *DateTypeContext) GetParser() antlr.Parser
- func (s *DateTypeContext) GetRuleContext() antlr.RuleContext
- func (*DateTypeContext) IsDateTypeContext()
- func (s *DateTypeContext) QMark() antlr.TerminalNode
- func (s *DateTypeContext) SetIsnull(v antlr.Token)
- func (s *DateTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DecimalArgContext
- func (s *DecimalArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DecimalArgContext) DecimalType() IDecimalTypeContext
- func (s *DecimalArgContext) DoubleColon() antlr.TerminalNode
- func (s *DecimalArgContext) GetParser() antlr.Parser
- func (s *DecimalArgContext) GetRuleContext() antlr.RuleContext
- func (*DecimalArgContext) IsDecimalArgContext()
- func (s *DecimalArgContext) NumericLiteral() INumericLiteralContext
- func (s *DecimalArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DecimalTypeContext
- func (s *DecimalTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DecimalTypeContext) AllNumericParameter() []INumericParameterContext
- func (s *DecimalTypeContext) CAngleBracket() antlr.TerminalNode
- func (s *DecimalTypeContext) Comma() antlr.TerminalNode
- func (s *DecimalTypeContext) Dec() antlr.TerminalNode
- func (s *DecimalTypeContext) Decimal() antlr.TerminalNode
- func (s *DecimalTypeContext) GetIsnull() antlr.Token
- func (s *DecimalTypeContext) GetParser() antlr.Parser
- func (s *DecimalTypeContext) GetPrecision() INumericParameterContext
- func (s *DecimalTypeContext) GetRuleContext() antlr.RuleContext
- func (s *DecimalTypeContext) GetScale() INumericParameterContext
- func (*DecimalTypeContext) IsDecimalTypeContext()
- func (s *DecimalTypeContext) NumericParameter(i int) INumericParameterContext
- func (s *DecimalTypeContext) OAngleBracket() antlr.TerminalNode
- func (s *DecimalTypeContext) QMark() antlr.TerminalNode
- func (s *DecimalTypeContext) SetIsnull(v antlr.Token)
- func (s *DecimalTypeContext) SetPrecision(v INumericParameterContext)
- func (s *DecimalTypeContext) SetScale(v INumericParameterContext)
- func (s *DecimalTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DependencyContext
- func (s *DependencyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DependencyContext) Colon() antlr.TerminalNode
- func (s *DependencyContext) GetParser() antlr.Parser
- func (s *DependencyContext) GetRuleContext() antlr.RuleContext
- func (*DependencyContext) IsDependencyContext()
- func (s *DependencyContext) StringLiteral() antlr.TerminalNode
- func (s *DependencyContext) SubstraitDependency() antlr.TerminalNode
- func (s *DependencyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DependencyContext) TripleHash() antlr.TerminalNode
- type DocContext
- func (s *DocContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *DocContext) AllTestGroup() []ITestGroupContext
- func (s *DocContext) EOF() antlr.TerminalNode
- func (s *DocContext) GetParser() antlr.Parser
- func (s *DocContext) GetRuleContext() antlr.RuleContext
- func (s *DocContext) Header() IHeaderContext
- func (*DocContext) IsDocContext()
- func (s *DocContext) TestGroup(i int) ITestGroupContext
- func (s *DocContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type EnumArgContext
- func (s *EnumArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *EnumArgContext) DoubleColon() antlr.TerminalNode
- func (s *EnumArgContext) EnumType() antlr.TerminalNode
- func (s *EnumArgContext) GetParser() antlr.Parser
- func (s *EnumArgContext) GetRuleContext() antlr.RuleContext
- func (s *EnumArgContext) Identifier() antlr.TerminalNode
- func (*EnumArgContext) IsEnumArgContext()
- func (s *EnumArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FixedBinaryArgContext
- func (s *FixedBinaryArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FixedBinaryArgContext) DoubleColon() antlr.TerminalNode
- func (s *FixedBinaryArgContext) FixedBinaryType() IFixedBinaryTypeContext
- func (s *FixedBinaryArgContext) GetParser() antlr.Parser
- func (s *FixedBinaryArgContext) GetRuleContext() antlr.RuleContext
- func (*FixedBinaryArgContext) IsFixedBinaryArgContext()
- func (s *FixedBinaryArgContext) StringLiteral() antlr.TerminalNode
- func (s *FixedBinaryArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FixedBinaryTypeContext
- func (s *FixedBinaryTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FixedBinaryTypeContext) CAngleBracket() antlr.TerminalNode
- func (s *FixedBinaryTypeContext) FBin() antlr.TerminalNode
- func (s *FixedBinaryTypeContext) FixedBinary() antlr.TerminalNode
- func (s *FixedBinaryTypeContext) GetIsnull() antlr.Token
- func (s *FixedBinaryTypeContext) GetLen_() INumericParameterContext
- func (s *FixedBinaryTypeContext) GetParser() antlr.Parser
- func (s *FixedBinaryTypeContext) GetRuleContext() antlr.RuleContext
- func (*FixedBinaryTypeContext) IsFixedBinaryTypeContext()
- func (s *FixedBinaryTypeContext) NumericParameter() INumericParameterContext
- func (s *FixedBinaryTypeContext) OAngleBracket() antlr.TerminalNode
- func (s *FixedBinaryTypeContext) QMark() antlr.TerminalNode
- func (s *FixedBinaryTypeContext) SetIsnull(v antlr.Token)
- func (s *FixedBinaryTypeContext) SetLen_(v INumericParameterContext)
- func (s *FixedBinaryTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FixedCharArgContext
- func (s *FixedCharArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FixedCharArgContext) DoubleColon() antlr.TerminalNode
- func (s *FixedCharArgContext) FixedCharType() IFixedCharTypeContext
- func (s *FixedCharArgContext) GetParser() antlr.Parser
- func (s *FixedCharArgContext) GetRuleContext() antlr.RuleContext
- func (*FixedCharArgContext) IsFixedCharArgContext()
- func (s *FixedCharArgContext) StringLiteral() antlr.TerminalNode
- func (s *FixedCharArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FixedCharTypeContext
- func (s *FixedCharTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FixedCharTypeContext) CAngleBracket() antlr.TerminalNode
- func (s *FixedCharTypeContext) FChar() antlr.TerminalNode
- func (s *FixedCharTypeContext) FixedChar() antlr.TerminalNode
- func (s *FixedCharTypeContext) GetIsnull() antlr.Token
- func (s *FixedCharTypeContext) GetLen_() INumericParameterContext
- func (s *FixedCharTypeContext) GetParser() antlr.Parser
- func (s *FixedCharTypeContext) GetRuleContext() antlr.RuleContext
- func (*FixedCharTypeContext) IsFixedCharTypeContext()
- func (s *FixedCharTypeContext) NumericParameter() INumericParameterContext
- func (s *FixedCharTypeContext) OAngleBracket() antlr.TerminalNode
- func (s *FixedCharTypeContext) QMark() antlr.TerminalNode
- func (s *FixedCharTypeContext) SetIsnull(v antlr.Token)
- func (s *FixedCharTypeContext) SetLen_(v INumericParameterContext)
- func (s *FixedCharTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FloatArgContext
- func (s *FloatArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FloatArgContext) DoubleColon() antlr.TerminalNode
- func (s *FloatArgContext) FloatType() IFloatTypeContext
- func (s *FloatArgContext) GetParser() antlr.Parser
- func (s *FloatArgContext) GetRuleContext() antlr.RuleContext
- func (*FloatArgContext) IsFloatArgContext()
- func (s *FloatArgContext) NumericLiteral() INumericLiteralContext
- func (s *FloatArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FloatContext
- type FloatLiteralContext
- func (s *FloatLiteralContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FloatLiteralContext) FloatLiteral() antlr.TerminalNode
- func (s *FloatLiteralContext) GetParser() antlr.Parser
- func (s *FloatLiteralContext) GetRuleContext() antlr.RuleContext
- func (*FloatLiteralContext) IsFloatLiteralContext()
- func (s *FloatLiteralContext) NaN() antlr.TerminalNode
- func (s *FloatLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FloatTypeContext
- func (s *FloatTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FloatTypeContext) FP32() antlr.TerminalNode
- func (s *FloatTypeContext) FP64() antlr.TerminalNode
- func (s *FloatTypeContext) GetIsnull() antlr.Token
- func (s *FloatTypeContext) GetParser() antlr.Parser
- func (s *FloatTypeContext) GetRuleContext() antlr.RuleContext
- func (*FloatTypeContext) IsFloatTypeContext()
- func (s *FloatTypeContext) QMark() antlr.TerminalNode
- func (s *FloatTypeContext) SetIsnull(v antlr.Token)
- func (s *FloatTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FuncOptionContext
- func (s *FuncOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FuncOptionContext) Colon() antlr.TerminalNode
- func (s *FuncOptionContext) GetParser() antlr.Parser
- func (s *FuncOptionContext) GetRuleContext() antlr.RuleContext
- func (*FuncOptionContext) IsFuncOptionContext()
- func (s *FuncOptionContext) OptionName() IOptionNameContext
- func (s *FuncOptionContext) OptionValue() IOptionValueContext
- func (s *FuncOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FuncOptionsContext
- func (s *FuncOptionsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FuncOptionsContext) AllComma() []antlr.TerminalNode
- func (s *FuncOptionsContext) AllFuncOption() []IFuncOptionContext
- func (s *FuncOptionsContext) Comma(i int) antlr.TerminalNode
- func (s *FuncOptionsContext) FuncOption(i int) IFuncOptionContext
- func (s *FuncOptionsContext) GetParser() antlr.Parser
- func (s *FuncOptionsContext) GetRuleContext() antlr.RuleContext
- func (*FuncOptionsContext) IsFuncOptionsContext()
- func (s *FuncOptionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FuncParametersContext
- func (s *FuncParametersContext) CopyAll(ctx *FuncParametersContext)
- func (s *FuncParametersContext) GetParser() antlr.Parser
- func (s *FuncParametersContext) GetRuleContext() antlr.RuleContext
- func (*FuncParametersContext) IsFuncParametersContext()
- func (s *FuncParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FuncParamsWithParensContext
- func (s *FuncParamsWithParensContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FuncParamsWithParensContext) AllComma() []antlr.TerminalNode
- func (s *FuncParamsWithParensContext) AllDataType() []IDataTypeContext
- func (s *FuncParamsWithParensContext) CParen() antlr.TerminalNode
- func (s *FuncParamsWithParensContext) Comma(i int) antlr.TerminalNode
- func (s *FuncParamsWithParensContext) DataType(i int) IDataTypeContext
- func (s *FuncParamsWithParensContext) GetRuleContext() antlr.RuleContext
- func (s *FuncParamsWithParensContext) OParen() antlr.TerminalNode
- type FuncTestCaseLexer
- type FuncTestCaseParser
- func (p *FuncTestCaseParser) AggFuncCall() (localctx IAggFuncCallContext)
- func (p *FuncTestCaseParser) AggFuncTestCase() (localctx IAggFuncTestCaseContext)
- func (p *FuncTestCaseParser) AggregateFuncArg() (localctx IAggregateFuncArgContext)
- func (p *FuncTestCaseParser) AggregateFuncArgs() (localctx IAggregateFuncArgsContext)
- func (p *FuncTestCaseParser) Argument() (localctx IArgumentContext)
- func (p *FuncTestCaseParser) Arguments() (localctx IArgumentsContext)
- func (p *FuncTestCaseParser) BinaryType() (localctx IBinaryTypeContext)
- func (p *FuncTestCaseParser) BooleanArg() (localctx IBooleanArgContext)
- func (p *FuncTestCaseParser) BooleanType() (localctx IBooleanTypeContext)
- func (p *FuncTestCaseParser) ColumnValues() (localctx IColumnValuesContext)
- func (p *FuncTestCaseParser) DataColumn() (localctx IDataColumnContext)
- func (p *FuncTestCaseParser) DataType() (localctx IDataTypeContext)
- func (p *FuncTestCaseParser) DateArg() (localctx IDateArgContext)
- func (p *FuncTestCaseParser) DateType() (localctx IDateTypeContext)
- func (p *FuncTestCaseParser) DecimalArg() (localctx IDecimalArgContext)
- func (p *FuncTestCaseParser) DecimalType() (localctx IDecimalTypeContext)
- func (p *FuncTestCaseParser) Dependency() (localctx IDependencyContext)
- func (p *FuncTestCaseParser) Doc() (localctx IDocContext)
- func (p *FuncTestCaseParser) EnumArg() (localctx IEnumArgContext)
- func (p *FuncTestCaseParser) FixedBinaryArg() (localctx IFixedBinaryArgContext)
- func (p *FuncTestCaseParser) FixedBinaryType() (localctx IFixedBinaryTypeContext)
- func (p *FuncTestCaseParser) FixedCharArg() (localctx IFixedCharArgContext)
- func (p *FuncTestCaseParser) FixedCharType() (localctx IFixedCharTypeContext)
- func (p *FuncTestCaseParser) FloatArg() (localctx IFloatArgContext)
- func (p *FuncTestCaseParser) FloatLiteral() (localctx IFloatLiteralContext)
- func (p *FuncTestCaseParser) FloatType() (localctx IFloatTypeContext)
- func (p *FuncTestCaseParser) FuncOption() (localctx IFuncOptionContext)
- func (p *FuncTestCaseParser) FuncOptions() (localctx IFuncOptionsContext)
- func (p *FuncTestCaseParser) FuncParameters() (localctx IFuncParametersContext)
- func (p *FuncTestCaseParser) FuncType() (localctx IFuncTypeContext)
- func (p *FuncTestCaseParser) Header() (localctx IHeaderContext)
- func (p *FuncTestCaseParser) Identifier() (localctx IIdentifierContext)
- func (p *FuncTestCaseParser) Include() (localctx IIncludeContext)
- func (p *FuncTestCaseParser) IntArg() (localctx IIntArgContext)
- func (p *FuncTestCaseParser) IntType() (localctx IIntTypeContext)
- func (p *FuncTestCaseParser) IntervalCompoundArg() (localctx IIntervalCompoundArgContext)
- func (p *FuncTestCaseParser) IntervalCompoundType() (localctx IIntervalCompoundTypeContext)
- func (p *FuncTestCaseParser) IntervalDayArg() (localctx IIntervalDayArgContext)
- func (p *FuncTestCaseParser) IntervalDayType() (localctx IIntervalDayTypeContext)
- func (p *FuncTestCaseParser) IntervalYearArg() (localctx IIntervalYearArgContext)
- func (p *FuncTestCaseParser) IntervalYearType() (localctx IIntervalYearTypeContext)
- func (p *FuncTestCaseParser) LambdaArg() (localctx ILambdaArgContext)
- func (p *FuncTestCaseParser) LambdaBody() (localctx ILambdaBodyContext)
- func (p *FuncTestCaseParser) LambdaParameters() (localctx ILambdaParametersContext)
- func (p *FuncTestCaseParser) ListArg() (localctx IListArgContext)
- func (p *FuncTestCaseParser) ListElement() (localctx IListElementContext)
- func (p *FuncTestCaseParser) ListType() (localctx IListTypeContext)
- func (p *FuncTestCaseParser) Literal() (localctx ILiteralContext)
- func (p *FuncTestCaseParser) LiteralLambda() (localctx ILiteralLambdaContext)
- func (p *FuncTestCaseParser) LiteralList() (localctx ILiteralListContext)
- func (p *FuncTestCaseParser) NonReserved() (localctx INonReservedContext)
- func (p *FuncTestCaseParser) NullArg() (localctx INullArgContext)
- func (p *FuncTestCaseParser) NumericLiteral() (localctx INumericLiteralContext)
- func (p *FuncTestCaseParser) NumericParameter() (localctx INumericParameterContext)
- func (p *FuncTestCaseParser) OptionName() (localctx IOptionNameContext)
- func (p *FuncTestCaseParser) OptionValue() (localctx IOptionValueContext)
- func (p *FuncTestCaseParser) ParameterizedType() (localctx IParameterizedTypeContext)
- func (p *FuncTestCaseParser) PrecisionTimeArg() (localctx IPrecisionTimeArgContext)
- func (p *FuncTestCaseParser) PrecisionTimeType() (localctx IPrecisionTimeTypeContext)
- func (p *FuncTestCaseParser) PrecisionTimestampArg() (localctx IPrecisionTimestampArgContext)
- func (p *FuncTestCaseParser) PrecisionTimestampTZArg() (localctx IPrecisionTimestampTZArgContext)
- func (p *FuncTestCaseParser) PrecisionTimestampTZType() (localctx IPrecisionTimestampTZTypeContext)
- func (p *FuncTestCaseParser) PrecisionTimestampType() (localctx IPrecisionTimestampTypeContext)
- func (p *FuncTestCaseParser) QualifiedAggregateFuncArg() (localctx IQualifiedAggregateFuncArgContext)
- func (p *FuncTestCaseParser) QualifiedAggregateFuncArgs() (localctx IQualifiedAggregateFuncArgsContext)
- func (p *FuncTestCaseParser) Result() (localctx IResultContext)
- func (p *FuncTestCaseParser) ScalarType() (localctx IScalarTypeContext)
- func (p *FuncTestCaseParser) StringArg() (localctx IStringArgContext)
- func (p *FuncTestCaseParser) StringType() (localctx IStringTypeContext)
- func (p *FuncTestCaseParser) SubstraitError() (localctx ISubstraitErrorContext)
- func (p *FuncTestCaseParser) TableData() (localctx ITableDataContext)
- func (p *FuncTestCaseParser) TableRows() (localctx ITableRowsContext)
- func (p *FuncTestCaseParser) TestCase() (localctx ITestCaseContext)
- func (p *FuncTestCaseParser) TestGroup() (localctx ITestGroupContext)
- func (p *FuncTestCaseParser) TestGroupDescription() (localctx ITestGroupDescriptionContext)
- func (p *FuncTestCaseParser) TimeArg() (localctx ITimeArgContext)
- func (p *FuncTestCaseParser) TimeType() (localctx ITimeTypeContext)
- func (p *FuncTestCaseParser) TimestampArg() (localctx ITimestampArgContext)
- func (p *FuncTestCaseParser) TimestampTZType() (localctx ITimestampTZTypeContext)
- func (p *FuncTestCaseParser) TimestampType() (localctx ITimestampTypeContext)
- func (p *FuncTestCaseParser) TimestampTzArg() (localctx ITimestampTzArgContext)
- func (p *FuncTestCaseParser) VarCharArg() (localctx IVarCharArgContext)
- func (p *FuncTestCaseParser) VarCharType() (localctx IVarCharTypeContext)
- func (p *FuncTestCaseParser) Version() (localctx IVersionContext)
- type FuncTestCaseParserVisitor
- type FuncTypeContext
- func (s *FuncTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *FuncTypeContext) Arrow() antlr.TerminalNode
- func (s *FuncTypeContext) CAngleBracket() antlr.TerminalNode
- func (s *FuncTypeContext) DataType() IDataTypeContext
- func (s *FuncTypeContext) Func() antlr.TerminalNode
- func (s *FuncTypeContext) FuncParameters() IFuncParametersContext
- func (s *FuncTypeContext) GetIsnull() antlr.Token
- func (s *FuncTypeContext) GetParams() IFuncParametersContext
- func (s *FuncTypeContext) GetParser() antlr.Parser
- func (s *FuncTypeContext) GetReturnType() IDataTypeContext
- func (s *FuncTypeContext) GetRuleContext() antlr.RuleContext
- func (*FuncTypeContext) IsFuncTypeContext()
- func (s *FuncTypeContext) OAngleBracket() antlr.TerminalNode
- func (s *FuncTypeContext) QMark() antlr.TerminalNode
- func (s *FuncTypeContext) SetIsnull(v antlr.Token)
- func (s *FuncTypeContext) SetParams(v IFuncParametersContext)
- func (s *FuncTypeContext) SetReturnType(v IDataTypeContext)
- func (s *FuncTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type HeaderContext
- func (s *HeaderContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *HeaderContext) AllDependency() []IDependencyContext
- func (s *HeaderContext) Dependency(i int) IDependencyContext
- func (s *HeaderContext) GetParser() antlr.Parser
- func (s *HeaderContext) GetRuleContext() antlr.RuleContext
- func (s *HeaderContext) Include() IIncludeContext
- func (*HeaderContext) IsHeaderContext()
- func (s *HeaderContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *HeaderContext) Version() IVersionContext
- type IAggFuncCallContext
- type IAggFuncTestCaseContext
- type IAggregateFuncArgContext
- type IAggregateFuncArgsContext
- type IArgumentContext
- type IArgumentsContext
- type IBinaryTypeContext
- type IBooleanArgContext
- type IBooleanTypeContext
- type IColumnValuesContext
- type IDataColumnContext
- type IDataTypeContext
- type IDateArgContext
- type IDateTypeContext
- type IDecimalArgContext
- type IDecimalTypeContext
- type IDependencyContext
- type IDocContext
- type IEnumArgContext
- type IFixedBinaryArgContext
- type IFixedBinaryTypeContext
- type IFixedCharArgContext
- type IFixedCharTypeContext
- type IFloatArgContext
- type IFloatLiteralContext
- type IFloatTypeContext
- type IFuncOptionContext
- type IFuncOptionsContext
- type IFuncParametersContext
- type IFuncTypeContext
- type IHeaderContext
- type IIdentifierContext
- type IIncludeContext
- type IIntArgContext
- type IIntTypeContext
- type IIntervalCompoundArgContext
- type IIntervalCompoundTypeContext
- type IIntervalDayArgContext
- type IIntervalDayTypeContext
- type IIntervalYearArgContext
- type IIntervalYearTypeContext
- type ILambdaArgContext
- type ILambdaBodyContext
- type ILambdaParametersContext
- type IListArgContext
- type IListElementContext
- type IListTypeContext
- type ILiteralContext
- type ILiteralLambdaContext
- type ILiteralListContext
- type INonReservedContext
- type INullArgContext
- type INumericLiteralContext
- type INumericParameterContext
- type IOptionNameContext
- type IOptionValueContext
- type IParameterizedTypeContext
- type IPrecisionTimeArgContext
- type IPrecisionTimeTypeContext
- type IPrecisionTimestampArgContext
- type IPrecisionTimestampTZArgContext
- type IPrecisionTimestampTZTypeContext
- type IPrecisionTimestampTypeContext
- type IQualifiedAggregateFuncArgContext
- type IQualifiedAggregateFuncArgsContext
- type IResultContext
- type IScalarTypeContext
- type IStringArgContext
- type IStringTypeContext
- type ISubstraitErrorContext
- type ITableDataContext
- type ITableRowsContext
- type ITestCaseContext
- type ITestGroupContext
- type ITestGroupDescriptionContext
- type ITimeArgContext
- type ITimeTypeContext
- type ITimestampArgContext
- type ITimestampTZTypeContext
- type ITimestampTypeContext
- type ITimestampTzArgContext
- type IVarCharArgContext
- type IVarCharTypeContext
- type IVersionContext
- type IdentifierContext
- func (s *IdentifierContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IdentifierContext) GetParser() antlr.Parser
- func (s *IdentifierContext) GetRuleContext() antlr.RuleContext
- func (s *IdentifierContext) Identifier() antlr.TerminalNode
- func (*IdentifierContext) IsIdentifierContext()
- func (s *IdentifierContext) NonReserved() INonReservedContext
- func (s *IdentifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IncludeContext
- func (s *IncludeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IncludeContext) AllComma() []antlr.TerminalNode
- func (s *IncludeContext) AllStringLiteral() []antlr.TerminalNode
- func (s *IncludeContext) Colon() antlr.TerminalNode
- func (s *IncludeContext) Comma(i int) antlr.TerminalNode
- func (s *IncludeContext) GetParser() antlr.Parser
- func (s *IncludeContext) GetRuleContext() antlr.RuleContext
- func (*IncludeContext) IsIncludeContext()
- func (s *IncludeContext) StringLiteral(i int) antlr.TerminalNode
- func (s *IncludeContext) SubstraitInclude() antlr.TerminalNode
- func (s *IncludeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *IncludeContext) TripleHash() antlr.TerminalNode
- type IntArgContext
- func (s *IntArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntArgContext) DoubleColon() antlr.TerminalNode
- func (s *IntArgContext) GetParser() antlr.Parser
- func (s *IntArgContext) GetRuleContext() antlr.RuleContext
- func (s *IntArgContext) IntType() IIntTypeContext
- func (s *IntArgContext) IntegerLiteral() antlr.TerminalNode
- func (*IntArgContext) IsIntArgContext()
- func (s *IntArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IntContext
- type IntTypeContext
- func (s *IntTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntTypeContext) GetIsnull() antlr.Token
- func (s *IntTypeContext) GetParser() antlr.Parser
- func (s *IntTypeContext) GetRuleContext() antlr.RuleContext
- func (s *IntTypeContext) I8() antlr.TerminalNode
- func (s *IntTypeContext) I16() antlr.TerminalNode
- func (s *IntTypeContext) I32() antlr.TerminalNode
- func (s *IntTypeContext) I64() antlr.TerminalNode
- func (*IntTypeContext) IsIntTypeContext()
- func (s *IntTypeContext) QMark() antlr.TerminalNode
- func (s *IntTypeContext) SetIsnull(v antlr.Token)
- func (s *IntTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IntegerLiteralContext
- type IntervalCompoundArgContext
- func (s *IntervalCompoundArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntervalCompoundArgContext) DoubleColon() antlr.TerminalNode
- func (s *IntervalCompoundArgContext) GetParser() antlr.Parser
- func (s *IntervalCompoundArgContext) GetRuleContext() antlr.RuleContext
- func (s *IntervalCompoundArgContext) IntervalCompoundLiteral() antlr.TerminalNode
- func (s *IntervalCompoundArgContext) IntervalCompoundType() IIntervalCompoundTypeContext
- func (*IntervalCompoundArgContext) IsIntervalCompoundArgContext()
- func (s *IntervalCompoundArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IntervalCompoundTypeContext
- func (s *IntervalCompoundTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntervalCompoundTypeContext) CAngleBracket() antlr.TerminalNode
- func (s *IntervalCompoundTypeContext) GetIsnull() antlr.Token
- func (s *IntervalCompoundTypeContext) GetLen_() INumericParameterContext
- func (s *IntervalCompoundTypeContext) GetParser() antlr.Parser
- func (s *IntervalCompoundTypeContext) GetRuleContext() antlr.RuleContext
- func (s *IntervalCompoundTypeContext) ICompound() antlr.TerminalNode
- func (s *IntervalCompoundTypeContext) Interval_Compound() antlr.TerminalNode
- func (*IntervalCompoundTypeContext) IsIntervalCompoundTypeContext()
- func (s *IntervalCompoundTypeContext) NumericParameter() INumericParameterContext
- func (s *IntervalCompoundTypeContext) OAngleBracket() antlr.TerminalNode
- func (s *IntervalCompoundTypeContext) QMark() antlr.TerminalNode
- func (s *IntervalCompoundTypeContext) SetIsnull(v antlr.Token)
- func (s *IntervalCompoundTypeContext) SetLen_(v INumericParameterContext)
- func (s *IntervalCompoundTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IntervalDayArgContext
- func (s *IntervalDayArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntervalDayArgContext) DoubleColon() antlr.TerminalNode
- func (s *IntervalDayArgContext) GetParser() antlr.Parser
- func (s *IntervalDayArgContext) GetRuleContext() antlr.RuleContext
- func (s *IntervalDayArgContext) IntervalDayLiteral() antlr.TerminalNode
- func (s *IntervalDayArgContext) IntervalDayType() IIntervalDayTypeContext
- func (*IntervalDayArgContext) IsIntervalDayArgContext()
- func (s *IntervalDayArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IntervalDayTypeContext
- func (s *IntervalDayTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntervalDayTypeContext) CAngleBracket() antlr.TerminalNode
- func (s *IntervalDayTypeContext) GetIsnull() antlr.Token
- func (s *IntervalDayTypeContext) GetLen_() INumericParameterContext
- func (s *IntervalDayTypeContext) GetParser() antlr.Parser
- func (s *IntervalDayTypeContext) GetRuleContext() antlr.RuleContext
- func (s *IntervalDayTypeContext) IDay() antlr.TerminalNode
- func (s *IntervalDayTypeContext) Interval_Day() antlr.TerminalNode
- func (*IntervalDayTypeContext) IsIntervalDayTypeContext()
- func (s *IntervalDayTypeContext) NumericParameter() INumericParameterContext
- func (s *IntervalDayTypeContext) OAngleBracket() antlr.TerminalNode
- func (s *IntervalDayTypeContext) QMark() antlr.TerminalNode
- func (s *IntervalDayTypeContext) SetIsnull(v antlr.Token)
- func (s *IntervalDayTypeContext) SetLen_(v INumericParameterContext)
- func (s *IntervalDayTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IntervalYearArgContext
- func (s *IntervalYearArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntervalYearArgContext) DoubleColon() antlr.TerminalNode
- func (s *IntervalYearArgContext) GetParser() antlr.Parser
- func (s *IntervalYearArgContext) GetRuleContext() antlr.RuleContext
- func (s *IntervalYearArgContext) IntervalYearLiteral() antlr.TerminalNode
- func (s *IntervalYearArgContext) IntervalYearType() IIntervalYearTypeContext
- func (*IntervalYearArgContext) IsIntervalYearArgContext()
- func (s *IntervalYearArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IntervalYearContext
- type IntervalYearTypeContext
- func (s *IntervalYearTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *IntervalYearTypeContext) GetIsnull() antlr.Token
- func (s *IntervalYearTypeContext) GetParser() antlr.Parser
- func (s *IntervalYearTypeContext) GetRuleContext() antlr.RuleContext
- func (s *IntervalYearTypeContext) IYear() antlr.TerminalNode
- func (s *IntervalYearTypeContext) Interval_Year() antlr.TerminalNode
- func (*IntervalYearTypeContext) IsIntervalYearTypeContext()
- func (s *IntervalYearTypeContext) QMark() antlr.TerminalNode
- func (s *IntervalYearTypeContext) SetIsnull(v antlr.Token)
- func (s *IntervalYearTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LambdaArgContext
- func (s *LambdaArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LambdaArgContext) DoubleColon() antlr.TerminalNode
- func (s *LambdaArgContext) FuncType() IFuncTypeContext
- func (s *LambdaArgContext) GetParser() antlr.Parser
- func (s *LambdaArgContext) GetRuleContext() antlr.RuleContext
- func (*LambdaArgContext) IsLambdaArgContext()
- func (s *LambdaArgContext) LiteralLambda() ILiteralLambdaContext
- func (s *LambdaArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LambdaBodyContext
- func (s *LambdaBodyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LambdaBodyContext) Arguments() IArgumentsContext
- func (s *LambdaBodyContext) CParen() antlr.TerminalNode
- func (s *LambdaBodyContext) GetParser() antlr.Parser
- func (s *LambdaBodyContext) GetRuleContext() antlr.RuleContext
- func (s *LambdaBodyContext) Identifier() IIdentifierContext
- func (*LambdaBodyContext) IsLambdaBodyContext()
- func (s *LambdaBodyContext) OParen() antlr.TerminalNode
- func (s *LambdaBodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LambdaParametersContext
- func (s *LambdaParametersContext) CopyAll(ctx *LambdaParametersContext)
- func (s *LambdaParametersContext) GetParser() antlr.Parser
- func (s *LambdaParametersContext) GetRuleContext() antlr.RuleContext
- func (*LambdaParametersContext) IsLambdaParametersContext()
- func (s *LambdaParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ListArgContext
- func (s *ListArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ListArgContext) DoubleColon() antlr.TerminalNode
- func (s *ListArgContext) GetParser() antlr.Parser
- func (s *ListArgContext) GetRuleContext() antlr.RuleContext
- func (*ListArgContext) IsListArgContext()
- func (s *ListArgContext) ListType() IListTypeContext
- func (s *ListArgContext) LiteralList() ILiteralListContext
- func (s *ListArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ListContext
- func (s *ListContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ListContext) CAngleBracket() antlr.TerminalNode
- func (s *ListContext) DataType() IDataTypeContext
- func (s *ListContext) GetElemType() IDataTypeContext
- func (s *ListContext) GetIsnull() antlr.Token
- func (s *ListContext) GetRuleContext() antlr.RuleContext
- func (s *ListContext) List() antlr.TerminalNode
- func (s *ListContext) OAngleBracket() antlr.TerminalNode
- func (s *ListContext) QMark() antlr.TerminalNode
- func (s *ListContext) SetElemType(v IDataTypeContext)
- func (s *ListContext) SetIsnull(v antlr.Token)
- type ListElementContext
- func (s *ListElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ListElementContext) GetParser() antlr.Parser
- func (s *ListElementContext) GetRuleContext() antlr.RuleContext
- func (*ListElementContext) IsListElementContext()
- func (s *ListElementContext) Literal() ILiteralContext
- func (s *ListElementContext) LiteralList() ILiteralListContext
- func (s *ListElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ListTypeContext
- func (s *ListTypeContext) CopyAll(ctx *ListTypeContext)
- func (s *ListTypeContext) GetParser() antlr.Parser
- func (s *ListTypeContext) GetRuleContext() antlr.RuleContext
- func (*ListTypeContext) IsListTypeContext()
- func (s *ListTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LiteralContext
- func (s *LiteralContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LiteralContext) BooleanLiteral() antlr.TerminalNode
- func (s *LiteralContext) DateLiteral() antlr.TerminalNode
- func (s *LiteralContext) GetParser() antlr.Parser
- func (s *LiteralContext) GetRuleContext() antlr.RuleContext
- func (s *LiteralContext) IntervalCompoundLiteral() antlr.TerminalNode
- func (s *LiteralContext) IntervalDayLiteral() antlr.TerminalNode
- func (s *LiteralContext) IntervalYearLiteral() antlr.TerminalNode
- func (*LiteralContext) IsLiteralContext()
- func (s *LiteralContext) NullLiteral() antlr.TerminalNode
- func (s *LiteralContext) NumericLiteral() INumericLiteralContext
- func (s *LiteralContext) StringLiteral() antlr.TerminalNode
- func (s *LiteralContext) TimeLiteral() antlr.TerminalNode
- func (s *LiteralContext) TimestampLiteral() antlr.TerminalNode
- func (s *LiteralContext) TimestampTzLiteral() antlr.TerminalNode
- func (s *LiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LiteralLambdaContext
- func (s *LiteralLambdaContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LiteralLambdaContext) Arrow() antlr.TerminalNode
- func (s *LiteralLambdaContext) CParen() antlr.TerminalNode
- func (s *LiteralLambdaContext) GetParser() antlr.Parser
- func (s *LiteralLambdaContext) GetRuleContext() antlr.RuleContext
- func (*LiteralLambdaContext) IsLiteralLambdaContext()
- func (s *LiteralLambdaContext) LambdaBody() ILambdaBodyContext
- func (s *LiteralLambdaContext) LambdaParameters() ILambdaParametersContext
- func (s *LiteralLambdaContext) OParen() antlr.TerminalNode
- func (s *LiteralLambdaContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LiteralListContext
- func (s *LiteralListContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *LiteralListContext) AllComma() []antlr.TerminalNode
- func (s *LiteralListContext) AllListElement() []IListElementContext
- func (s *LiteralListContext) CBracket() antlr.TerminalNode
- func (s *LiteralListContext) Comma(i int) antlr.TerminalNode
- func (s *LiteralListContext) GetParser() antlr.Parser
- func (s *LiteralListContext) GetRuleContext() antlr.RuleContext
- func (*LiteralListContext) IsLiteralListContext()
- func (s *LiteralListContext) ListElement(i int) IListElementContext
- func (s *LiteralListContext) OBracket() antlr.TerminalNode
- func (s *LiteralListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type MultiArgAggregateFuncCallContext
- func (s *MultiArgAggregateFuncCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *MultiArgAggregateFuncCallContext) CParen() antlr.TerminalNode
- func (s *MultiArgAggregateFuncCallContext) GetFuncName() IIdentifierContext
- func (s *MultiArgAggregateFuncCallContext) GetRuleContext() antlr.RuleContext
- func (s *MultiArgAggregateFuncCallContext) Identifier() IIdentifierContext
- func (s *MultiArgAggregateFuncCallContext) OParen() antlr.TerminalNode
- func (s *MultiArgAggregateFuncCallContext) QualifiedAggregateFuncArgs() IQualifiedAggregateFuncArgsContext
- func (s *MultiArgAggregateFuncCallContext) SetFuncName(v IIdentifierContext)
- func (s *MultiArgAggregateFuncCallContext) TableData() ITableDataContext
- type NonReservedContext
- func (s *NonReservedContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *NonReservedContext) And() antlr.TerminalNode
- func (s *NonReservedContext) GetParser() antlr.Parser
- func (s *NonReservedContext) GetRuleContext() antlr.RuleContext
- func (*NonReservedContext) IsNonReservedContext()
- func (s *NonReservedContext) Or() antlr.TerminalNode
- func (s *NonReservedContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *NonReservedContext) Truncate() antlr.TerminalNode
- type NullArgContext
- func (s *NullArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *NullArgContext) DataType() IDataTypeContext
- func (s *NullArgContext) DoubleColon() antlr.TerminalNode
- func (s *NullArgContext) GetParser() antlr.Parser
- func (s *NullArgContext) GetRuleContext() antlr.RuleContext
- func (*NullArgContext) IsNullArgContext()
- func (s *NullArgContext) NullLiteral() antlr.TerminalNode
- func (s *NullArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type NumericLiteralContext
- func (s *NumericLiteralContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *NumericLiteralContext) DecimalLiteral() antlr.TerminalNode
- func (s *NumericLiteralContext) FloatLiteral() IFloatLiteralContext
- func (s *NumericLiteralContext) GetParser() antlr.Parser
- func (s *NumericLiteralContext) GetRuleContext() antlr.RuleContext
- func (s *NumericLiteralContext) IntegerLiteral() antlr.TerminalNode
- func (*NumericLiteralContext) IsNumericLiteralContext()
- func (s *NumericLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type NumericParameterContext
- func (s *NumericParameterContext) CopyAll(ctx *NumericParameterContext)
- func (s *NumericParameterContext) GetParser() antlr.Parser
- func (s *NumericParameterContext) GetRuleContext() antlr.RuleContext
- func (*NumericParameterContext) IsNumericParameterContext()
- func (s *NumericParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type OptionNameContext
- func (s *OptionNameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *OptionNameContext) GetParser() antlr.Parser
- func (s *OptionNameContext) GetRuleContext() antlr.RuleContext
- func (s *OptionNameContext) Identifier() antlr.TerminalNode
- func (*OptionNameContext) IsOptionNameContext()
- func (s *OptionNameContext) NullHandling() antlr.TerminalNode
- func (s *OptionNameContext) Overflow() antlr.TerminalNode
- func (s *OptionNameContext) Rounding() antlr.TerminalNode
- func (s *OptionNameContext) SpacesOnly() antlr.TerminalNode
- func (s *OptionNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type OptionValueContext
- func (s *OptionValueContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *OptionValueContext) AcceptNulls() antlr.TerminalNode
- func (s *OptionValueContext) BooleanLiteral() antlr.TerminalNode
- func (s *OptionValueContext) Error() antlr.TerminalNode
- func (s *OptionValueContext) GetParser() antlr.Parser
- func (s *OptionValueContext) GetRuleContext() antlr.RuleContext
- func (s *OptionValueContext) Identifier() antlr.TerminalNode
- func (s *OptionValueContext) IgnoreNulls() antlr.TerminalNode
- func (*OptionValueContext) IsOptionValueContext()
- func (s *OptionValueContext) NaN() antlr.TerminalNode
- func (s *OptionValueContext) NullLiteral() antlr.TerminalNode
- func (s *OptionValueContext) Saturate() antlr.TerminalNode
- func (s *OptionValueContext) Silent() antlr.TerminalNode
- func (s *OptionValueContext) TieToEven() antlr.TerminalNode
- func (s *OptionValueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *OptionValueContext) Truncate() antlr.TerminalNode
- type ParameterizedTypeContext
- func (s *ParameterizedTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ParameterizedTypeContext) DecimalType() IDecimalTypeContext
- func (s *ParameterizedTypeContext) FixedBinaryType() IFixedBinaryTypeContext
- func (s *ParameterizedTypeContext) FixedCharType() IFixedCharTypeContext
- func (s *ParameterizedTypeContext) FuncType() IFuncTypeContext
- func (s *ParameterizedTypeContext) GetParser() antlr.Parser
- func (s *ParameterizedTypeContext) GetRuleContext() antlr.RuleContext
- func (s *ParameterizedTypeContext) IntervalCompoundType() IIntervalCompoundTypeContext
- func (s *ParameterizedTypeContext) IntervalDayType() IIntervalDayTypeContext
- func (*ParameterizedTypeContext) IsParameterizedTypeContext()
- func (s *ParameterizedTypeContext) ListType() IListTypeContext
- func (s *ParameterizedTypeContext) PrecisionTimeType() IPrecisionTimeTypeContext
- func (s *ParameterizedTypeContext) PrecisionTimestampTZType() IPrecisionTimestampTZTypeContext
- func (s *ParameterizedTypeContext) PrecisionTimestampType() IPrecisionTimestampTypeContext
- func (s *ParameterizedTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ParameterizedTypeContext) VarCharType() IVarCharTypeContext
- type PrecisionTimeArgContext
- func (s *PrecisionTimeArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PrecisionTimeArgContext) DoubleColon() antlr.TerminalNode
- func (s *PrecisionTimeArgContext) GetParser() antlr.Parser
- func (s *PrecisionTimeArgContext) GetRuleContext() antlr.RuleContext
- func (*PrecisionTimeArgContext) IsPrecisionTimeArgContext()
- func (s *PrecisionTimeArgContext) PrecisionTimeType() IPrecisionTimeTypeContext
- func (s *PrecisionTimeArgContext) TimeLiteral() antlr.TerminalNode
- func (s *PrecisionTimeArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PrecisionTimeTypeContext
- func (s *PrecisionTimeTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PrecisionTimeTypeContext) CAngleBracket() antlr.TerminalNode
- func (s *PrecisionTimeTypeContext) GetIsnull() antlr.Token
- func (s *PrecisionTimeTypeContext) GetParser() antlr.Parser
- func (s *PrecisionTimeTypeContext) GetPrecision() INumericParameterContext
- func (s *PrecisionTimeTypeContext) GetRuleContext() antlr.RuleContext
- func (*PrecisionTimeTypeContext) IsPrecisionTimeTypeContext()
- func (s *PrecisionTimeTypeContext) NumericParameter() INumericParameterContext
- func (s *PrecisionTimeTypeContext) OAngleBracket() antlr.TerminalNode
- func (s *PrecisionTimeTypeContext) PT() antlr.TerminalNode
- func (s *PrecisionTimeTypeContext) Precision_Time() antlr.TerminalNode
- func (s *PrecisionTimeTypeContext) QMark() antlr.TerminalNode
- func (s *PrecisionTimeTypeContext) SetIsnull(v antlr.Token)
- func (s *PrecisionTimeTypeContext) SetPrecision(v INumericParameterContext)
- func (s *PrecisionTimeTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PrecisionTimestampArgContext
- func (s *PrecisionTimestampArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PrecisionTimestampArgContext) DoubleColon() antlr.TerminalNode
- func (s *PrecisionTimestampArgContext) GetParser() antlr.Parser
- func (s *PrecisionTimestampArgContext) GetRuleContext() antlr.RuleContext
- func (*PrecisionTimestampArgContext) IsPrecisionTimestampArgContext()
- func (s *PrecisionTimestampArgContext) PrecisionTimestampType() IPrecisionTimestampTypeContext
- func (s *PrecisionTimestampArgContext) TimestampLiteral() antlr.TerminalNode
- func (s *PrecisionTimestampArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PrecisionTimestampTZArgContext
- func (s *PrecisionTimestampTZArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PrecisionTimestampTZArgContext) DoubleColon() antlr.TerminalNode
- func (s *PrecisionTimestampTZArgContext) GetParser() antlr.Parser
- func (s *PrecisionTimestampTZArgContext) GetRuleContext() antlr.RuleContext
- func (*PrecisionTimestampTZArgContext) IsPrecisionTimestampTZArgContext()
- func (s *PrecisionTimestampTZArgContext) PrecisionTimestampTZType() IPrecisionTimestampTZTypeContext
- func (s *PrecisionTimestampTZArgContext) TimestampTzLiteral() antlr.TerminalNode
- func (s *PrecisionTimestampTZArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PrecisionTimestampTZTypeContext
- func (s *PrecisionTimestampTZTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PrecisionTimestampTZTypeContext) CAngleBracket() antlr.TerminalNode
- func (s *PrecisionTimestampTZTypeContext) GetIsnull() antlr.Token
- func (s *PrecisionTimestampTZTypeContext) GetParser() antlr.Parser
- func (s *PrecisionTimestampTZTypeContext) GetPrecision() INumericParameterContext
- func (s *PrecisionTimestampTZTypeContext) GetRuleContext() antlr.RuleContext
- func (*PrecisionTimestampTZTypeContext) IsPrecisionTimestampTZTypeContext()
- func (s *PrecisionTimestampTZTypeContext) NumericParameter() INumericParameterContext
- func (s *PrecisionTimestampTZTypeContext) OAngleBracket() antlr.TerminalNode
- func (s *PrecisionTimestampTZTypeContext) PTsTZ() antlr.TerminalNode
- func (s *PrecisionTimestampTZTypeContext) Precision_Timestamp_TZ() antlr.TerminalNode
- func (s *PrecisionTimestampTZTypeContext) QMark() antlr.TerminalNode
- func (s *PrecisionTimestampTZTypeContext) SetIsnull(v antlr.Token)
- func (s *PrecisionTimestampTZTypeContext) SetPrecision(v INumericParameterContext)
- func (s *PrecisionTimestampTZTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PrecisionTimestampTypeContext
- func (s *PrecisionTimestampTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *PrecisionTimestampTypeContext) CAngleBracket() antlr.TerminalNode
- func (s *PrecisionTimestampTypeContext) GetIsnull() antlr.Token
- func (s *PrecisionTimestampTypeContext) GetParser() antlr.Parser
- func (s *PrecisionTimestampTypeContext) GetPrecision() INumericParameterContext
- func (s *PrecisionTimestampTypeContext) GetRuleContext() antlr.RuleContext
- func (*PrecisionTimestampTypeContext) IsPrecisionTimestampTypeContext()
- func (s *PrecisionTimestampTypeContext) NumericParameter() INumericParameterContext
- func (s *PrecisionTimestampTypeContext) OAngleBracket() antlr.TerminalNode
- func (s *PrecisionTimestampTypeContext) PTs() antlr.TerminalNode
- func (s *PrecisionTimestampTypeContext) Precision_Timestamp() antlr.TerminalNode
- func (s *PrecisionTimestampTypeContext) QMark() antlr.TerminalNode
- func (s *PrecisionTimestampTypeContext) SetIsnull(v antlr.Token)
- func (s *PrecisionTimestampTypeContext) SetPrecision(v INumericParameterContext)
- func (s *PrecisionTimestampTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type QualifiedAggregateFuncArgContext
- func (s *QualifiedAggregateFuncArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *QualifiedAggregateFuncArgContext) Argument() IArgumentContext
- func (s *QualifiedAggregateFuncArgContext) ColumnName() antlr.TerminalNode
- func (s *QualifiedAggregateFuncArgContext) Dot() antlr.TerminalNode
- func (s *QualifiedAggregateFuncArgContext) GetParser() antlr.Parser
- func (s *QualifiedAggregateFuncArgContext) GetRuleContext() antlr.RuleContext
- func (s *QualifiedAggregateFuncArgContext) GetTableName() antlr.Token
- func (s *QualifiedAggregateFuncArgContext) Identifier() antlr.TerminalNode
- func (*QualifiedAggregateFuncArgContext) IsQualifiedAggregateFuncArgContext()
- func (s *QualifiedAggregateFuncArgContext) SetTableName(v antlr.Token)
- func (s *QualifiedAggregateFuncArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type QualifiedAggregateFuncArgsContext
- func (s *QualifiedAggregateFuncArgsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *QualifiedAggregateFuncArgsContext) AllComma() []antlr.TerminalNode
- func (s *QualifiedAggregateFuncArgsContext) AllQualifiedAggregateFuncArg() []IQualifiedAggregateFuncArgContext
- func (s *QualifiedAggregateFuncArgsContext) Comma(i int) antlr.TerminalNode
- func (s *QualifiedAggregateFuncArgsContext) GetParser() antlr.Parser
- func (s *QualifiedAggregateFuncArgsContext) GetRuleContext() antlr.RuleContext
- func (*QualifiedAggregateFuncArgsContext) IsQualifiedAggregateFuncArgsContext()
- func (s *QualifiedAggregateFuncArgsContext) QualifiedAggregateFuncArg(i int) IQualifiedAggregateFuncArgContext
- func (s *QualifiedAggregateFuncArgsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ResultContext
- func (s *ResultContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ResultContext) Argument() IArgumentContext
- func (s *ResultContext) GetParser() antlr.Parser
- func (s *ResultContext) GetRuleContext() antlr.RuleContext
- func (*ResultContext) IsResultContext()
- func (s *ResultContext) SubstraitError() ISubstraitErrorContext
- func (s *ResultContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ScalarFuncTestGroupContext
- func (s *ScalarFuncTestGroupContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *ScalarFuncTestGroupContext) AllTestCase() []ITestCaseContext
- func (s *ScalarFuncTestGroupContext) GetRuleContext() antlr.RuleContext
- func (s *ScalarFuncTestGroupContext) TestCase(i int) ITestCaseContext
- func (s *ScalarFuncTestGroupContext) TestGroupDescription() ITestGroupDescriptionContext
- type ScalarTypeContext
- func (s *ScalarTypeContext) CopyAll(ctx *ScalarTypeContext)
- func (s *ScalarTypeContext) GetParser() antlr.Parser
- func (s *ScalarTypeContext) GetRuleContext() antlr.RuleContext
- func (*ScalarTypeContext) IsScalarTypeContext()
- func (s *ScalarTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SingleArgAggregateFuncCallContext
- func (s *SingleArgAggregateFuncCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SingleArgAggregateFuncCallContext) CParen() antlr.TerminalNode
- func (s *SingleArgAggregateFuncCallContext) DataColumn() IDataColumnContext
- func (s *SingleArgAggregateFuncCallContext) GetFunctName() IIdentifierContext
- func (s *SingleArgAggregateFuncCallContext) GetRuleContext() antlr.RuleContext
- func (s *SingleArgAggregateFuncCallContext) Identifier() IIdentifierContext
- func (s *SingleArgAggregateFuncCallContext) OParen() antlr.TerminalNode
- func (s *SingleArgAggregateFuncCallContext) SetFunctName(v IIdentifierContext)
- type SingleFuncParamContext
- type SingleParamContext
- type StringArgContext
- func (s *StringArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StringArgContext) DoubleColon() antlr.TerminalNode
- func (s *StringArgContext) GetParser() antlr.Parser
- func (s *StringArgContext) GetRuleContext() antlr.RuleContext
- func (*StringArgContext) IsStringArgContext()
- func (s *StringArgContext) StringLiteral() antlr.TerminalNode
- func (s *StringArgContext) StringType() IStringTypeContext
- func (s *StringArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type StringContext
- type StringTypeContext
- func (s *StringTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *StringTypeContext) GetIsnull() antlr.Token
- func (s *StringTypeContext) GetParser() antlr.Parser
- func (s *StringTypeContext) GetRuleContext() antlr.RuleContext
- func (*StringTypeContext) IsStringTypeContext()
- func (s *StringTypeContext) QMark() antlr.TerminalNode
- func (s *StringTypeContext) SetIsnull(v antlr.Token)
- func (s *StringTypeContext) Str() antlr.TerminalNode
- func (s *StringTypeContext) String_() antlr.TerminalNode
- func (s *StringTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SubstraitErrorContext
- func (s *SubstraitErrorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *SubstraitErrorContext) ErrorResult() antlr.TerminalNode
- func (s *SubstraitErrorContext) GetParser() antlr.Parser
- func (s *SubstraitErrorContext) GetRuleContext() antlr.RuleContext
- func (*SubstraitErrorContext) IsSubstraitErrorContext()
- func (s *SubstraitErrorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SubstraitErrorContext) UndefineResult() antlr.TerminalNode
- type TableDataContext
- func (s *TableDataContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableDataContext) AllComma() []antlr.TerminalNode
- func (s *TableDataContext) AllDataType() []IDataTypeContext
- func (s *TableDataContext) CParen() antlr.TerminalNode
- func (s *TableDataContext) Comma(i int) antlr.TerminalNode
- func (s *TableDataContext) DataType(i int) IDataTypeContext
- func (s *TableDataContext) Define() antlr.TerminalNode
- func (s *TableDataContext) Eq() antlr.TerminalNode
- func (s *TableDataContext) GetParser() antlr.Parser
- func (s *TableDataContext) GetRuleContext() antlr.RuleContext
- func (s *TableDataContext) GetTableName() antlr.Token
- func (s *TableDataContext) Identifier() antlr.TerminalNode
- func (*TableDataContext) IsTableDataContext()
- func (s *TableDataContext) OParen() antlr.TerminalNode
- func (s *TableDataContext) SetTableName(v antlr.Token)
- func (s *TableDataContext) TableRows() ITableRowsContext
- func (s *TableDataContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TableRowsContext
- func (s *TableRowsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TableRowsContext) AllColumnValues() []IColumnValuesContext
- func (s *TableRowsContext) AllComma() []antlr.TerminalNode
- func (s *TableRowsContext) CParen() antlr.TerminalNode
- func (s *TableRowsContext) ColumnValues(i int) IColumnValuesContext
- func (s *TableRowsContext) Comma(i int) antlr.TerminalNode
- func (s *TableRowsContext) GetParser() antlr.Parser
- func (s *TableRowsContext) GetRuleContext() antlr.RuleContext
- func (*TableRowsContext) IsTableRowsContext()
- func (s *TableRowsContext) OParen() antlr.TerminalNode
- func (s *TableRowsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TestCaseContext
- func (s *TestCaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TestCaseContext) Arguments() IArgumentsContext
- func (s *TestCaseContext) CBracket() antlr.TerminalNode
- func (s *TestCaseContext) CParen() antlr.TerminalNode
- func (s *TestCaseContext) Eq() antlr.TerminalNode
- func (s *TestCaseContext) FuncOptions() IFuncOptionsContext
- func (s *TestCaseContext) GetFunctionName() IIdentifierContext
- func (s *TestCaseContext) GetParser() antlr.Parser
- func (s *TestCaseContext) GetRuleContext() antlr.RuleContext
- func (s *TestCaseContext) Identifier() IIdentifierContext
- func (*TestCaseContext) IsTestCaseContext()
- func (s *TestCaseContext) OBracket() antlr.TerminalNode
- func (s *TestCaseContext) OParen() antlr.TerminalNode
- func (s *TestCaseContext) Result() IResultContext
- func (s *TestCaseContext) SetFunctionName(v IIdentifierContext)
- func (s *TestCaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TestGroupContext
- func (s *TestGroupContext) CopyAll(ctx *TestGroupContext)
- func (s *TestGroupContext) GetParser() antlr.Parser
- func (s *TestGroupContext) GetRuleContext() antlr.RuleContext
- func (*TestGroupContext) IsTestGroupContext()
- func (s *TestGroupContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TestGroupDescriptionContext
- func (s *TestGroupDescriptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TestGroupDescriptionContext) DescriptionLine() antlr.TerminalNode
- func (s *TestGroupDescriptionContext) GetParser() antlr.Parser
- func (s *TestGroupDescriptionContext) GetRuleContext() antlr.RuleContext
- func (*TestGroupDescriptionContext) IsTestGroupDescriptionContext()
- func (s *TestGroupDescriptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TimeArgContext
- func (s *TimeArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TimeArgContext) DoubleColon() antlr.TerminalNode
- func (s *TimeArgContext) GetParser() antlr.Parser
- func (s *TimeArgContext) GetRuleContext() antlr.RuleContext
- func (*TimeArgContext) IsTimeArgContext()
- func (s *TimeArgContext) TimeLiteral() antlr.TerminalNode
- func (s *TimeArgContext) TimeType() ITimeTypeContext
- func (s *TimeArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TimeContext
- type TimeTypeContext
- func (s *TimeTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TimeTypeContext) GetIsnull() antlr.Token
- func (s *TimeTypeContext) GetParser() antlr.Parser
- func (s *TimeTypeContext) GetRuleContext() antlr.RuleContext
- func (*TimeTypeContext) IsTimeTypeContext()
- func (s *TimeTypeContext) QMark() antlr.TerminalNode
- func (s *TimeTypeContext) SetIsnull(v antlr.Token)
- func (s *TimeTypeContext) Time() antlr.TerminalNode
- func (s *TimeTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TimestampArgContext
- func (s *TimestampArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TimestampArgContext) DoubleColon() antlr.TerminalNode
- func (s *TimestampArgContext) GetParser() antlr.Parser
- func (s *TimestampArgContext) GetRuleContext() antlr.RuleContext
- func (*TimestampArgContext) IsTimestampArgContext()
- func (s *TimestampArgContext) TimestampLiteral() antlr.TerminalNode
- func (s *TimestampArgContext) TimestampType() ITimestampTypeContext
- func (s *TimestampArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TimestampContext
- type TimestampTZTypeContext
- func (s *TimestampTZTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TimestampTZTypeContext) GetIsnull() antlr.Token
- func (s *TimestampTZTypeContext) GetParser() antlr.Parser
- func (s *TimestampTZTypeContext) GetRuleContext() antlr.RuleContext
- func (*TimestampTZTypeContext) IsTimestampTZTypeContext()
- func (s *TimestampTZTypeContext) QMark() antlr.TerminalNode
- func (s *TimestampTZTypeContext) SetIsnull(v antlr.Token)
- func (s *TimestampTZTypeContext) Timestamp_TZ() antlr.TerminalNode
- func (s *TimestampTZTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TimestampTZTypeContext) TsTZ() antlr.TerminalNode
- type TimestampTypeContext
- func (s *TimestampTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TimestampTypeContext) GetIsnull() antlr.Token
- func (s *TimestampTypeContext) GetParser() antlr.Parser
- func (s *TimestampTypeContext) GetRuleContext() antlr.RuleContext
- func (*TimestampTypeContext) IsTimestampTypeContext()
- func (s *TimestampTypeContext) QMark() antlr.TerminalNode
- func (s *TimestampTypeContext) SetIsnull(v antlr.Token)
- func (s *TimestampTypeContext) Timestamp() antlr.TerminalNode
- func (s *TimestampTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TimestampTypeContext) Ts() antlr.TerminalNode
- type TimestampTzArgContext
- func (s *TimestampTzArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TimestampTzArgContext) DoubleColon() antlr.TerminalNode
- func (s *TimestampTzArgContext) GetParser() antlr.Parser
- func (s *TimestampTzArgContext) GetRuleContext() antlr.RuleContext
- func (*TimestampTzArgContext) IsTimestampTzArgContext()
- func (s *TimestampTzArgContext) TimestampTZType() ITimestampTZTypeContext
- func (s *TimestampTzArgContext) TimestampTzLiteral() antlr.TerminalNode
- func (s *TimestampTzArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TimestampTzContext
- type TupleParamsContext
- func (s *TupleParamsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *TupleParamsContext) AllComma() []antlr.TerminalNode
- func (s *TupleParamsContext) AllIdentifier() []antlr.TerminalNode
- func (s *TupleParamsContext) CParen() antlr.TerminalNode
- func (s *TupleParamsContext) Comma(i int) antlr.TerminalNode
- func (s *TupleParamsContext) GetRuleContext() antlr.RuleContext
- func (s *TupleParamsContext) Identifier(i int) antlr.TerminalNode
- func (s *TupleParamsContext) OParen() antlr.TerminalNode
- type UserDefinedContext
- func (s *UserDefinedContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UserDefinedContext) GetIsnull() antlr.Token
- func (s *UserDefinedContext) GetRuleContext() antlr.RuleContext
- func (s *UserDefinedContext) Identifier() antlr.TerminalNode
- func (s *UserDefinedContext) QMark() antlr.TerminalNode
- func (s *UserDefinedContext) SetIsnull(v antlr.Token)
- func (s *UserDefinedContext) UserDefined() antlr.TerminalNode
- type UuidContext
- func (s *UuidContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *UuidContext) GetIsnull() antlr.Token
- func (s *UuidContext) GetRuleContext() antlr.RuleContext
- func (s *UuidContext) QMark() antlr.TerminalNode
- func (s *UuidContext) SetIsnull(v antlr.Token)
- func (s *UuidContext) UUID() antlr.TerminalNode
- type VarCharArgContext
- func (s *VarCharArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *VarCharArgContext) DoubleColon() antlr.TerminalNode
- func (s *VarCharArgContext) GetParser() antlr.Parser
- func (s *VarCharArgContext) GetRuleContext() antlr.RuleContext
- func (*VarCharArgContext) IsVarCharArgContext()
- func (s *VarCharArgContext) StringLiteral() antlr.TerminalNode
- func (s *VarCharArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *VarCharArgContext) VarCharType() IVarCharTypeContext
- type VarCharTypeContext
- func (s *VarCharTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *VarCharTypeContext) CAngleBracket() antlr.TerminalNode
- func (s *VarCharTypeContext) GetIsnull() antlr.Token
- func (s *VarCharTypeContext) GetLen_() INumericParameterContext
- func (s *VarCharTypeContext) GetParser() antlr.Parser
- func (s *VarCharTypeContext) GetRuleContext() antlr.RuleContext
- func (*VarCharTypeContext) IsVarCharTypeContext()
- func (s *VarCharTypeContext) NumericParameter() INumericParameterContext
- func (s *VarCharTypeContext) OAngleBracket() antlr.TerminalNode
- func (s *VarCharTypeContext) QMark() antlr.TerminalNode
- func (s *VarCharTypeContext) SetIsnull(v antlr.Token)
- func (s *VarCharTypeContext) SetLen_(v INumericParameterContext)
- func (s *VarCharTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *VarCharTypeContext) VChar() antlr.TerminalNode
- func (s *VarCharTypeContext) VarChar() antlr.TerminalNode
- type VersionContext
- func (s *VersionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
- func (s *VersionContext) Colon() antlr.TerminalNode
- func (s *VersionContext) FormatVersion() antlr.TerminalNode
- func (s *VersionContext) GetParser() antlr.Parser
- func (s *VersionContext) GetRuleContext() antlr.RuleContext
- func (*VersionContext) IsVersionContext()
- func (s *VersionContext) SubstraitAggregateTest() antlr.TerminalNode
- func (s *VersionContext) SubstraitScalarTest() antlr.TerminalNode
- func (s *VersionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *VersionContext) TripleHash() antlr.TerminalNode
Constants ¶
const ( FuncTestCaseLexerWhitespace = 1 FuncTestCaseLexerTripleHash = 2 FuncTestCaseLexerSubstraitScalarTest = 3 FuncTestCaseLexerSubstraitAggregateTest = 4 FuncTestCaseLexerSubstraitInclude = 5 FuncTestCaseLexerSubstraitDependency = 6 FuncTestCaseLexerFormatVersion = 7 FuncTestCaseLexerDescriptionLine = 8 FuncTestCaseLexerDefine = 9 FuncTestCaseLexerErrorResult = 10 FuncTestCaseLexerUndefineResult = 11 FuncTestCaseLexerOverflow = 12 FuncTestCaseLexerRounding = 13 FuncTestCaseLexerError = 14 FuncTestCaseLexerSaturate = 15 FuncTestCaseLexerSilent = 16 FuncTestCaseLexerTieToEven = 17 FuncTestCaseLexerNaN = 18 FuncTestCaseLexerAcceptNulls = 19 FuncTestCaseLexerIgnoreNulls = 20 FuncTestCaseLexerNullHandling = 21 FuncTestCaseLexerSpacesOnly = 22 FuncTestCaseLexerTruncate = 23 FuncTestCaseLexerIntegerLiteral = 24 FuncTestCaseLexerDecimalLiteral = 25 FuncTestCaseLexerFloatLiteral = 26 FuncTestCaseLexerBooleanLiteral = 27 FuncTestCaseLexerTimestampTzLiteral = 28 FuncTestCaseLexerTimestampLiteral = 29 FuncTestCaseLexerTimeLiteral = 30 FuncTestCaseLexerDateLiteral = 31 FuncTestCaseLexerPeriodPrefix = 32 FuncTestCaseLexerTimePrefix = 33 FuncTestCaseLexerYearSuffix = 34 FuncTestCaseLexerMSuffix = 35 FuncTestCaseLexerDaySuffix = 36 FuncTestCaseLexerHourSuffix = 37 FuncTestCaseLexerSecondSuffix = 38 FuncTestCaseLexerFractionalSecondSuffix = 39 FuncTestCaseLexerOAngleBracket = 40 FuncTestCaseLexerCAngleBracket = 41 FuncTestCaseLexerIntervalYearLiteral = 42 FuncTestCaseLexerIntervalDayLiteral = 43 FuncTestCaseLexerIntervalCompoundLiteral = 44 FuncTestCaseLexerNullLiteral = 45 FuncTestCaseLexerStringLiteral = 46 FuncTestCaseLexerEnumType = 47 FuncTestCaseLexerColumnName = 48 FuncTestCaseLexerLineComment = 49 FuncTestCaseLexerBlockComment = 50 FuncTestCaseLexerIf = 51 FuncTestCaseLexerThen = 52 FuncTestCaseLexerElse = 53 FuncTestCaseLexerFunc = 54 FuncTestCaseLexerBoolean = 55 FuncTestCaseLexerI8 = 56 FuncTestCaseLexerI16 = 57 FuncTestCaseLexerI32 = 58 FuncTestCaseLexerI64 = 59 FuncTestCaseLexerFP32 = 60 FuncTestCaseLexerFP64 = 61 FuncTestCaseLexerString_ = 62 FuncTestCaseLexerBinary = 63 FuncTestCaseLexerTimestamp = 64 FuncTestCaseLexerTimestamp_TZ = 65 FuncTestCaseLexerDate = 66 FuncTestCaseLexerTime = 67 FuncTestCaseLexerInterval_Year = 68 FuncTestCaseLexerInterval_Day = 69 FuncTestCaseLexerInterval_Compound = 70 FuncTestCaseLexerUUID = 71 FuncTestCaseLexerDecimal = 72 FuncTestCaseLexerPrecision_Time = 73 FuncTestCaseLexerPrecision_Timestamp = 74 FuncTestCaseLexerPrecision_Timestamp_TZ = 75 FuncTestCaseLexerFixedChar = 76 FuncTestCaseLexerVarChar = 77 FuncTestCaseLexerFixedBinary = 78 FuncTestCaseLexerStruct = 79 FuncTestCaseLexerNStruct = 80 FuncTestCaseLexerList = 81 FuncTestCaseLexerMap = 82 FuncTestCaseLexerUserDefined = 83 FuncTestCaseLexerBool = 84 FuncTestCaseLexerStr = 85 FuncTestCaseLexerVBin = 86 FuncTestCaseLexerTs = 87 FuncTestCaseLexerTsTZ = 88 FuncTestCaseLexerIYear = 89 FuncTestCaseLexerIDay = 90 FuncTestCaseLexerICompound = 91 FuncTestCaseLexerDec = 92 FuncTestCaseLexerPT = 93 FuncTestCaseLexerPTs = 94 FuncTestCaseLexerPTsTZ = 95 FuncTestCaseLexerFChar = 96 FuncTestCaseLexerVChar = 97 FuncTestCaseLexerFBin = 98 FuncTestCaseLexerAny = 99 FuncTestCaseLexerAnyVar = 100 FuncTestCaseLexerDoubleColon = 101 FuncTestCaseLexerPlus = 102 FuncTestCaseLexerMinus = 103 FuncTestCaseLexerAsterisk = 104 FuncTestCaseLexerForwardSlash = 105 FuncTestCaseLexerPercent = 106 FuncTestCaseLexerEq = 107 FuncTestCaseLexerNe = 108 FuncTestCaseLexerGte = 109 FuncTestCaseLexerLte = 110 FuncTestCaseLexerGt = 111 FuncTestCaseLexerLt = 112 FuncTestCaseLexerBang = 113 FuncTestCaseLexerOParen = 114 FuncTestCaseLexerCParen = 115 FuncTestCaseLexerOBracket = 116 FuncTestCaseLexerCBracket = 117 FuncTestCaseLexerComma = 118 FuncTestCaseLexerColon = 119 FuncTestCaseLexerQMark = 120 FuncTestCaseLexerHash = 121 FuncTestCaseLexerDot = 122 FuncTestCaseLexerAnd = 123 FuncTestCaseLexerOr = 124 FuncTestCaseLexerAssign = 125 FuncTestCaseLexerArrow = 126 FuncTestCaseLexerNumber = 127 FuncTestCaseLexerIdentifier = 128 FuncTestCaseLexerNewline = 129 )
FuncTestCaseLexer tokens.
const ( FuncTestCaseParserEOF = antlr.TokenEOF FuncTestCaseParserWhitespace = 1 FuncTestCaseParserTripleHash = 2 FuncTestCaseParserSubstraitScalarTest = 3 FuncTestCaseParserSubstraitAggregateTest = 4 FuncTestCaseParserSubstraitInclude = 5 FuncTestCaseParserSubstraitDependency = 6 FuncTestCaseParserFormatVersion = 7 FuncTestCaseParserDescriptionLine = 8 FuncTestCaseParserDefine = 9 FuncTestCaseParserErrorResult = 10 FuncTestCaseParserUndefineResult = 11 FuncTestCaseParserOverflow = 12 FuncTestCaseParserRounding = 13 FuncTestCaseParserError = 14 FuncTestCaseParserSaturate = 15 FuncTestCaseParserSilent = 16 FuncTestCaseParserTieToEven = 17 FuncTestCaseParserNaN = 18 FuncTestCaseParserAcceptNulls = 19 FuncTestCaseParserIgnoreNulls = 20 FuncTestCaseParserNullHandling = 21 FuncTestCaseParserSpacesOnly = 22 FuncTestCaseParserTruncate = 23 FuncTestCaseParserIntegerLiteral = 24 FuncTestCaseParserDecimalLiteral = 25 FuncTestCaseParserFloatLiteral = 26 FuncTestCaseParserBooleanLiteral = 27 FuncTestCaseParserTimestampTzLiteral = 28 FuncTestCaseParserTimestampLiteral = 29 FuncTestCaseParserTimeLiteral = 30 FuncTestCaseParserDateLiteral = 31 FuncTestCaseParserPeriodPrefix = 32 FuncTestCaseParserTimePrefix = 33 FuncTestCaseParserYearSuffix = 34 FuncTestCaseParserMSuffix = 35 FuncTestCaseParserDaySuffix = 36 FuncTestCaseParserHourSuffix = 37 FuncTestCaseParserSecondSuffix = 38 FuncTestCaseParserFractionalSecondSuffix = 39 FuncTestCaseParserOAngleBracket = 40 FuncTestCaseParserCAngleBracket = 41 FuncTestCaseParserIntervalYearLiteral = 42 FuncTestCaseParserIntervalDayLiteral = 43 FuncTestCaseParserIntervalCompoundLiteral = 44 FuncTestCaseParserNullLiteral = 45 FuncTestCaseParserStringLiteral = 46 FuncTestCaseParserEnumType = 47 FuncTestCaseParserColumnName = 48 FuncTestCaseParserLineComment = 49 FuncTestCaseParserBlockComment = 50 FuncTestCaseParserIf = 51 FuncTestCaseParserThen = 52 FuncTestCaseParserElse = 53 FuncTestCaseParserFunc = 54 FuncTestCaseParserBoolean = 55 FuncTestCaseParserI8 = 56 FuncTestCaseParserI16 = 57 FuncTestCaseParserI32 = 58 FuncTestCaseParserI64 = 59 FuncTestCaseParserFP32 = 60 FuncTestCaseParserFP64 = 61 FuncTestCaseParserString_ = 62 FuncTestCaseParserBinary = 63 FuncTestCaseParserTimestamp = 64 FuncTestCaseParserTimestamp_TZ = 65 FuncTestCaseParserDate = 66 FuncTestCaseParserTime = 67 FuncTestCaseParserInterval_Year = 68 FuncTestCaseParserInterval_Day = 69 FuncTestCaseParserInterval_Compound = 70 FuncTestCaseParserUUID = 71 FuncTestCaseParserDecimal = 72 FuncTestCaseParserPrecision_Time = 73 FuncTestCaseParserPrecision_Timestamp = 74 FuncTestCaseParserPrecision_Timestamp_TZ = 75 FuncTestCaseParserFixedChar = 76 FuncTestCaseParserVarChar = 77 FuncTestCaseParserFixedBinary = 78 FuncTestCaseParserStruct = 79 FuncTestCaseParserNStruct = 80 FuncTestCaseParserList = 81 FuncTestCaseParserMap = 82 FuncTestCaseParserUserDefined = 83 FuncTestCaseParserBool = 84 FuncTestCaseParserStr = 85 FuncTestCaseParserVBin = 86 FuncTestCaseParserTs = 87 FuncTestCaseParserTsTZ = 88 FuncTestCaseParserIYear = 89 FuncTestCaseParserIDay = 90 FuncTestCaseParserICompound = 91 FuncTestCaseParserDec = 92 FuncTestCaseParserPT = 93 FuncTestCaseParserPTs = 94 FuncTestCaseParserPTsTZ = 95 FuncTestCaseParserFChar = 96 FuncTestCaseParserVChar = 97 FuncTestCaseParserFBin = 98 FuncTestCaseParserAny = 99 FuncTestCaseParserAnyVar = 100 FuncTestCaseParserDoubleColon = 101 FuncTestCaseParserPlus = 102 FuncTestCaseParserMinus = 103 FuncTestCaseParserAsterisk = 104 FuncTestCaseParserForwardSlash = 105 FuncTestCaseParserPercent = 106 FuncTestCaseParserEq = 107 FuncTestCaseParserNe = 108 FuncTestCaseParserGte = 109 FuncTestCaseParserLte = 110 FuncTestCaseParserGt = 111 FuncTestCaseParserLt = 112 FuncTestCaseParserBang = 113 FuncTestCaseParserOParen = 114 FuncTestCaseParserCParen = 115 FuncTestCaseParserOBracket = 116 FuncTestCaseParserCBracket = 117 FuncTestCaseParserComma = 118 FuncTestCaseParserColon = 119 FuncTestCaseParserQMark = 120 FuncTestCaseParserHash = 121 FuncTestCaseParserDot = 122 FuncTestCaseParserAnd = 123 FuncTestCaseParserOr = 124 FuncTestCaseParserAssign = 125 FuncTestCaseParserArrow = 126 FuncTestCaseParserNumber = 127 FuncTestCaseParserIdentifier = 128 FuncTestCaseParserNewline = 129 )
FuncTestCaseParser tokens.
const ( FuncTestCaseParserRULE_doc = 0 FuncTestCaseParserRULE_header = 1 FuncTestCaseParserRULE_version = 2 FuncTestCaseParserRULE_include = 3 FuncTestCaseParserRULE_dependency = 4 FuncTestCaseParserRULE_testGroupDescription = 5 FuncTestCaseParserRULE_testCase = 6 FuncTestCaseParserRULE_testGroup = 7 FuncTestCaseParserRULE_arguments = 8 FuncTestCaseParserRULE_result = 9 FuncTestCaseParserRULE_argument = 10 FuncTestCaseParserRULE_aggFuncTestCase = 11 FuncTestCaseParserRULE_aggFuncCall = 12 FuncTestCaseParserRULE_tableData = 13 FuncTestCaseParserRULE_tableRows = 14 FuncTestCaseParserRULE_dataColumn = 15 FuncTestCaseParserRULE_columnValues = 16 FuncTestCaseParserRULE_literal = 17 FuncTestCaseParserRULE_qualifiedAggregateFuncArgs = 18 FuncTestCaseParserRULE_aggregateFuncArgs = 19 FuncTestCaseParserRULE_qualifiedAggregateFuncArg = 20 FuncTestCaseParserRULE_aggregateFuncArg = 21 FuncTestCaseParserRULE_numericLiteral = 22 FuncTestCaseParserRULE_floatLiteral = 23 FuncTestCaseParserRULE_nullArg = 24 FuncTestCaseParserRULE_intArg = 25 FuncTestCaseParserRULE_floatArg = 26 FuncTestCaseParserRULE_decimalArg = 27 FuncTestCaseParserRULE_booleanArg = 28 FuncTestCaseParserRULE_stringArg = 29 FuncTestCaseParserRULE_dateArg = 30 FuncTestCaseParserRULE_timeArg = 31 FuncTestCaseParserRULE_timestampArg = 32 FuncTestCaseParserRULE_timestampTzArg = 33 FuncTestCaseParserRULE_intervalYearArg = 34 FuncTestCaseParserRULE_intervalDayArg = 35 FuncTestCaseParserRULE_intervalCompoundArg = 36 FuncTestCaseParserRULE_fixedCharArg = 37 FuncTestCaseParserRULE_varCharArg = 38 FuncTestCaseParserRULE_fixedBinaryArg = 39 FuncTestCaseParserRULE_precisionTimeArg = 40 FuncTestCaseParserRULE_precisionTimestampArg = 41 FuncTestCaseParserRULE_precisionTimestampTZArg = 42 FuncTestCaseParserRULE_listArg = 43 FuncTestCaseParserRULE_lambdaArg = 44 FuncTestCaseParserRULE_enumArg = 45 FuncTestCaseParserRULE_literalList = 46 FuncTestCaseParserRULE_listElement = 47 FuncTestCaseParserRULE_literalLambda = 48 FuncTestCaseParserRULE_lambdaParameters = 49 FuncTestCaseParserRULE_lambdaBody = 50 FuncTestCaseParserRULE_dataType = 51 FuncTestCaseParserRULE_scalarType = 52 FuncTestCaseParserRULE_booleanType = 53 FuncTestCaseParserRULE_stringType = 54 FuncTestCaseParserRULE_binaryType = 55 FuncTestCaseParserRULE_intType = 56 FuncTestCaseParserRULE_floatType = 57 FuncTestCaseParserRULE_dateType = 58 FuncTestCaseParserRULE_timeType = 59 FuncTestCaseParserRULE_timestampType = 60 FuncTestCaseParserRULE_timestampTZType = 61 FuncTestCaseParserRULE_intervalYearType = 62 FuncTestCaseParserRULE_intervalDayType = 63 FuncTestCaseParserRULE_intervalCompoundType = 64 FuncTestCaseParserRULE_fixedCharType = 65 FuncTestCaseParserRULE_varCharType = 66 FuncTestCaseParserRULE_fixedBinaryType = 67 FuncTestCaseParserRULE_decimalType = 68 FuncTestCaseParserRULE_precisionTimeType = 69 FuncTestCaseParserRULE_precisionTimestampType = 70 FuncTestCaseParserRULE_precisionTimestampTZType = 71 FuncTestCaseParserRULE_listType = 72 FuncTestCaseParserRULE_funcType = 73 FuncTestCaseParserRULE_funcParameters = 74 FuncTestCaseParserRULE_parameterizedType = 75 FuncTestCaseParserRULE_numericParameter = 76 FuncTestCaseParserRULE_substraitError = 77 FuncTestCaseParserRULE_funcOption = 78 FuncTestCaseParserRULE_optionName = 79 FuncTestCaseParserRULE_optionValue = 80 FuncTestCaseParserRULE_funcOptions = 81 FuncTestCaseParserRULE_nonReserved = 82 FuncTestCaseParserRULE_identifier = 83 )
FuncTestCaseParser rules.
Variables ¶
var FuncTestCaseLexerLexerStaticData struct { ChannelNames []string ModeNames []string LiteralNames []string SymbolicNames []string RuleNames []string PredictionContextCache *antlr.PredictionContextCache // contains filtered or unexported fields }
var FuncTestCaseParserParserStaticData struct { LiteralNames []string SymbolicNames []string RuleNames []string PredictionContextCache *antlr.PredictionContextCache // contains filtered or unexported fields }
Functions ¶
func FuncTestCaseLexerInit ¶
func FuncTestCaseLexerInit()
FuncTestCaseLexerInit initializes any static state used to implement FuncTestCaseLexer. By default the static state used to implement the lexer is lazily initialized during the first call to NewFuncTestCaseLexer(). You can call this function if you wish to initialize the static state ahead of time.
func FuncTestCaseParserInit ¶
func FuncTestCaseParserInit()
FuncTestCaseParserInit initializes any static state used to implement FuncTestCaseParser. By default the static state used to implement the parser is lazily initialized during the first call to NewFuncTestCaseParser(). You can call this function if you wish to initialize the static state ahead of time.
func InitEmptyAggFuncCallContext ¶
func InitEmptyAggFuncCallContext(p *AggFuncCallContext)
func InitEmptyAggFuncTestCaseContext ¶
func InitEmptyAggFuncTestCaseContext(p *AggFuncTestCaseContext)
func InitEmptyAggregateFuncArgContext ¶
func InitEmptyAggregateFuncArgContext(p *AggregateFuncArgContext)
func InitEmptyAggregateFuncArgsContext ¶
func InitEmptyAggregateFuncArgsContext(p *AggregateFuncArgsContext)
func InitEmptyArgumentContext ¶
func InitEmptyArgumentContext(p *ArgumentContext)
func InitEmptyArgumentsContext ¶
func InitEmptyArgumentsContext(p *ArgumentsContext)
func InitEmptyBinaryTypeContext ¶
func InitEmptyBinaryTypeContext(p *BinaryTypeContext)
func InitEmptyBooleanArgContext ¶
func InitEmptyBooleanArgContext(p *BooleanArgContext)
func InitEmptyBooleanTypeContext ¶
func InitEmptyBooleanTypeContext(p *BooleanTypeContext)
func InitEmptyColumnValuesContext ¶
func InitEmptyColumnValuesContext(p *ColumnValuesContext)
func InitEmptyDataColumnContext ¶
func InitEmptyDataColumnContext(p *DataColumnContext)
func InitEmptyDataTypeContext ¶
func InitEmptyDataTypeContext(p *DataTypeContext)
func InitEmptyDateArgContext ¶
func InitEmptyDateArgContext(p *DateArgContext)
func InitEmptyDateTypeContext ¶
func InitEmptyDateTypeContext(p *DateTypeContext)
func InitEmptyDecimalArgContext ¶
func InitEmptyDecimalArgContext(p *DecimalArgContext)
func InitEmptyDecimalTypeContext ¶
func InitEmptyDecimalTypeContext(p *DecimalTypeContext)
func InitEmptyDependencyContext ¶
func InitEmptyDependencyContext(p *DependencyContext)
func InitEmptyDocContext ¶
func InitEmptyDocContext(p *DocContext)
func InitEmptyEnumArgContext ¶ added in v8.1.0
func InitEmptyEnumArgContext(p *EnumArgContext)
func InitEmptyFixedBinaryArgContext ¶
func InitEmptyFixedBinaryArgContext(p *FixedBinaryArgContext)
func InitEmptyFixedBinaryTypeContext ¶
func InitEmptyFixedBinaryTypeContext(p *FixedBinaryTypeContext)
func InitEmptyFixedCharArgContext ¶
func InitEmptyFixedCharArgContext(p *FixedCharArgContext)
func InitEmptyFixedCharTypeContext ¶
func InitEmptyFixedCharTypeContext(p *FixedCharTypeContext)
func InitEmptyFloatArgContext ¶
func InitEmptyFloatArgContext(p *FloatArgContext)
func InitEmptyFloatLiteralContext ¶
func InitEmptyFloatLiteralContext(p *FloatLiteralContext)
func InitEmptyFloatTypeContext ¶
func InitEmptyFloatTypeContext(p *FloatTypeContext)
func InitEmptyFuncOptionContext ¶
func InitEmptyFuncOptionContext(p *FuncOptionContext)
func InitEmptyFuncOptionsContext ¶
func InitEmptyFuncOptionsContext(p *FuncOptionsContext)
func InitEmptyFuncParametersContext ¶
func InitEmptyFuncParametersContext(p *FuncParametersContext)
func InitEmptyFuncTypeContext ¶
func InitEmptyFuncTypeContext(p *FuncTypeContext)
func InitEmptyHeaderContext ¶
func InitEmptyHeaderContext(p *HeaderContext)
func InitEmptyIdentifierContext ¶
func InitEmptyIdentifierContext(p *IdentifierContext)
func InitEmptyIncludeContext ¶
func InitEmptyIncludeContext(p *IncludeContext)
func InitEmptyIntArgContext ¶
func InitEmptyIntArgContext(p *IntArgContext)
func InitEmptyIntTypeContext ¶
func InitEmptyIntTypeContext(p *IntTypeContext)
func InitEmptyIntervalCompoundArgContext ¶
func InitEmptyIntervalCompoundArgContext(p *IntervalCompoundArgContext)
func InitEmptyIntervalCompoundTypeContext ¶
func InitEmptyIntervalCompoundTypeContext(p *IntervalCompoundTypeContext)
func InitEmptyIntervalDayArgContext ¶
func InitEmptyIntervalDayArgContext(p *IntervalDayArgContext)
func InitEmptyIntervalDayTypeContext ¶
func InitEmptyIntervalDayTypeContext(p *IntervalDayTypeContext)
func InitEmptyIntervalYearArgContext ¶
func InitEmptyIntervalYearArgContext(p *IntervalYearArgContext)
func InitEmptyIntervalYearTypeContext ¶
func InitEmptyIntervalYearTypeContext(p *IntervalYearTypeContext)
func InitEmptyLambdaArgContext ¶
func InitEmptyLambdaArgContext(p *LambdaArgContext)
func InitEmptyLambdaBodyContext ¶
func InitEmptyLambdaBodyContext(p *LambdaBodyContext)
func InitEmptyLambdaParametersContext ¶
func InitEmptyLambdaParametersContext(p *LambdaParametersContext)
func InitEmptyListArgContext ¶
func InitEmptyListArgContext(p *ListArgContext)
func InitEmptyListElementContext ¶
func InitEmptyListElementContext(p *ListElementContext)
func InitEmptyListTypeContext ¶
func InitEmptyListTypeContext(p *ListTypeContext)
func InitEmptyLiteralContext ¶
func InitEmptyLiteralContext(p *LiteralContext)
func InitEmptyLiteralLambdaContext ¶
func InitEmptyLiteralLambdaContext(p *LiteralLambdaContext)
func InitEmptyLiteralListContext ¶
func InitEmptyLiteralListContext(p *LiteralListContext)
func InitEmptyNonReservedContext ¶
func InitEmptyNonReservedContext(p *NonReservedContext)
func InitEmptyNullArgContext ¶
func InitEmptyNullArgContext(p *NullArgContext)
func InitEmptyNumericLiteralContext ¶
func InitEmptyNumericLiteralContext(p *NumericLiteralContext)
func InitEmptyNumericParameterContext ¶
func InitEmptyNumericParameterContext(p *NumericParameterContext)
func InitEmptyOptionNameContext ¶
func InitEmptyOptionNameContext(p *OptionNameContext)
func InitEmptyOptionValueContext ¶
func InitEmptyOptionValueContext(p *OptionValueContext)
func InitEmptyParameterizedTypeContext ¶
func InitEmptyParameterizedTypeContext(p *ParameterizedTypeContext)
func InitEmptyPrecisionTimeArgContext ¶
func InitEmptyPrecisionTimeArgContext(p *PrecisionTimeArgContext)
func InitEmptyPrecisionTimeTypeContext ¶
func InitEmptyPrecisionTimeTypeContext(p *PrecisionTimeTypeContext)
func InitEmptyPrecisionTimestampArgContext ¶
func InitEmptyPrecisionTimestampArgContext(p *PrecisionTimestampArgContext)
func InitEmptyPrecisionTimestampTZArgContext ¶
func InitEmptyPrecisionTimestampTZArgContext(p *PrecisionTimestampTZArgContext)
func InitEmptyPrecisionTimestampTZTypeContext ¶
func InitEmptyPrecisionTimestampTZTypeContext(p *PrecisionTimestampTZTypeContext)
func InitEmptyPrecisionTimestampTypeContext ¶
func InitEmptyPrecisionTimestampTypeContext(p *PrecisionTimestampTypeContext)
func InitEmptyQualifiedAggregateFuncArgContext ¶
func InitEmptyQualifiedAggregateFuncArgContext(p *QualifiedAggregateFuncArgContext)
func InitEmptyQualifiedAggregateFuncArgsContext ¶
func InitEmptyQualifiedAggregateFuncArgsContext(p *QualifiedAggregateFuncArgsContext)
func InitEmptyResultContext ¶
func InitEmptyResultContext(p *ResultContext)
func InitEmptyScalarTypeContext ¶
func InitEmptyScalarTypeContext(p *ScalarTypeContext)
func InitEmptyStringArgContext ¶
func InitEmptyStringArgContext(p *StringArgContext)
func InitEmptyStringTypeContext ¶
func InitEmptyStringTypeContext(p *StringTypeContext)
func InitEmptySubstraitErrorContext ¶
func InitEmptySubstraitErrorContext(p *SubstraitErrorContext)
func InitEmptyTableDataContext ¶
func InitEmptyTableDataContext(p *TableDataContext)
func InitEmptyTableRowsContext ¶
func InitEmptyTableRowsContext(p *TableRowsContext)
func InitEmptyTestCaseContext ¶
func InitEmptyTestCaseContext(p *TestCaseContext)
func InitEmptyTestGroupContext ¶
func InitEmptyTestGroupContext(p *TestGroupContext)
func InitEmptyTestGroupDescriptionContext ¶
func InitEmptyTestGroupDescriptionContext(p *TestGroupDescriptionContext)
func InitEmptyTimeArgContext ¶
func InitEmptyTimeArgContext(p *TimeArgContext)
func InitEmptyTimeTypeContext ¶
func InitEmptyTimeTypeContext(p *TimeTypeContext)
func InitEmptyTimestampArgContext ¶
func InitEmptyTimestampArgContext(p *TimestampArgContext)
func InitEmptyTimestampTZTypeContext ¶
func InitEmptyTimestampTZTypeContext(p *TimestampTZTypeContext)
func InitEmptyTimestampTypeContext ¶
func InitEmptyTimestampTypeContext(p *TimestampTypeContext)
func InitEmptyTimestampTzArgContext ¶
func InitEmptyTimestampTzArgContext(p *TimestampTzArgContext)
func InitEmptyVarCharArgContext ¶
func InitEmptyVarCharArgContext(p *VarCharArgContext)
func InitEmptyVarCharTypeContext ¶
func InitEmptyVarCharTypeContext(p *VarCharTypeContext)
func InitEmptyVersionContext ¶
func InitEmptyVersionContext(p *VersionContext)
Types ¶
type AggFuncCallContext ¶
type AggFuncCallContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAggFuncCallContext ¶
func NewAggFuncCallContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AggFuncCallContext
func NewEmptyAggFuncCallContext ¶
func NewEmptyAggFuncCallContext() *AggFuncCallContext
func (*AggFuncCallContext) CopyAll ¶
func (s *AggFuncCallContext) CopyAll(ctx *AggFuncCallContext)
func (*AggFuncCallContext) GetParser ¶
func (s *AggFuncCallContext) GetParser() antlr.Parser
func (*AggFuncCallContext) GetRuleContext ¶
func (s *AggFuncCallContext) GetRuleContext() antlr.RuleContext
func (*AggFuncCallContext) IsAggFuncCallContext ¶
func (*AggFuncCallContext) IsAggFuncCallContext()
func (*AggFuncCallContext) ToStringTree ¶
func (s *AggFuncCallContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AggFuncTestCaseContext ¶
type AggFuncTestCaseContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAggFuncTestCaseContext ¶
func NewAggFuncTestCaseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AggFuncTestCaseContext
func NewEmptyAggFuncTestCaseContext ¶
func NewEmptyAggFuncTestCaseContext() *AggFuncTestCaseContext
func (*AggFuncTestCaseContext) Accept ¶
func (s *AggFuncTestCaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AggFuncTestCaseContext) AggFuncCall ¶
func (s *AggFuncTestCaseContext) AggFuncCall() IAggFuncCallContext
func (*AggFuncTestCaseContext) CBracket ¶
func (s *AggFuncTestCaseContext) CBracket() antlr.TerminalNode
func (*AggFuncTestCaseContext) Eq ¶
func (s *AggFuncTestCaseContext) Eq() antlr.TerminalNode
func (*AggFuncTestCaseContext) FuncOptions ¶
func (s *AggFuncTestCaseContext) FuncOptions() IFuncOptionsContext
func (*AggFuncTestCaseContext) GetParser ¶
func (s *AggFuncTestCaseContext) GetParser() antlr.Parser
func (*AggFuncTestCaseContext) GetRuleContext ¶
func (s *AggFuncTestCaseContext) GetRuleContext() antlr.RuleContext
func (*AggFuncTestCaseContext) IsAggFuncTestCaseContext ¶
func (*AggFuncTestCaseContext) IsAggFuncTestCaseContext()
func (*AggFuncTestCaseContext) OBracket ¶
func (s *AggFuncTestCaseContext) OBracket() antlr.TerminalNode
func (*AggFuncTestCaseContext) Result ¶
func (s *AggFuncTestCaseContext) Result() IResultContext
func (*AggFuncTestCaseContext) ToStringTree ¶
func (s *AggFuncTestCaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AggregateFuncArgContext ¶
type AggregateFuncArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAggregateFuncArgContext ¶
func NewAggregateFuncArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AggregateFuncArgContext
func NewEmptyAggregateFuncArgContext ¶
func NewEmptyAggregateFuncArgContext() *AggregateFuncArgContext
func (*AggregateFuncArgContext) Accept ¶
func (s *AggregateFuncArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AggregateFuncArgContext) Argument ¶
func (s *AggregateFuncArgContext) Argument() IArgumentContext
func (*AggregateFuncArgContext) ColumnName ¶
func (s *AggregateFuncArgContext) ColumnName() antlr.TerminalNode
func (*AggregateFuncArgContext) DataType ¶
func (s *AggregateFuncArgContext) DataType() IDataTypeContext
func (*AggregateFuncArgContext) DoubleColon ¶
func (s *AggregateFuncArgContext) DoubleColon() antlr.TerminalNode
func (*AggregateFuncArgContext) GetParser ¶
func (s *AggregateFuncArgContext) GetParser() antlr.Parser
func (*AggregateFuncArgContext) GetRuleContext ¶
func (s *AggregateFuncArgContext) GetRuleContext() antlr.RuleContext
func (*AggregateFuncArgContext) IsAggregateFuncArgContext ¶
func (*AggregateFuncArgContext) IsAggregateFuncArgContext()
func (*AggregateFuncArgContext) ToStringTree ¶
func (s *AggregateFuncArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AggregateFuncArgsContext ¶
type AggregateFuncArgsContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAggregateFuncArgsContext ¶
func NewAggregateFuncArgsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AggregateFuncArgsContext
func NewEmptyAggregateFuncArgsContext ¶
func NewEmptyAggregateFuncArgsContext() *AggregateFuncArgsContext
func (*AggregateFuncArgsContext) Accept ¶
func (s *AggregateFuncArgsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AggregateFuncArgsContext) AggregateFuncArg ¶
func (s *AggregateFuncArgsContext) AggregateFuncArg(i int) IAggregateFuncArgContext
func (*AggregateFuncArgsContext) AllAggregateFuncArg ¶
func (s *AggregateFuncArgsContext) AllAggregateFuncArg() []IAggregateFuncArgContext
func (*AggregateFuncArgsContext) AllComma ¶
func (s *AggregateFuncArgsContext) AllComma() []antlr.TerminalNode
func (*AggregateFuncArgsContext) Comma ¶
func (s *AggregateFuncArgsContext) Comma(i int) antlr.TerminalNode
func (*AggregateFuncArgsContext) GetParser ¶
func (s *AggregateFuncArgsContext) GetParser() antlr.Parser
func (*AggregateFuncArgsContext) GetRuleContext ¶
func (s *AggregateFuncArgsContext) GetRuleContext() antlr.RuleContext
func (*AggregateFuncArgsContext) IsAggregateFuncArgsContext ¶
func (*AggregateFuncArgsContext) IsAggregateFuncArgsContext()
func (*AggregateFuncArgsContext) ToStringTree ¶
func (s *AggregateFuncArgsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AggregateFuncTestGroupContext ¶
type AggregateFuncTestGroupContext struct {
TestGroupContext
}
func NewAggregateFuncTestGroupContext ¶
func NewAggregateFuncTestGroupContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *AggregateFuncTestGroupContext
func (*AggregateFuncTestGroupContext) Accept ¶
func (s *AggregateFuncTestGroupContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*AggregateFuncTestGroupContext) AggFuncTestCase ¶
func (s *AggregateFuncTestGroupContext) AggFuncTestCase(i int) IAggFuncTestCaseContext
func (*AggregateFuncTestGroupContext) AllAggFuncTestCase ¶
func (s *AggregateFuncTestGroupContext) AllAggFuncTestCase() []IAggFuncTestCaseContext
func (*AggregateFuncTestGroupContext) GetRuleContext ¶
func (s *AggregateFuncTestGroupContext) GetRuleContext() antlr.RuleContext
func (*AggregateFuncTestGroupContext) TestGroupDescription ¶
func (s *AggregateFuncTestGroupContext) TestGroupDescription() ITestGroupDescriptionContext
type ArgumentContext ¶
type ArgumentContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewArgumentContext ¶
func NewArgumentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ArgumentContext
func NewEmptyArgumentContext ¶
func NewEmptyArgumentContext() *ArgumentContext
func (*ArgumentContext) Accept ¶
func (s *ArgumentContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*ArgumentContext) BooleanArg ¶
func (s *ArgumentContext) BooleanArg() IBooleanArgContext
func (*ArgumentContext) DateArg ¶
func (s *ArgumentContext) DateArg() IDateArgContext
func (*ArgumentContext) DecimalArg ¶
func (s *ArgumentContext) DecimalArg() IDecimalArgContext
func (*ArgumentContext) EnumArg ¶ added in v8.1.0
func (s *ArgumentContext) EnumArg() IEnumArgContext
func (*ArgumentContext) FixedBinaryArg ¶
func (s *ArgumentContext) FixedBinaryArg() IFixedBinaryArgContext
func (*ArgumentContext) FixedCharArg ¶
func (s *ArgumentContext) FixedCharArg() IFixedCharArgContext
func (*ArgumentContext) FloatArg ¶
func (s *ArgumentContext) FloatArg() IFloatArgContext
func (*ArgumentContext) GetParser ¶
func (s *ArgumentContext) GetParser() antlr.Parser
func (*ArgumentContext) GetRuleContext ¶
func (s *ArgumentContext) GetRuleContext() antlr.RuleContext
func (*ArgumentContext) Identifier ¶
func (s *ArgumentContext) Identifier() antlr.TerminalNode
func (*ArgumentContext) IntArg ¶
func (s *ArgumentContext) IntArg() IIntArgContext
func (*ArgumentContext) IntervalCompoundArg ¶
func (s *ArgumentContext) IntervalCompoundArg() IIntervalCompoundArgContext
func (*ArgumentContext) IntervalDayArg ¶
func (s *ArgumentContext) IntervalDayArg() IIntervalDayArgContext
func (*ArgumentContext) IntervalYearArg ¶
func (s *ArgumentContext) IntervalYearArg() IIntervalYearArgContext
func (*ArgumentContext) IsArgumentContext ¶
func (*ArgumentContext) IsArgumentContext()
func (*ArgumentContext) LambdaArg ¶
func (s *ArgumentContext) LambdaArg() ILambdaArgContext
func (*ArgumentContext) ListArg ¶
func (s *ArgumentContext) ListArg() IListArgContext
func (*ArgumentContext) NullArg ¶
func (s *ArgumentContext) NullArg() INullArgContext
func (*ArgumentContext) PrecisionTimeArg ¶
func (s *ArgumentContext) PrecisionTimeArg() IPrecisionTimeArgContext
func (*ArgumentContext) PrecisionTimestampArg ¶
func (s *ArgumentContext) PrecisionTimestampArg() IPrecisionTimestampArgContext
func (*ArgumentContext) PrecisionTimestampTZArg ¶
func (s *ArgumentContext) PrecisionTimestampTZArg() IPrecisionTimestampTZArgContext
func (*ArgumentContext) StringArg ¶
func (s *ArgumentContext) StringArg() IStringArgContext
func (*ArgumentContext) TimeArg ¶
func (s *ArgumentContext) TimeArg() ITimeArgContext
func (*ArgumentContext) TimestampArg ¶
func (s *ArgumentContext) TimestampArg() ITimestampArgContext
func (*ArgumentContext) TimestampTzArg ¶
func (s *ArgumentContext) TimestampTzArg() ITimestampTzArgContext
func (*ArgumentContext) ToStringTree ¶
func (s *ArgumentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*ArgumentContext) VarCharArg ¶
func (s *ArgumentContext) VarCharArg() IVarCharArgContext
type ArgumentsContext ¶
type ArgumentsContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewArgumentsContext ¶
func NewArgumentsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ArgumentsContext
func NewEmptyArgumentsContext ¶
func NewEmptyArgumentsContext() *ArgumentsContext
func (*ArgumentsContext) Accept ¶
func (s *ArgumentsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*ArgumentsContext) AllArgument ¶
func (s *ArgumentsContext) AllArgument() []IArgumentContext
func (*ArgumentsContext) AllComma ¶
func (s *ArgumentsContext) AllComma() []antlr.TerminalNode
func (*ArgumentsContext) Argument ¶
func (s *ArgumentsContext) Argument(i int) IArgumentContext
func (*ArgumentsContext) Comma ¶
func (s *ArgumentsContext) Comma(i int) antlr.TerminalNode
func (*ArgumentsContext) GetParser ¶
func (s *ArgumentsContext) GetParser() antlr.Parser
func (*ArgumentsContext) GetRuleContext ¶
func (s *ArgumentsContext) GetRuleContext() antlr.RuleContext
func (*ArgumentsContext) IsArgumentsContext ¶
func (*ArgumentsContext) IsArgumentsContext()
func (*ArgumentsContext) ToStringTree ¶
func (s *ArgumentsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type BaseFuncTestCaseParserVisitor ¶
type BaseFuncTestCaseParserVisitor struct {
*antlr.BaseParseTreeVisitor
}
func (*BaseFuncTestCaseParserVisitor) VisitAggFuncTestCase ¶
func (v *BaseFuncTestCaseParserVisitor) VisitAggFuncTestCase(ctx *AggFuncTestCaseContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitAggregateFuncArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitAggregateFuncArg(ctx *AggregateFuncArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitAggregateFuncArgs ¶
func (v *BaseFuncTestCaseParserVisitor) VisitAggregateFuncArgs(ctx *AggregateFuncArgsContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitAggregateFuncTestGroup ¶
func (v *BaseFuncTestCaseParserVisitor) VisitAggregateFuncTestGroup(ctx *AggregateFuncTestGroupContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitArgument ¶
func (v *BaseFuncTestCaseParserVisitor) VisitArgument(ctx *ArgumentContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitArguments ¶
func (v *BaseFuncTestCaseParserVisitor) VisitArguments(ctx *ArgumentsContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitBinary ¶
func (v *BaseFuncTestCaseParserVisitor) VisitBinary(ctx *BinaryContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitBinaryType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitBinaryType(ctx *BinaryTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitBoolean ¶
func (v *BaseFuncTestCaseParserVisitor) VisitBoolean(ctx *BooleanContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitBooleanArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitBooleanArg(ctx *BooleanArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitBooleanType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitBooleanType(ctx *BooleanTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitColumnValues ¶
func (v *BaseFuncTestCaseParserVisitor) VisitColumnValues(ctx *ColumnValuesContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitCompactAggregateFuncCall ¶
func (v *BaseFuncTestCaseParserVisitor) VisitCompactAggregateFuncCall(ctx *CompactAggregateFuncCallContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitDataColumn ¶
func (v *BaseFuncTestCaseParserVisitor) VisitDataColumn(ctx *DataColumnContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitDataType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitDataType(ctx *DataTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitDate ¶
func (v *BaseFuncTestCaseParserVisitor) VisitDate(ctx *DateContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitDateArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitDateArg(ctx *DateArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitDateType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitDateType(ctx *DateTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitDecimalArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitDecimalArg(ctx *DecimalArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitDecimalType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitDecimalType(ctx *DecimalTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitDependency ¶
func (v *BaseFuncTestCaseParserVisitor) VisitDependency(ctx *DependencyContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitDoc ¶
func (v *BaseFuncTestCaseParserVisitor) VisitDoc(ctx *DocContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitEnumArg ¶ added in v8.1.0
func (v *BaseFuncTestCaseParserVisitor) VisitEnumArg(ctx *EnumArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitFixedBinaryArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitFixedBinaryArg(ctx *FixedBinaryArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitFixedBinaryType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitFixedBinaryType(ctx *FixedBinaryTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitFixedCharArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitFixedCharArg(ctx *FixedCharArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitFixedCharType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitFixedCharType(ctx *FixedCharTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitFloat ¶
func (v *BaseFuncTestCaseParserVisitor) VisitFloat(ctx *FloatContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitFloatArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitFloatArg(ctx *FloatArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitFloatLiteral ¶
func (v *BaseFuncTestCaseParserVisitor) VisitFloatLiteral(ctx *FloatLiteralContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitFloatType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitFloatType(ctx *FloatTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitFuncOption ¶
func (v *BaseFuncTestCaseParserVisitor) VisitFuncOption(ctx *FuncOptionContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitFuncOptions ¶
func (v *BaseFuncTestCaseParserVisitor) VisitFuncOptions(ctx *FuncOptionsContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitFuncParamsWithParens ¶
func (v *BaseFuncTestCaseParserVisitor) VisitFuncParamsWithParens(ctx *FuncParamsWithParensContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitFuncType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitFuncType(ctx *FuncTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitHeader ¶
func (v *BaseFuncTestCaseParserVisitor) VisitHeader(ctx *HeaderContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitIdentifier ¶
func (v *BaseFuncTestCaseParserVisitor) VisitIdentifier(ctx *IdentifierContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitInclude ¶
func (v *BaseFuncTestCaseParserVisitor) VisitInclude(ctx *IncludeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitInt ¶
func (v *BaseFuncTestCaseParserVisitor) VisitInt(ctx *IntContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitIntArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitIntArg(ctx *IntArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitIntType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitIntType(ctx *IntTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitIntegerLiteral ¶
func (v *BaseFuncTestCaseParserVisitor) VisitIntegerLiteral(ctx *IntegerLiteralContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitIntervalCompoundArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitIntervalCompoundArg(ctx *IntervalCompoundArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitIntervalCompoundType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitIntervalCompoundType(ctx *IntervalCompoundTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitIntervalDayArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitIntervalDayArg(ctx *IntervalDayArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitIntervalDayType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitIntervalDayType(ctx *IntervalDayTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitIntervalYear ¶
func (v *BaseFuncTestCaseParserVisitor) VisitIntervalYear(ctx *IntervalYearContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitIntervalYearArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitIntervalYearArg(ctx *IntervalYearArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitIntervalYearType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitIntervalYearType(ctx *IntervalYearTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitLambdaArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitLambdaArg(ctx *LambdaArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitLambdaBody ¶
func (v *BaseFuncTestCaseParserVisitor) VisitLambdaBody(ctx *LambdaBodyContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitList ¶
func (v *BaseFuncTestCaseParserVisitor) VisitList(ctx *ListContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitListArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitListArg(ctx *ListArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitListElement ¶
func (v *BaseFuncTestCaseParserVisitor) VisitListElement(ctx *ListElementContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitLiteral ¶
func (v *BaseFuncTestCaseParserVisitor) VisitLiteral(ctx *LiteralContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitLiteralLambda ¶
func (v *BaseFuncTestCaseParserVisitor) VisitLiteralLambda(ctx *LiteralLambdaContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitLiteralList ¶
func (v *BaseFuncTestCaseParserVisitor) VisitLiteralList(ctx *LiteralListContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitMultiArgAggregateFuncCall ¶
func (v *BaseFuncTestCaseParserVisitor) VisitMultiArgAggregateFuncCall(ctx *MultiArgAggregateFuncCallContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitNonReserved ¶
func (v *BaseFuncTestCaseParserVisitor) VisitNonReserved(ctx *NonReservedContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitNullArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitNullArg(ctx *NullArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitNumericLiteral ¶
func (v *BaseFuncTestCaseParserVisitor) VisitNumericLiteral(ctx *NumericLiteralContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitOptionName ¶
func (v *BaseFuncTestCaseParserVisitor) VisitOptionName(ctx *OptionNameContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitOptionValue ¶
func (v *BaseFuncTestCaseParserVisitor) VisitOptionValue(ctx *OptionValueContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitParameterizedType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitParameterizedType(ctx *ParameterizedTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitPrecisionTimeArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitPrecisionTimeArg(ctx *PrecisionTimeArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitPrecisionTimeType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitPrecisionTimeType(ctx *PrecisionTimeTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitPrecisionTimestampArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitPrecisionTimestampArg(ctx *PrecisionTimestampArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitPrecisionTimestampTZArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitPrecisionTimestampTZArg(ctx *PrecisionTimestampTZArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitPrecisionTimestampTZType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitPrecisionTimestampTZType(ctx *PrecisionTimestampTZTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitPrecisionTimestampType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitPrecisionTimestampType(ctx *PrecisionTimestampTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitQualifiedAggregateFuncArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitQualifiedAggregateFuncArg(ctx *QualifiedAggregateFuncArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitQualifiedAggregateFuncArgs ¶
func (v *BaseFuncTestCaseParserVisitor) VisitQualifiedAggregateFuncArgs(ctx *QualifiedAggregateFuncArgsContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitResult ¶
func (v *BaseFuncTestCaseParserVisitor) VisitResult(ctx *ResultContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitScalarFuncTestGroup ¶
func (v *BaseFuncTestCaseParserVisitor) VisitScalarFuncTestGroup(ctx *ScalarFuncTestGroupContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitSingleArgAggregateFuncCall ¶
func (v *BaseFuncTestCaseParserVisitor) VisitSingleArgAggregateFuncCall(ctx *SingleArgAggregateFuncCallContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitSingleFuncParam ¶
func (v *BaseFuncTestCaseParserVisitor) VisitSingleFuncParam(ctx *SingleFuncParamContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitSingleParam ¶
func (v *BaseFuncTestCaseParserVisitor) VisitSingleParam(ctx *SingleParamContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitString ¶
func (v *BaseFuncTestCaseParserVisitor) VisitString(ctx *StringContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitStringArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitStringArg(ctx *StringArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitStringType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitStringType(ctx *StringTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitSubstraitError ¶
func (v *BaseFuncTestCaseParserVisitor) VisitSubstraitError(ctx *SubstraitErrorContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTableData ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTableData(ctx *TableDataContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTableRows ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTableRows(ctx *TableRowsContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTestCase ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTestCase(ctx *TestCaseContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTestGroupDescription ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTestGroupDescription(ctx *TestGroupDescriptionContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTime ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTime(ctx *TimeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTimeArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTimeArg(ctx *TimeArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTimeType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTimeType(ctx *TimeTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTimestamp ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTimestamp(ctx *TimestampContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTimestampArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTimestampArg(ctx *TimestampArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTimestampTZType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTimestampTZType(ctx *TimestampTZTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTimestampType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTimestampType(ctx *TimestampTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTimestampTz ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTimestampTz(ctx *TimestampTzContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTimestampTzArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTimestampTzArg(ctx *TimestampTzArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitTupleParams ¶
func (v *BaseFuncTestCaseParserVisitor) VisitTupleParams(ctx *TupleParamsContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitUserDefined ¶
func (v *BaseFuncTestCaseParserVisitor) VisitUserDefined(ctx *UserDefinedContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitUuid ¶
func (v *BaseFuncTestCaseParserVisitor) VisitUuid(ctx *UuidContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitVarCharArg ¶
func (v *BaseFuncTestCaseParserVisitor) VisitVarCharArg(ctx *VarCharArgContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitVarCharType ¶
func (v *BaseFuncTestCaseParserVisitor) VisitVarCharType(ctx *VarCharTypeContext) interface{}
func (*BaseFuncTestCaseParserVisitor) VisitVersion ¶
func (v *BaseFuncTestCaseParserVisitor) VisitVersion(ctx *VersionContext) interface{}
type BinaryContext ¶
type BinaryContext struct {
ScalarTypeContext
}
func NewBinaryContext ¶
func NewBinaryContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BinaryContext
func (*BinaryContext) Accept ¶
func (s *BinaryContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*BinaryContext) BinaryType ¶
func (s *BinaryContext) BinaryType() IBinaryTypeContext
func (*BinaryContext) GetRuleContext ¶
func (s *BinaryContext) GetRuleContext() antlr.RuleContext
type BinaryTypeContext ¶
type BinaryTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewBinaryTypeContext ¶
func NewBinaryTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BinaryTypeContext
func NewEmptyBinaryTypeContext ¶
func NewEmptyBinaryTypeContext() *BinaryTypeContext
func (*BinaryTypeContext) Accept ¶
func (s *BinaryTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*BinaryTypeContext) Binary ¶
func (s *BinaryTypeContext) Binary() antlr.TerminalNode
func (*BinaryTypeContext) GetIsnull ¶
func (s *BinaryTypeContext) GetIsnull() antlr.Token
func (*BinaryTypeContext) GetParser ¶
func (s *BinaryTypeContext) GetParser() antlr.Parser
func (*BinaryTypeContext) GetRuleContext ¶
func (s *BinaryTypeContext) GetRuleContext() antlr.RuleContext
func (*BinaryTypeContext) IsBinaryTypeContext ¶
func (*BinaryTypeContext) IsBinaryTypeContext()
func (*BinaryTypeContext) QMark ¶
func (s *BinaryTypeContext) QMark() antlr.TerminalNode
func (*BinaryTypeContext) SetIsnull ¶
func (s *BinaryTypeContext) SetIsnull(v antlr.Token)
func (*BinaryTypeContext) ToStringTree ¶
func (s *BinaryTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*BinaryTypeContext) VBin ¶
func (s *BinaryTypeContext) VBin() antlr.TerminalNode
type BooleanArgContext ¶
type BooleanArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewBooleanArgContext ¶
func NewBooleanArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BooleanArgContext
func NewEmptyBooleanArgContext ¶
func NewEmptyBooleanArgContext() *BooleanArgContext
func (*BooleanArgContext) Accept ¶
func (s *BooleanArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*BooleanArgContext) BooleanLiteral ¶
func (s *BooleanArgContext) BooleanLiteral() antlr.TerminalNode
func (*BooleanArgContext) BooleanType ¶
func (s *BooleanArgContext) BooleanType() IBooleanTypeContext
func (*BooleanArgContext) DoubleColon ¶
func (s *BooleanArgContext) DoubleColon() antlr.TerminalNode
func (*BooleanArgContext) GetParser ¶
func (s *BooleanArgContext) GetParser() antlr.Parser
func (*BooleanArgContext) GetRuleContext ¶
func (s *BooleanArgContext) GetRuleContext() antlr.RuleContext
func (*BooleanArgContext) IsBooleanArgContext ¶
func (*BooleanArgContext) IsBooleanArgContext()
func (*BooleanArgContext) ToStringTree ¶
func (s *BooleanArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type BooleanContext ¶
type BooleanContext struct {
ScalarTypeContext
}
func NewBooleanContext ¶
func NewBooleanContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BooleanContext
func (*BooleanContext) Accept ¶
func (s *BooleanContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*BooleanContext) BooleanType ¶
func (s *BooleanContext) BooleanType() IBooleanTypeContext
func (*BooleanContext) GetRuleContext ¶
func (s *BooleanContext) GetRuleContext() antlr.RuleContext
type BooleanTypeContext ¶
type BooleanTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewBooleanTypeContext ¶
func NewBooleanTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BooleanTypeContext
func NewEmptyBooleanTypeContext ¶
func NewEmptyBooleanTypeContext() *BooleanTypeContext
func (*BooleanTypeContext) Accept ¶
func (s *BooleanTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*BooleanTypeContext) Bool ¶
func (s *BooleanTypeContext) Bool() antlr.TerminalNode
func (*BooleanTypeContext) Boolean ¶
func (s *BooleanTypeContext) Boolean() antlr.TerminalNode
func (*BooleanTypeContext) GetIsnull ¶
func (s *BooleanTypeContext) GetIsnull() antlr.Token
func (*BooleanTypeContext) GetParser ¶
func (s *BooleanTypeContext) GetParser() antlr.Parser
func (*BooleanTypeContext) GetRuleContext ¶
func (s *BooleanTypeContext) GetRuleContext() antlr.RuleContext
func (*BooleanTypeContext) IsBooleanTypeContext ¶
func (*BooleanTypeContext) IsBooleanTypeContext()
func (*BooleanTypeContext) QMark ¶
func (s *BooleanTypeContext) QMark() antlr.TerminalNode
func (*BooleanTypeContext) SetIsnull ¶
func (s *BooleanTypeContext) SetIsnull(v antlr.Token)
func (*BooleanTypeContext) ToStringTree ¶
func (s *BooleanTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ColumnValuesContext ¶
type ColumnValuesContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewColumnValuesContext ¶
func NewColumnValuesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ColumnValuesContext
func NewEmptyColumnValuesContext ¶
func NewEmptyColumnValuesContext() *ColumnValuesContext
func (*ColumnValuesContext) Accept ¶
func (s *ColumnValuesContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*ColumnValuesContext) AllComma ¶
func (s *ColumnValuesContext) AllComma() []antlr.TerminalNode
func (*ColumnValuesContext) AllLiteral ¶
func (s *ColumnValuesContext) AllLiteral() []ILiteralContext
func (*ColumnValuesContext) CParen ¶
func (s *ColumnValuesContext) CParen() antlr.TerminalNode
func (*ColumnValuesContext) Comma ¶
func (s *ColumnValuesContext) Comma(i int) antlr.TerminalNode
func (*ColumnValuesContext) GetParser ¶
func (s *ColumnValuesContext) GetParser() antlr.Parser
func (*ColumnValuesContext) GetRuleContext ¶
func (s *ColumnValuesContext) GetRuleContext() antlr.RuleContext
func (*ColumnValuesContext) IsColumnValuesContext ¶
func (*ColumnValuesContext) IsColumnValuesContext()
func (*ColumnValuesContext) Literal ¶
func (s *ColumnValuesContext) Literal(i int) ILiteralContext
func (*ColumnValuesContext) OParen ¶
func (s *ColumnValuesContext) OParen() antlr.TerminalNode
func (*ColumnValuesContext) ToStringTree ¶
func (s *ColumnValuesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type CompactAggregateFuncCallContext ¶
type CompactAggregateFuncCallContext struct {
AggFuncCallContext
// contains filtered or unexported fields
}
func NewCompactAggregateFuncCallContext ¶
func NewCompactAggregateFuncCallContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *CompactAggregateFuncCallContext
func (*CompactAggregateFuncCallContext) Accept ¶
func (s *CompactAggregateFuncCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*CompactAggregateFuncCallContext) AggregateFuncArgs ¶
func (s *CompactAggregateFuncCallContext) AggregateFuncArgs() IAggregateFuncArgsContext
func (*CompactAggregateFuncCallContext) CParen ¶
func (s *CompactAggregateFuncCallContext) CParen() antlr.TerminalNode
func (*CompactAggregateFuncCallContext) GetFunctName ¶
func (s *CompactAggregateFuncCallContext) GetFunctName() IIdentifierContext
func (*CompactAggregateFuncCallContext) GetRuleContext ¶
func (s *CompactAggregateFuncCallContext) GetRuleContext() antlr.RuleContext
func (*CompactAggregateFuncCallContext) Identifier ¶
func (s *CompactAggregateFuncCallContext) Identifier() IIdentifierContext
func (*CompactAggregateFuncCallContext) OParen ¶
func (s *CompactAggregateFuncCallContext) OParen() antlr.TerminalNode
func (*CompactAggregateFuncCallContext) SetFunctName ¶
func (s *CompactAggregateFuncCallContext) SetFunctName(v IIdentifierContext)
func (*CompactAggregateFuncCallContext) TableRows ¶
func (s *CompactAggregateFuncCallContext) TableRows() ITableRowsContext
type DataColumnContext ¶
type DataColumnContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewDataColumnContext ¶
func NewDataColumnContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DataColumnContext
func NewEmptyDataColumnContext ¶
func NewEmptyDataColumnContext() *DataColumnContext
func (*DataColumnContext) Accept ¶
func (s *DataColumnContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*DataColumnContext) ColumnValues ¶
func (s *DataColumnContext) ColumnValues() IColumnValuesContext
func (*DataColumnContext) DataType ¶
func (s *DataColumnContext) DataType() IDataTypeContext
func (*DataColumnContext) DoubleColon ¶
func (s *DataColumnContext) DoubleColon() antlr.TerminalNode
func (*DataColumnContext) GetParser ¶
func (s *DataColumnContext) GetParser() antlr.Parser
func (*DataColumnContext) GetRuleContext ¶
func (s *DataColumnContext) GetRuleContext() antlr.RuleContext
func (*DataColumnContext) IsDataColumnContext ¶
func (*DataColumnContext) IsDataColumnContext()
func (*DataColumnContext) ToStringTree ¶
func (s *DataColumnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type DataTypeContext ¶
type DataTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewDataTypeContext ¶
func NewDataTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DataTypeContext
func NewEmptyDataTypeContext ¶
func NewEmptyDataTypeContext() *DataTypeContext
func (*DataTypeContext) Accept ¶
func (s *DataTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*DataTypeContext) GetParser ¶
func (s *DataTypeContext) GetParser() antlr.Parser
func (*DataTypeContext) GetRuleContext ¶
func (s *DataTypeContext) GetRuleContext() antlr.RuleContext
func (*DataTypeContext) IsDataTypeContext ¶
func (*DataTypeContext) IsDataTypeContext()
func (*DataTypeContext) ParameterizedType ¶
func (s *DataTypeContext) ParameterizedType() IParameterizedTypeContext
func (*DataTypeContext) ScalarType ¶
func (s *DataTypeContext) ScalarType() IScalarTypeContext
func (*DataTypeContext) ToStringTree ¶
func (s *DataTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type DateArgContext ¶
type DateArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewDateArgContext ¶
func NewDateArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DateArgContext
func NewEmptyDateArgContext ¶
func NewEmptyDateArgContext() *DateArgContext
func (*DateArgContext) Accept ¶
func (s *DateArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*DateArgContext) DateLiteral ¶
func (s *DateArgContext) DateLiteral() antlr.TerminalNode
func (*DateArgContext) DateType ¶
func (s *DateArgContext) DateType() IDateTypeContext
func (*DateArgContext) DoubleColon ¶
func (s *DateArgContext) DoubleColon() antlr.TerminalNode
func (*DateArgContext) GetParser ¶
func (s *DateArgContext) GetParser() antlr.Parser
func (*DateArgContext) GetRuleContext ¶
func (s *DateArgContext) GetRuleContext() antlr.RuleContext
func (*DateArgContext) IsDateArgContext ¶
func (*DateArgContext) IsDateArgContext()
func (*DateArgContext) ToStringTree ¶
func (s *DateArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type DateContext ¶
type DateContext struct {
ScalarTypeContext
}
func NewDateContext ¶
func NewDateContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *DateContext
func (*DateContext) Accept ¶
func (s *DateContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*DateContext) DateType ¶
func (s *DateContext) DateType() IDateTypeContext
func (*DateContext) GetRuleContext ¶
func (s *DateContext) GetRuleContext() antlr.RuleContext
type DateTypeContext ¶
type DateTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewDateTypeContext ¶
func NewDateTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DateTypeContext
func NewEmptyDateTypeContext ¶
func NewEmptyDateTypeContext() *DateTypeContext
func (*DateTypeContext) Accept ¶
func (s *DateTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*DateTypeContext) Date ¶
func (s *DateTypeContext) Date() antlr.TerminalNode
func (*DateTypeContext) GetIsnull ¶
func (s *DateTypeContext) GetIsnull() antlr.Token
func (*DateTypeContext) GetParser ¶
func (s *DateTypeContext) GetParser() antlr.Parser
func (*DateTypeContext) GetRuleContext ¶
func (s *DateTypeContext) GetRuleContext() antlr.RuleContext
func (*DateTypeContext) IsDateTypeContext ¶
func (*DateTypeContext) IsDateTypeContext()
func (*DateTypeContext) QMark ¶
func (s *DateTypeContext) QMark() antlr.TerminalNode
func (*DateTypeContext) SetIsnull ¶
func (s *DateTypeContext) SetIsnull(v antlr.Token)
func (*DateTypeContext) ToStringTree ¶
func (s *DateTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type DecimalArgContext ¶
type DecimalArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewDecimalArgContext ¶
func NewDecimalArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DecimalArgContext
func NewEmptyDecimalArgContext ¶
func NewEmptyDecimalArgContext() *DecimalArgContext
func (*DecimalArgContext) Accept ¶
func (s *DecimalArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*DecimalArgContext) DecimalType ¶
func (s *DecimalArgContext) DecimalType() IDecimalTypeContext
func (*DecimalArgContext) DoubleColon ¶
func (s *DecimalArgContext) DoubleColon() antlr.TerminalNode
func (*DecimalArgContext) GetParser ¶
func (s *DecimalArgContext) GetParser() antlr.Parser
func (*DecimalArgContext) GetRuleContext ¶
func (s *DecimalArgContext) GetRuleContext() antlr.RuleContext
func (*DecimalArgContext) IsDecimalArgContext ¶
func (*DecimalArgContext) IsDecimalArgContext()
func (*DecimalArgContext) NumericLiteral ¶
func (s *DecimalArgContext) NumericLiteral() INumericLiteralContext
func (*DecimalArgContext) ToStringTree ¶
func (s *DecimalArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type DecimalTypeContext ¶
type DecimalTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewDecimalTypeContext ¶
func NewDecimalTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DecimalTypeContext
func NewEmptyDecimalTypeContext ¶
func NewEmptyDecimalTypeContext() *DecimalTypeContext
func (*DecimalTypeContext) Accept ¶
func (s *DecimalTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*DecimalTypeContext) AllNumericParameter ¶
func (s *DecimalTypeContext) AllNumericParameter() []INumericParameterContext
func (*DecimalTypeContext) CAngleBracket ¶
func (s *DecimalTypeContext) CAngleBracket() antlr.TerminalNode
func (*DecimalTypeContext) Comma ¶
func (s *DecimalTypeContext) Comma() antlr.TerminalNode
func (*DecimalTypeContext) Dec ¶
func (s *DecimalTypeContext) Dec() antlr.TerminalNode
func (*DecimalTypeContext) Decimal ¶
func (s *DecimalTypeContext) Decimal() antlr.TerminalNode
func (*DecimalTypeContext) GetIsnull ¶
func (s *DecimalTypeContext) GetIsnull() antlr.Token
func (*DecimalTypeContext) GetParser ¶
func (s *DecimalTypeContext) GetParser() antlr.Parser
func (*DecimalTypeContext) GetPrecision ¶
func (s *DecimalTypeContext) GetPrecision() INumericParameterContext
func (*DecimalTypeContext) GetRuleContext ¶
func (s *DecimalTypeContext) GetRuleContext() antlr.RuleContext
func (*DecimalTypeContext) GetScale ¶
func (s *DecimalTypeContext) GetScale() INumericParameterContext
func (*DecimalTypeContext) IsDecimalTypeContext ¶
func (*DecimalTypeContext) IsDecimalTypeContext()
func (*DecimalTypeContext) NumericParameter ¶
func (s *DecimalTypeContext) NumericParameter(i int) INumericParameterContext
func (*DecimalTypeContext) OAngleBracket ¶
func (s *DecimalTypeContext) OAngleBracket() antlr.TerminalNode
func (*DecimalTypeContext) QMark ¶
func (s *DecimalTypeContext) QMark() antlr.TerminalNode
func (*DecimalTypeContext) SetIsnull ¶
func (s *DecimalTypeContext) SetIsnull(v antlr.Token)
func (*DecimalTypeContext) SetPrecision ¶
func (s *DecimalTypeContext) SetPrecision(v INumericParameterContext)
func (*DecimalTypeContext) SetScale ¶
func (s *DecimalTypeContext) SetScale(v INumericParameterContext)
func (*DecimalTypeContext) ToStringTree ¶
func (s *DecimalTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type DependencyContext ¶
type DependencyContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewDependencyContext ¶
func NewDependencyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DependencyContext
func NewEmptyDependencyContext ¶
func NewEmptyDependencyContext() *DependencyContext
func (*DependencyContext) Accept ¶
func (s *DependencyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*DependencyContext) Colon ¶
func (s *DependencyContext) Colon() antlr.TerminalNode
func (*DependencyContext) GetParser ¶
func (s *DependencyContext) GetParser() antlr.Parser
func (*DependencyContext) GetRuleContext ¶
func (s *DependencyContext) GetRuleContext() antlr.RuleContext
func (*DependencyContext) IsDependencyContext ¶
func (*DependencyContext) IsDependencyContext()
func (*DependencyContext) StringLiteral ¶
func (s *DependencyContext) StringLiteral() antlr.TerminalNode
func (*DependencyContext) SubstraitDependency ¶
func (s *DependencyContext) SubstraitDependency() antlr.TerminalNode
func (*DependencyContext) ToStringTree ¶
func (s *DependencyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*DependencyContext) TripleHash ¶
func (s *DependencyContext) TripleHash() antlr.TerminalNode
type DocContext ¶
type DocContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewDocContext ¶
func NewDocContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DocContext
func NewEmptyDocContext ¶
func NewEmptyDocContext() *DocContext
func (*DocContext) Accept ¶
func (s *DocContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*DocContext) AllTestGroup ¶
func (s *DocContext) AllTestGroup() []ITestGroupContext
func (*DocContext) EOF ¶
func (s *DocContext) EOF() antlr.TerminalNode
func (*DocContext) GetParser ¶
func (s *DocContext) GetParser() antlr.Parser
func (*DocContext) GetRuleContext ¶
func (s *DocContext) GetRuleContext() antlr.RuleContext
func (*DocContext) Header ¶
func (s *DocContext) Header() IHeaderContext
func (*DocContext) IsDocContext ¶
func (*DocContext) IsDocContext()
func (*DocContext) TestGroup ¶
func (s *DocContext) TestGroup(i int) ITestGroupContext
func (*DocContext) ToStringTree ¶
func (s *DocContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type EnumArgContext ¶ added in v8.1.0
type EnumArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyEnumArgContext ¶ added in v8.1.0
func NewEmptyEnumArgContext() *EnumArgContext
func NewEnumArgContext ¶ added in v8.1.0
func NewEnumArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EnumArgContext
func (*EnumArgContext) Accept ¶ added in v8.1.0
func (s *EnumArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*EnumArgContext) DoubleColon ¶ added in v8.1.0
func (s *EnumArgContext) DoubleColon() antlr.TerminalNode
func (*EnumArgContext) EnumType ¶ added in v8.1.0
func (s *EnumArgContext) EnumType() antlr.TerminalNode
func (*EnumArgContext) GetParser ¶ added in v8.1.0
func (s *EnumArgContext) GetParser() antlr.Parser
func (*EnumArgContext) GetRuleContext ¶ added in v8.1.0
func (s *EnumArgContext) GetRuleContext() antlr.RuleContext
func (*EnumArgContext) Identifier ¶ added in v8.1.0
func (s *EnumArgContext) Identifier() antlr.TerminalNode
func (*EnumArgContext) IsEnumArgContext ¶ added in v8.1.0
func (*EnumArgContext) IsEnumArgContext()
func (*EnumArgContext) ToStringTree ¶ added in v8.1.0
func (s *EnumArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FixedBinaryArgContext ¶
type FixedBinaryArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFixedBinaryArgContext ¶
func NewEmptyFixedBinaryArgContext() *FixedBinaryArgContext
func NewFixedBinaryArgContext ¶
func NewFixedBinaryArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FixedBinaryArgContext
func (*FixedBinaryArgContext) Accept ¶
func (s *FixedBinaryArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*FixedBinaryArgContext) DoubleColon ¶
func (s *FixedBinaryArgContext) DoubleColon() antlr.TerminalNode
func (*FixedBinaryArgContext) FixedBinaryType ¶
func (s *FixedBinaryArgContext) FixedBinaryType() IFixedBinaryTypeContext
func (*FixedBinaryArgContext) GetParser ¶
func (s *FixedBinaryArgContext) GetParser() antlr.Parser
func (*FixedBinaryArgContext) GetRuleContext ¶
func (s *FixedBinaryArgContext) GetRuleContext() antlr.RuleContext
func (*FixedBinaryArgContext) IsFixedBinaryArgContext ¶
func (*FixedBinaryArgContext) IsFixedBinaryArgContext()
func (*FixedBinaryArgContext) StringLiteral ¶
func (s *FixedBinaryArgContext) StringLiteral() antlr.TerminalNode
func (*FixedBinaryArgContext) ToStringTree ¶
func (s *FixedBinaryArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FixedBinaryTypeContext ¶
type FixedBinaryTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFixedBinaryTypeContext ¶
func NewEmptyFixedBinaryTypeContext() *FixedBinaryTypeContext
func NewFixedBinaryTypeContext ¶
func NewFixedBinaryTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FixedBinaryTypeContext
func (*FixedBinaryTypeContext) Accept ¶
func (s *FixedBinaryTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*FixedBinaryTypeContext) CAngleBracket ¶
func (s *FixedBinaryTypeContext) CAngleBracket() antlr.TerminalNode
func (*FixedBinaryTypeContext) FBin ¶
func (s *FixedBinaryTypeContext) FBin() antlr.TerminalNode
func (*FixedBinaryTypeContext) FixedBinary ¶
func (s *FixedBinaryTypeContext) FixedBinary() antlr.TerminalNode
func (*FixedBinaryTypeContext) GetIsnull ¶
func (s *FixedBinaryTypeContext) GetIsnull() antlr.Token
func (*FixedBinaryTypeContext) GetLen_ ¶
func (s *FixedBinaryTypeContext) GetLen_() INumericParameterContext
func (*FixedBinaryTypeContext) GetParser ¶
func (s *FixedBinaryTypeContext) GetParser() antlr.Parser
func (*FixedBinaryTypeContext) GetRuleContext ¶
func (s *FixedBinaryTypeContext) GetRuleContext() antlr.RuleContext
func (*FixedBinaryTypeContext) IsFixedBinaryTypeContext ¶
func (*FixedBinaryTypeContext) IsFixedBinaryTypeContext()
func (*FixedBinaryTypeContext) NumericParameter ¶
func (s *FixedBinaryTypeContext) NumericParameter() INumericParameterContext
func (*FixedBinaryTypeContext) OAngleBracket ¶
func (s *FixedBinaryTypeContext) OAngleBracket() antlr.TerminalNode
func (*FixedBinaryTypeContext) QMark ¶
func (s *FixedBinaryTypeContext) QMark() antlr.TerminalNode
func (*FixedBinaryTypeContext) SetIsnull ¶
func (s *FixedBinaryTypeContext) SetIsnull(v antlr.Token)
func (*FixedBinaryTypeContext) SetLen_ ¶
func (s *FixedBinaryTypeContext) SetLen_(v INumericParameterContext)
func (*FixedBinaryTypeContext) ToStringTree ¶
func (s *FixedBinaryTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FixedCharArgContext ¶
type FixedCharArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFixedCharArgContext ¶
func NewEmptyFixedCharArgContext() *FixedCharArgContext
func NewFixedCharArgContext ¶
func NewFixedCharArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FixedCharArgContext
func (*FixedCharArgContext) Accept ¶
func (s *FixedCharArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*FixedCharArgContext) DoubleColon ¶
func (s *FixedCharArgContext) DoubleColon() antlr.TerminalNode
func (*FixedCharArgContext) FixedCharType ¶
func (s *FixedCharArgContext) FixedCharType() IFixedCharTypeContext
func (*FixedCharArgContext) GetParser ¶
func (s *FixedCharArgContext) GetParser() antlr.Parser
func (*FixedCharArgContext) GetRuleContext ¶
func (s *FixedCharArgContext) GetRuleContext() antlr.RuleContext
func (*FixedCharArgContext) IsFixedCharArgContext ¶
func (*FixedCharArgContext) IsFixedCharArgContext()
func (*FixedCharArgContext) StringLiteral ¶
func (s *FixedCharArgContext) StringLiteral() antlr.TerminalNode
func (*FixedCharArgContext) ToStringTree ¶
func (s *FixedCharArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FixedCharTypeContext ¶
type FixedCharTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFixedCharTypeContext ¶
func NewEmptyFixedCharTypeContext() *FixedCharTypeContext
func NewFixedCharTypeContext ¶
func NewFixedCharTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FixedCharTypeContext
func (*FixedCharTypeContext) Accept ¶
func (s *FixedCharTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*FixedCharTypeContext) CAngleBracket ¶
func (s *FixedCharTypeContext) CAngleBracket() antlr.TerminalNode
func (*FixedCharTypeContext) FChar ¶
func (s *FixedCharTypeContext) FChar() antlr.TerminalNode
func (*FixedCharTypeContext) FixedChar ¶
func (s *FixedCharTypeContext) FixedChar() antlr.TerminalNode
func (*FixedCharTypeContext) GetIsnull ¶
func (s *FixedCharTypeContext) GetIsnull() antlr.Token
func (*FixedCharTypeContext) GetLen_ ¶
func (s *FixedCharTypeContext) GetLen_() INumericParameterContext
func (*FixedCharTypeContext) GetParser ¶
func (s *FixedCharTypeContext) GetParser() antlr.Parser
func (*FixedCharTypeContext) GetRuleContext ¶
func (s *FixedCharTypeContext) GetRuleContext() antlr.RuleContext
func (*FixedCharTypeContext) IsFixedCharTypeContext ¶
func (*FixedCharTypeContext) IsFixedCharTypeContext()
func (*FixedCharTypeContext) NumericParameter ¶
func (s *FixedCharTypeContext) NumericParameter() INumericParameterContext
func (*FixedCharTypeContext) OAngleBracket ¶
func (s *FixedCharTypeContext) OAngleBracket() antlr.TerminalNode
func (*FixedCharTypeContext) QMark ¶
func (s *FixedCharTypeContext) QMark() antlr.TerminalNode
func (*FixedCharTypeContext) SetIsnull ¶
func (s *FixedCharTypeContext) SetIsnull(v antlr.Token)
func (*FixedCharTypeContext) SetLen_ ¶
func (s *FixedCharTypeContext) SetLen_(v INumericParameterContext)
func (*FixedCharTypeContext) ToStringTree ¶
func (s *FixedCharTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FloatArgContext ¶
type FloatArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFloatArgContext ¶
func NewEmptyFloatArgContext() *FloatArgContext
func NewFloatArgContext ¶
func NewFloatArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FloatArgContext
func (*FloatArgContext) Accept ¶
func (s *FloatArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*FloatArgContext) DoubleColon ¶
func (s *FloatArgContext) DoubleColon() antlr.TerminalNode
func (*FloatArgContext) FloatType ¶
func (s *FloatArgContext) FloatType() IFloatTypeContext
func (*FloatArgContext) GetParser ¶
func (s *FloatArgContext) GetParser() antlr.Parser
func (*FloatArgContext) GetRuleContext ¶
func (s *FloatArgContext) GetRuleContext() antlr.RuleContext
func (*FloatArgContext) IsFloatArgContext ¶
func (*FloatArgContext) IsFloatArgContext()
func (*FloatArgContext) NumericLiteral ¶
func (s *FloatArgContext) NumericLiteral() INumericLiteralContext
func (*FloatArgContext) ToStringTree ¶
func (s *FloatArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FloatContext ¶
type FloatContext struct {
ScalarTypeContext
}
func NewFloatContext ¶
func NewFloatContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *FloatContext
func (*FloatContext) Accept ¶
func (s *FloatContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*FloatContext) FloatType ¶
func (s *FloatContext) FloatType() IFloatTypeContext
func (*FloatContext) GetRuleContext ¶
func (s *FloatContext) GetRuleContext() antlr.RuleContext
type FloatLiteralContext ¶
type FloatLiteralContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFloatLiteralContext ¶
func NewEmptyFloatLiteralContext() *FloatLiteralContext
func NewFloatLiteralContext ¶
func NewFloatLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FloatLiteralContext
func (*FloatLiteralContext) Accept ¶
func (s *FloatLiteralContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*FloatLiteralContext) FloatLiteral ¶
func (s *FloatLiteralContext) FloatLiteral() antlr.TerminalNode
func (*FloatLiteralContext) GetParser ¶
func (s *FloatLiteralContext) GetParser() antlr.Parser
func (*FloatLiteralContext) GetRuleContext ¶
func (s *FloatLiteralContext) GetRuleContext() antlr.RuleContext
func (*FloatLiteralContext) IsFloatLiteralContext ¶
func (*FloatLiteralContext) IsFloatLiteralContext()
func (*FloatLiteralContext) NaN ¶
func (s *FloatLiteralContext) NaN() antlr.TerminalNode
func (*FloatLiteralContext) ToStringTree ¶
func (s *FloatLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FloatTypeContext ¶
type FloatTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFloatTypeContext ¶
func NewEmptyFloatTypeContext() *FloatTypeContext
func NewFloatTypeContext ¶
func NewFloatTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FloatTypeContext
func (*FloatTypeContext) Accept ¶
func (s *FloatTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*FloatTypeContext) FP32 ¶
func (s *FloatTypeContext) FP32() antlr.TerminalNode
func (*FloatTypeContext) FP64 ¶
func (s *FloatTypeContext) FP64() antlr.TerminalNode
func (*FloatTypeContext) GetIsnull ¶
func (s *FloatTypeContext) GetIsnull() antlr.Token
func (*FloatTypeContext) GetParser ¶
func (s *FloatTypeContext) GetParser() antlr.Parser
func (*FloatTypeContext) GetRuleContext ¶
func (s *FloatTypeContext) GetRuleContext() antlr.RuleContext
func (*FloatTypeContext) IsFloatTypeContext ¶
func (*FloatTypeContext) IsFloatTypeContext()
func (*FloatTypeContext) QMark ¶
func (s *FloatTypeContext) QMark() antlr.TerminalNode
func (*FloatTypeContext) SetIsnull ¶
func (s *FloatTypeContext) SetIsnull(v antlr.Token)
func (*FloatTypeContext) ToStringTree ¶
func (s *FloatTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FuncOptionContext ¶
type FuncOptionContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFuncOptionContext ¶
func NewEmptyFuncOptionContext() *FuncOptionContext
func NewFuncOptionContext ¶
func NewFuncOptionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FuncOptionContext
func (*FuncOptionContext) Accept ¶
func (s *FuncOptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*FuncOptionContext) Colon ¶
func (s *FuncOptionContext) Colon() antlr.TerminalNode
func (*FuncOptionContext) GetParser ¶
func (s *FuncOptionContext) GetParser() antlr.Parser
func (*FuncOptionContext) GetRuleContext ¶
func (s *FuncOptionContext) GetRuleContext() antlr.RuleContext
func (*FuncOptionContext) IsFuncOptionContext ¶
func (*FuncOptionContext) IsFuncOptionContext()
func (*FuncOptionContext) OptionName ¶
func (s *FuncOptionContext) OptionName() IOptionNameContext
func (*FuncOptionContext) OptionValue ¶
func (s *FuncOptionContext) OptionValue() IOptionValueContext
func (*FuncOptionContext) ToStringTree ¶
func (s *FuncOptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FuncOptionsContext ¶
type FuncOptionsContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFuncOptionsContext ¶
func NewEmptyFuncOptionsContext() *FuncOptionsContext
func NewFuncOptionsContext ¶
func NewFuncOptionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FuncOptionsContext
func (*FuncOptionsContext) Accept ¶
func (s *FuncOptionsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*FuncOptionsContext) AllComma ¶
func (s *FuncOptionsContext) AllComma() []antlr.TerminalNode
func (*FuncOptionsContext) AllFuncOption ¶
func (s *FuncOptionsContext) AllFuncOption() []IFuncOptionContext
func (*FuncOptionsContext) Comma ¶
func (s *FuncOptionsContext) Comma(i int) antlr.TerminalNode
func (*FuncOptionsContext) FuncOption ¶
func (s *FuncOptionsContext) FuncOption(i int) IFuncOptionContext
func (*FuncOptionsContext) GetParser ¶
func (s *FuncOptionsContext) GetParser() antlr.Parser
func (*FuncOptionsContext) GetRuleContext ¶
func (s *FuncOptionsContext) GetRuleContext() antlr.RuleContext
func (*FuncOptionsContext) IsFuncOptionsContext ¶
func (*FuncOptionsContext) IsFuncOptionsContext()
func (*FuncOptionsContext) ToStringTree ¶
func (s *FuncOptionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FuncParametersContext ¶
type FuncParametersContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFuncParametersContext ¶
func NewEmptyFuncParametersContext() *FuncParametersContext
func NewFuncParametersContext ¶
func NewFuncParametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FuncParametersContext
func (*FuncParametersContext) CopyAll ¶
func (s *FuncParametersContext) CopyAll(ctx *FuncParametersContext)
func (*FuncParametersContext) GetParser ¶
func (s *FuncParametersContext) GetParser() antlr.Parser
func (*FuncParametersContext) GetRuleContext ¶
func (s *FuncParametersContext) GetRuleContext() antlr.RuleContext
func (*FuncParametersContext) IsFuncParametersContext ¶
func (*FuncParametersContext) IsFuncParametersContext()
func (*FuncParametersContext) ToStringTree ¶
func (s *FuncParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FuncParamsWithParensContext ¶
type FuncParamsWithParensContext struct {
FuncParametersContext
}
func NewFuncParamsWithParensContext ¶
func NewFuncParamsWithParensContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *FuncParamsWithParensContext
func (*FuncParamsWithParensContext) Accept ¶
func (s *FuncParamsWithParensContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*FuncParamsWithParensContext) AllComma ¶
func (s *FuncParamsWithParensContext) AllComma() []antlr.TerminalNode
func (*FuncParamsWithParensContext) AllDataType ¶
func (s *FuncParamsWithParensContext) AllDataType() []IDataTypeContext
func (*FuncParamsWithParensContext) CParen ¶
func (s *FuncParamsWithParensContext) CParen() antlr.TerminalNode
func (*FuncParamsWithParensContext) Comma ¶
func (s *FuncParamsWithParensContext) Comma(i int) antlr.TerminalNode
func (*FuncParamsWithParensContext) DataType ¶
func (s *FuncParamsWithParensContext) DataType(i int) IDataTypeContext
func (*FuncParamsWithParensContext) GetRuleContext ¶
func (s *FuncParamsWithParensContext) GetRuleContext() antlr.RuleContext
func (*FuncParamsWithParensContext) OParen ¶
func (s *FuncParamsWithParensContext) OParen() antlr.TerminalNode
type FuncTestCaseLexer ¶
func NewFuncTestCaseLexer ¶
func NewFuncTestCaseLexer(input antlr.CharStream) *FuncTestCaseLexer
NewFuncTestCaseLexer produces a new lexer instance for the optional input antlr.CharStream.
type FuncTestCaseParser ¶
type FuncTestCaseParser struct {
*antlr.BaseParser
}
func NewFuncTestCaseParser ¶
func NewFuncTestCaseParser(input antlr.TokenStream) *FuncTestCaseParser
NewFuncTestCaseParser produces a new parser instance for the optional input antlr.TokenStream.
func (*FuncTestCaseParser) AggFuncCall ¶
func (p *FuncTestCaseParser) AggFuncCall() (localctx IAggFuncCallContext)
func (*FuncTestCaseParser) AggFuncTestCase ¶
func (p *FuncTestCaseParser) AggFuncTestCase() (localctx IAggFuncTestCaseContext)
func (*FuncTestCaseParser) AggregateFuncArg ¶
func (p *FuncTestCaseParser) AggregateFuncArg() (localctx IAggregateFuncArgContext)
func (*FuncTestCaseParser) AggregateFuncArgs ¶
func (p *FuncTestCaseParser) AggregateFuncArgs() (localctx IAggregateFuncArgsContext)
func (*FuncTestCaseParser) Argument ¶
func (p *FuncTestCaseParser) Argument() (localctx IArgumentContext)
func (*FuncTestCaseParser) Arguments ¶
func (p *FuncTestCaseParser) Arguments() (localctx IArgumentsContext)
func (*FuncTestCaseParser) BinaryType ¶
func (p *FuncTestCaseParser) BinaryType() (localctx IBinaryTypeContext)
func (*FuncTestCaseParser) BooleanArg ¶
func (p *FuncTestCaseParser) BooleanArg() (localctx IBooleanArgContext)
func (*FuncTestCaseParser) BooleanType ¶
func (p *FuncTestCaseParser) BooleanType() (localctx IBooleanTypeContext)
func (*FuncTestCaseParser) ColumnValues ¶
func (p *FuncTestCaseParser) ColumnValues() (localctx IColumnValuesContext)
func (*FuncTestCaseParser) DataColumn ¶
func (p *FuncTestCaseParser) DataColumn() (localctx IDataColumnContext)
func (*FuncTestCaseParser) DataType ¶
func (p *FuncTestCaseParser) DataType() (localctx IDataTypeContext)
func (*FuncTestCaseParser) DateArg ¶
func (p *FuncTestCaseParser) DateArg() (localctx IDateArgContext)
func (*FuncTestCaseParser) DateType ¶
func (p *FuncTestCaseParser) DateType() (localctx IDateTypeContext)
func (*FuncTestCaseParser) DecimalArg ¶
func (p *FuncTestCaseParser) DecimalArg() (localctx IDecimalArgContext)
func (*FuncTestCaseParser) DecimalType ¶
func (p *FuncTestCaseParser) DecimalType() (localctx IDecimalTypeContext)
func (*FuncTestCaseParser) Dependency ¶
func (p *FuncTestCaseParser) Dependency() (localctx IDependencyContext)
func (*FuncTestCaseParser) Doc ¶
func (p *FuncTestCaseParser) Doc() (localctx IDocContext)
func (*FuncTestCaseParser) EnumArg ¶ added in v8.1.0
func (p *FuncTestCaseParser) EnumArg() (localctx IEnumArgContext)
func (*FuncTestCaseParser) FixedBinaryArg ¶
func (p *FuncTestCaseParser) FixedBinaryArg() (localctx IFixedBinaryArgContext)
func (*FuncTestCaseParser) FixedBinaryType ¶
func (p *FuncTestCaseParser) FixedBinaryType() (localctx IFixedBinaryTypeContext)
func (*FuncTestCaseParser) FixedCharArg ¶
func (p *FuncTestCaseParser) FixedCharArg() (localctx IFixedCharArgContext)
func (*FuncTestCaseParser) FixedCharType ¶
func (p *FuncTestCaseParser) FixedCharType() (localctx IFixedCharTypeContext)
func (*FuncTestCaseParser) FloatArg ¶
func (p *FuncTestCaseParser) FloatArg() (localctx IFloatArgContext)
func (*FuncTestCaseParser) FloatLiteral ¶
func (p *FuncTestCaseParser) FloatLiteral() (localctx IFloatLiteralContext)
func (*FuncTestCaseParser) FloatType ¶
func (p *FuncTestCaseParser) FloatType() (localctx IFloatTypeContext)
func (*FuncTestCaseParser) FuncOption ¶
func (p *FuncTestCaseParser) FuncOption() (localctx IFuncOptionContext)
func (*FuncTestCaseParser) FuncOptions ¶
func (p *FuncTestCaseParser) FuncOptions() (localctx IFuncOptionsContext)
func (*FuncTestCaseParser) FuncParameters ¶
func (p *FuncTestCaseParser) FuncParameters() (localctx IFuncParametersContext)
func (*FuncTestCaseParser) FuncType ¶
func (p *FuncTestCaseParser) FuncType() (localctx IFuncTypeContext)
func (*FuncTestCaseParser) Header ¶
func (p *FuncTestCaseParser) Header() (localctx IHeaderContext)
func (*FuncTestCaseParser) Identifier ¶
func (p *FuncTestCaseParser) Identifier() (localctx IIdentifierContext)
func (*FuncTestCaseParser) Include ¶
func (p *FuncTestCaseParser) Include() (localctx IIncludeContext)
func (*FuncTestCaseParser) IntArg ¶
func (p *FuncTestCaseParser) IntArg() (localctx IIntArgContext)
func (*FuncTestCaseParser) IntType ¶
func (p *FuncTestCaseParser) IntType() (localctx IIntTypeContext)
func (*FuncTestCaseParser) IntervalCompoundArg ¶
func (p *FuncTestCaseParser) IntervalCompoundArg() (localctx IIntervalCompoundArgContext)
func (*FuncTestCaseParser) IntervalCompoundType ¶
func (p *FuncTestCaseParser) IntervalCompoundType() (localctx IIntervalCompoundTypeContext)
func (*FuncTestCaseParser) IntervalDayArg ¶
func (p *FuncTestCaseParser) IntervalDayArg() (localctx IIntervalDayArgContext)
func (*FuncTestCaseParser) IntervalDayType ¶
func (p *FuncTestCaseParser) IntervalDayType() (localctx IIntervalDayTypeContext)
func (*FuncTestCaseParser) IntervalYearArg ¶
func (p *FuncTestCaseParser) IntervalYearArg() (localctx IIntervalYearArgContext)
func (*FuncTestCaseParser) IntervalYearType ¶
func (p *FuncTestCaseParser) IntervalYearType() (localctx IIntervalYearTypeContext)
func (*FuncTestCaseParser) LambdaArg ¶
func (p *FuncTestCaseParser) LambdaArg() (localctx ILambdaArgContext)
func (*FuncTestCaseParser) LambdaBody ¶
func (p *FuncTestCaseParser) LambdaBody() (localctx ILambdaBodyContext)
func (*FuncTestCaseParser) LambdaParameters ¶
func (p *FuncTestCaseParser) LambdaParameters() (localctx ILambdaParametersContext)
func (*FuncTestCaseParser) ListArg ¶
func (p *FuncTestCaseParser) ListArg() (localctx IListArgContext)
func (*FuncTestCaseParser) ListElement ¶
func (p *FuncTestCaseParser) ListElement() (localctx IListElementContext)
func (*FuncTestCaseParser) ListType ¶
func (p *FuncTestCaseParser) ListType() (localctx IListTypeContext)
func (*FuncTestCaseParser) Literal ¶
func (p *FuncTestCaseParser) Literal() (localctx ILiteralContext)
func (*FuncTestCaseParser) LiteralLambda ¶
func (p *FuncTestCaseParser) LiteralLambda() (localctx ILiteralLambdaContext)
func (*FuncTestCaseParser) LiteralList ¶
func (p *FuncTestCaseParser) LiteralList() (localctx ILiteralListContext)
func (*FuncTestCaseParser) NonReserved ¶
func (p *FuncTestCaseParser) NonReserved() (localctx INonReservedContext)
func (*FuncTestCaseParser) NullArg ¶
func (p *FuncTestCaseParser) NullArg() (localctx INullArgContext)
func (*FuncTestCaseParser) NumericLiteral ¶
func (p *FuncTestCaseParser) NumericLiteral() (localctx INumericLiteralContext)
func (*FuncTestCaseParser) NumericParameter ¶
func (p *FuncTestCaseParser) NumericParameter() (localctx INumericParameterContext)
func (*FuncTestCaseParser) OptionName ¶
func (p *FuncTestCaseParser) OptionName() (localctx IOptionNameContext)
func (*FuncTestCaseParser) OptionValue ¶
func (p *FuncTestCaseParser) OptionValue() (localctx IOptionValueContext)
func (*FuncTestCaseParser) ParameterizedType ¶
func (p *FuncTestCaseParser) ParameterizedType() (localctx IParameterizedTypeContext)
func (*FuncTestCaseParser) PrecisionTimeArg ¶
func (p *FuncTestCaseParser) PrecisionTimeArg() (localctx IPrecisionTimeArgContext)
func (*FuncTestCaseParser) PrecisionTimeType ¶
func (p *FuncTestCaseParser) PrecisionTimeType() (localctx IPrecisionTimeTypeContext)
func (*FuncTestCaseParser) PrecisionTimestampArg ¶
func (p *FuncTestCaseParser) PrecisionTimestampArg() (localctx IPrecisionTimestampArgContext)
func (*FuncTestCaseParser) PrecisionTimestampTZArg ¶
func (p *FuncTestCaseParser) PrecisionTimestampTZArg() (localctx IPrecisionTimestampTZArgContext)
func (*FuncTestCaseParser) PrecisionTimestampTZType ¶
func (p *FuncTestCaseParser) PrecisionTimestampTZType() (localctx IPrecisionTimestampTZTypeContext)
func (*FuncTestCaseParser) PrecisionTimestampType ¶
func (p *FuncTestCaseParser) PrecisionTimestampType() (localctx IPrecisionTimestampTypeContext)
func (*FuncTestCaseParser) QualifiedAggregateFuncArg ¶
func (p *FuncTestCaseParser) QualifiedAggregateFuncArg() (localctx IQualifiedAggregateFuncArgContext)
func (*FuncTestCaseParser) QualifiedAggregateFuncArgs ¶
func (p *FuncTestCaseParser) QualifiedAggregateFuncArgs() (localctx IQualifiedAggregateFuncArgsContext)
func (*FuncTestCaseParser) Result ¶
func (p *FuncTestCaseParser) Result() (localctx IResultContext)
func (*FuncTestCaseParser) ScalarType ¶
func (p *FuncTestCaseParser) ScalarType() (localctx IScalarTypeContext)
func (*FuncTestCaseParser) StringArg ¶
func (p *FuncTestCaseParser) StringArg() (localctx IStringArgContext)
func (*FuncTestCaseParser) StringType ¶
func (p *FuncTestCaseParser) StringType() (localctx IStringTypeContext)
func (*FuncTestCaseParser) SubstraitError ¶
func (p *FuncTestCaseParser) SubstraitError() (localctx ISubstraitErrorContext)
func (*FuncTestCaseParser) TableData ¶
func (p *FuncTestCaseParser) TableData() (localctx ITableDataContext)
func (*FuncTestCaseParser) TableRows ¶
func (p *FuncTestCaseParser) TableRows() (localctx ITableRowsContext)
func (*FuncTestCaseParser) TestCase ¶
func (p *FuncTestCaseParser) TestCase() (localctx ITestCaseContext)
func (*FuncTestCaseParser) TestGroup ¶
func (p *FuncTestCaseParser) TestGroup() (localctx ITestGroupContext)
func (*FuncTestCaseParser) TestGroupDescription ¶
func (p *FuncTestCaseParser) TestGroupDescription() (localctx ITestGroupDescriptionContext)
func (*FuncTestCaseParser) TimeArg ¶
func (p *FuncTestCaseParser) TimeArg() (localctx ITimeArgContext)
func (*FuncTestCaseParser) TimeType ¶
func (p *FuncTestCaseParser) TimeType() (localctx ITimeTypeContext)
func (*FuncTestCaseParser) TimestampArg ¶
func (p *FuncTestCaseParser) TimestampArg() (localctx ITimestampArgContext)
func (*FuncTestCaseParser) TimestampTZType ¶
func (p *FuncTestCaseParser) TimestampTZType() (localctx ITimestampTZTypeContext)
func (*FuncTestCaseParser) TimestampType ¶
func (p *FuncTestCaseParser) TimestampType() (localctx ITimestampTypeContext)
func (*FuncTestCaseParser) TimestampTzArg ¶
func (p *FuncTestCaseParser) TimestampTzArg() (localctx ITimestampTzArgContext)
func (*FuncTestCaseParser) VarCharArg ¶
func (p *FuncTestCaseParser) VarCharArg() (localctx IVarCharArgContext)
func (*FuncTestCaseParser) VarCharType ¶
func (p *FuncTestCaseParser) VarCharType() (localctx IVarCharTypeContext)
func (*FuncTestCaseParser) Version ¶
func (p *FuncTestCaseParser) Version() (localctx IVersionContext)
type FuncTestCaseParserVisitor ¶
type FuncTestCaseParserVisitor interface {
antlr.ParseTreeVisitor
// Visit a parse tree produced by FuncTestCaseParser#doc.
VisitDoc(ctx *DocContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#header.
VisitHeader(ctx *HeaderContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#version.
VisitVersion(ctx *VersionContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#include.
VisitInclude(ctx *IncludeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#dependency.
VisitDependency(ctx *DependencyContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#testGroupDescription.
VisitTestGroupDescription(ctx *TestGroupDescriptionContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#testCase.
VisitTestCase(ctx *TestCaseContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#scalarFuncTestGroup.
VisitScalarFuncTestGroup(ctx *ScalarFuncTestGroupContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#aggregateFuncTestGroup.
VisitAggregateFuncTestGroup(ctx *AggregateFuncTestGroupContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#arguments.
VisitArguments(ctx *ArgumentsContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#result.
VisitResult(ctx *ResultContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#argument.
VisitArgument(ctx *ArgumentContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#aggFuncTestCase.
VisitAggFuncTestCase(ctx *AggFuncTestCaseContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#multiArgAggregateFuncCall.
VisitMultiArgAggregateFuncCall(ctx *MultiArgAggregateFuncCallContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#compactAggregateFuncCall.
VisitCompactAggregateFuncCall(ctx *CompactAggregateFuncCallContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#singleArgAggregateFuncCall.
VisitSingleArgAggregateFuncCall(ctx *SingleArgAggregateFuncCallContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#tableData.
VisitTableData(ctx *TableDataContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#tableRows.
VisitTableRows(ctx *TableRowsContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#dataColumn.
VisitDataColumn(ctx *DataColumnContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#columnValues.
VisitColumnValues(ctx *ColumnValuesContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#literal.
VisitLiteral(ctx *LiteralContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#qualifiedAggregateFuncArgs.
VisitQualifiedAggregateFuncArgs(ctx *QualifiedAggregateFuncArgsContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#aggregateFuncArgs.
VisitAggregateFuncArgs(ctx *AggregateFuncArgsContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#qualifiedAggregateFuncArg.
VisitQualifiedAggregateFuncArg(ctx *QualifiedAggregateFuncArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#aggregateFuncArg.
VisitAggregateFuncArg(ctx *AggregateFuncArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#numericLiteral.
VisitNumericLiteral(ctx *NumericLiteralContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#floatLiteral.
VisitFloatLiteral(ctx *FloatLiteralContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#nullArg.
VisitNullArg(ctx *NullArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#intArg.
VisitIntArg(ctx *IntArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#floatArg.
VisitFloatArg(ctx *FloatArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#decimalArg.
VisitDecimalArg(ctx *DecimalArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#booleanArg.
VisitBooleanArg(ctx *BooleanArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#stringArg.
VisitStringArg(ctx *StringArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#dateArg.
VisitDateArg(ctx *DateArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#timeArg.
VisitTimeArg(ctx *TimeArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#timestampArg.
VisitTimestampArg(ctx *TimestampArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#timestampTzArg.
VisitTimestampTzArg(ctx *TimestampTzArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#intervalYearArg.
VisitIntervalYearArg(ctx *IntervalYearArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#intervalDayArg.
VisitIntervalDayArg(ctx *IntervalDayArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#intervalCompoundArg.
VisitIntervalCompoundArg(ctx *IntervalCompoundArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#fixedCharArg.
VisitFixedCharArg(ctx *FixedCharArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#varCharArg.
VisitVarCharArg(ctx *VarCharArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#fixedBinaryArg.
VisitFixedBinaryArg(ctx *FixedBinaryArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#precisionTimeArg.
VisitPrecisionTimeArg(ctx *PrecisionTimeArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#precisionTimestampArg.
VisitPrecisionTimestampArg(ctx *PrecisionTimestampArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#precisionTimestampTZArg.
VisitPrecisionTimestampTZArg(ctx *PrecisionTimestampTZArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#listArg.
VisitListArg(ctx *ListArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#lambdaArg.
VisitLambdaArg(ctx *LambdaArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#enumArg.
VisitEnumArg(ctx *EnumArgContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#literalList.
VisitLiteralList(ctx *LiteralListContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#listElement.
VisitListElement(ctx *ListElementContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#literalLambda.
VisitLiteralLambda(ctx *LiteralLambdaContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#singleParam.
VisitSingleParam(ctx *SingleParamContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#tupleParams.
VisitTupleParams(ctx *TupleParamsContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#lambdaBody.
VisitLambdaBody(ctx *LambdaBodyContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#dataType.
VisitDataType(ctx *DataTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#boolean.
VisitBoolean(ctx *BooleanContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#int.
VisitInt(ctx *IntContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#float.
VisitFloat(ctx *FloatContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#string.
VisitString(ctx *StringContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#binary.
VisitBinary(ctx *BinaryContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#timestamp.
VisitTimestamp(ctx *TimestampContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#timestampTz.
VisitTimestampTz(ctx *TimestampTzContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#date.
VisitDate(ctx *DateContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#time.
VisitTime(ctx *TimeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#intervalYear.
VisitIntervalYear(ctx *IntervalYearContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#uuid.
VisitUuid(ctx *UuidContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#userDefined.
VisitUserDefined(ctx *UserDefinedContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#booleanType.
VisitBooleanType(ctx *BooleanTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#stringType.
VisitStringType(ctx *StringTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#binaryType.
VisitBinaryType(ctx *BinaryTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#intType.
VisitIntType(ctx *IntTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#floatType.
VisitFloatType(ctx *FloatTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#dateType.
VisitDateType(ctx *DateTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#timeType.
VisitTimeType(ctx *TimeTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#timestampType.
VisitTimestampType(ctx *TimestampTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#timestampTZType.
VisitTimestampTZType(ctx *TimestampTZTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#intervalYearType.
VisitIntervalYearType(ctx *IntervalYearTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#intervalDayType.
VisitIntervalDayType(ctx *IntervalDayTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#intervalCompoundType.
VisitIntervalCompoundType(ctx *IntervalCompoundTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#fixedCharType.
VisitFixedCharType(ctx *FixedCharTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#varCharType.
VisitVarCharType(ctx *VarCharTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#fixedBinaryType.
VisitFixedBinaryType(ctx *FixedBinaryTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#decimalType.
VisitDecimalType(ctx *DecimalTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#precisionTimeType.
VisitPrecisionTimeType(ctx *PrecisionTimeTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#precisionTimestampType.
VisitPrecisionTimestampType(ctx *PrecisionTimestampTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#precisionTimestampTZType.
VisitPrecisionTimestampTZType(ctx *PrecisionTimestampTZTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#list.
VisitList(ctx *ListContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#funcType.
VisitFuncType(ctx *FuncTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#singleFuncParam.
VisitSingleFuncParam(ctx *SingleFuncParamContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#funcParamsWithParens.
VisitFuncParamsWithParens(ctx *FuncParamsWithParensContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#parameterizedType.
VisitParameterizedType(ctx *ParameterizedTypeContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#integerLiteral.
VisitIntegerLiteral(ctx *IntegerLiteralContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#substraitError.
VisitSubstraitError(ctx *SubstraitErrorContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#funcOption.
VisitFuncOption(ctx *FuncOptionContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#optionName.
VisitOptionName(ctx *OptionNameContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#optionValue.
VisitOptionValue(ctx *OptionValueContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#funcOptions.
VisitFuncOptions(ctx *FuncOptionsContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#nonReserved.
VisitNonReserved(ctx *NonReservedContext) interface{}
// Visit a parse tree produced by FuncTestCaseParser#identifier.
VisitIdentifier(ctx *IdentifierContext) interface{}
}
A complete Visitor for a parse tree produced by FuncTestCaseParser.
type FuncTypeContext ¶
type FuncTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFuncTypeContext ¶
func NewEmptyFuncTypeContext() *FuncTypeContext
func NewFuncTypeContext ¶
func NewFuncTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FuncTypeContext
func (*FuncTypeContext) Accept ¶
func (s *FuncTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*FuncTypeContext) Arrow ¶
func (s *FuncTypeContext) Arrow() antlr.TerminalNode
func (*FuncTypeContext) CAngleBracket ¶
func (s *FuncTypeContext) CAngleBracket() antlr.TerminalNode
func (*FuncTypeContext) DataType ¶
func (s *FuncTypeContext) DataType() IDataTypeContext
func (*FuncTypeContext) Func ¶
func (s *FuncTypeContext) Func() antlr.TerminalNode
func (*FuncTypeContext) FuncParameters ¶
func (s *FuncTypeContext) FuncParameters() IFuncParametersContext
func (*FuncTypeContext) GetIsnull ¶
func (s *FuncTypeContext) GetIsnull() antlr.Token
func (*FuncTypeContext) GetParams ¶
func (s *FuncTypeContext) GetParams() IFuncParametersContext
func (*FuncTypeContext) GetParser ¶
func (s *FuncTypeContext) GetParser() antlr.Parser
func (*FuncTypeContext) GetReturnType ¶
func (s *FuncTypeContext) GetReturnType() IDataTypeContext
func (*FuncTypeContext) GetRuleContext ¶
func (s *FuncTypeContext) GetRuleContext() antlr.RuleContext
func (*FuncTypeContext) IsFuncTypeContext ¶
func (*FuncTypeContext) IsFuncTypeContext()
func (*FuncTypeContext) OAngleBracket ¶
func (s *FuncTypeContext) OAngleBracket() antlr.TerminalNode
func (*FuncTypeContext) QMark ¶
func (s *FuncTypeContext) QMark() antlr.TerminalNode
func (*FuncTypeContext) SetIsnull ¶
func (s *FuncTypeContext) SetIsnull(v antlr.Token)
func (*FuncTypeContext) SetParams ¶
func (s *FuncTypeContext) SetParams(v IFuncParametersContext)
func (*FuncTypeContext) SetReturnType ¶
func (s *FuncTypeContext) SetReturnType(v IDataTypeContext)
func (*FuncTypeContext) ToStringTree ¶
func (s *FuncTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type HeaderContext ¶
type HeaderContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyHeaderContext ¶
func NewEmptyHeaderContext() *HeaderContext
func NewHeaderContext ¶
func NewHeaderContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *HeaderContext
func (*HeaderContext) Accept ¶
func (s *HeaderContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*HeaderContext) AllDependency ¶
func (s *HeaderContext) AllDependency() []IDependencyContext
func (*HeaderContext) Dependency ¶
func (s *HeaderContext) Dependency(i int) IDependencyContext
func (*HeaderContext) GetParser ¶
func (s *HeaderContext) GetParser() antlr.Parser
func (*HeaderContext) GetRuleContext ¶
func (s *HeaderContext) GetRuleContext() antlr.RuleContext
func (*HeaderContext) Include ¶
func (s *HeaderContext) Include() IIncludeContext
func (*HeaderContext) IsHeaderContext ¶
func (*HeaderContext) IsHeaderContext()
func (*HeaderContext) ToStringTree ¶
func (s *HeaderContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*HeaderContext) Version ¶
func (s *HeaderContext) Version() IVersionContext
type IAggFuncCallContext ¶
type IAggFuncCallContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAggFuncCallContext differentiates from other interfaces.
IsAggFuncCallContext()
}
IAggFuncCallContext is an interface to support dynamic dispatch.
type IAggFuncTestCaseContext ¶
type IAggFuncTestCaseContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
AggFuncCall() IAggFuncCallContext
Eq() antlr.TerminalNode
Result() IResultContext
OBracket() antlr.TerminalNode
FuncOptions() IFuncOptionsContext
CBracket() antlr.TerminalNode
// IsAggFuncTestCaseContext differentiates from other interfaces.
IsAggFuncTestCaseContext()
}
IAggFuncTestCaseContext is an interface to support dynamic dispatch.
type IAggregateFuncArgContext ¶
type IAggregateFuncArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
ColumnName() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
DataType() IDataTypeContext
Argument() IArgumentContext
// IsAggregateFuncArgContext differentiates from other interfaces.
IsAggregateFuncArgContext()
}
IAggregateFuncArgContext is an interface to support dynamic dispatch.
type IAggregateFuncArgsContext ¶
type IAggregateFuncArgsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
AllAggregateFuncArg() []IAggregateFuncArgContext
AggregateFuncArg(i int) IAggregateFuncArgContext
AllComma() []antlr.TerminalNode
Comma(i int) antlr.TerminalNode
// IsAggregateFuncArgsContext differentiates from other interfaces.
IsAggregateFuncArgsContext()
}
IAggregateFuncArgsContext is an interface to support dynamic dispatch.
type IArgumentContext ¶
type IArgumentContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
NullArg() INullArgContext
EnumArg() IEnumArgContext
IntArg() IIntArgContext
FloatArg() IFloatArgContext
BooleanArg() IBooleanArgContext
StringArg() IStringArgContext
DecimalArg() IDecimalArgContext
DateArg() IDateArgContext
TimeArg() ITimeArgContext
TimestampArg() ITimestampArgContext
TimestampTzArg() ITimestampTzArgContext
IntervalYearArg() IIntervalYearArgContext
IntervalDayArg() IIntervalDayArgContext
IntervalCompoundArg() IIntervalCompoundArgContext
FixedCharArg() IFixedCharArgContext
VarCharArg() IVarCharArgContext
FixedBinaryArg() IFixedBinaryArgContext
PrecisionTimeArg() IPrecisionTimeArgContext
PrecisionTimestampArg() IPrecisionTimestampArgContext
PrecisionTimestampTZArg() IPrecisionTimestampTZArgContext
ListArg() IListArgContext
LambdaArg() ILambdaArgContext
Identifier() antlr.TerminalNode
// IsArgumentContext differentiates from other interfaces.
IsArgumentContext()
}
IArgumentContext is an interface to support dynamic dispatch.
type IArgumentsContext ¶
type IArgumentsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
AllArgument() []IArgumentContext
Argument(i int) IArgumentContext
AllComma() []antlr.TerminalNode
Comma(i int) antlr.TerminalNode
// IsArgumentsContext differentiates from other interfaces.
IsArgumentsContext()
}
IArgumentsContext is an interface to support dynamic dispatch.
type IBinaryTypeContext ¶
type IBinaryTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// Getter signatures
Binary() antlr.TerminalNode
VBin() antlr.TerminalNode
QMark() antlr.TerminalNode
// IsBinaryTypeContext differentiates from other interfaces.
IsBinaryTypeContext()
}
IBinaryTypeContext is an interface to support dynamic dispatch.
type IBooleanArgContext ¶
type IBooleanArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
BooleanLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
BooleanType() IBooleanTypeContext
// IsBooleanArgContext differentiates from other interfaces.
IsBooleanArgContext()
}
IBooleanArgContext is an interface to support dynamic dispatch.
type IBooleanTypeContext ¶
type IBooleanTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// Getter signatures
Bool() antlr.TerminalNode
Boolean() antlr.TerminalNode
QMark() antlr.TerminalNode
// IsBooleanTypeContext differentiates from other interfaces.
IsBooleanTypeContext()
}
IBooleanTypeContext is an interface to support dynamic dispatch.
type IColumnValuesContext ¶
type IColumnValuesContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
OParen() antlr.TerminalNode
CParen() antlr.TerminalNode
AllLiteral() []ILiteralContext
Literal(i int) ILiteralContext
AllComma() []antlr.TerminalNode
Comma(i int) antlr.TerminalNode
// IsColumnValuesContext differentiates from other interfaces.
IsColumnValuesContext()
}
IColumnValuesContext is an interface to support dynamic dispatch.
type IDataColumnContext ¶
type IDataColumnContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
ColumnValues() IColumnValuesContext
DoubleColon() antlr.TerminalNode
DataType() IDataTypeContext
// IsDataColumnContext differentiates from other interfaces.
IsDataColumnContext()
}
IDataColumnContext is an interface to support dynamic dispatch.
type IDataTypeContext ¶
type IDataTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
ScalarType() IScalarTypeContext
ParameterizedType() IParameterizedTypeContext
// IsDataTypeContext differentiates from other interfaces.
IsDataTypeContext()
}
IDataTypeContext is an interface to support dynamic dispatch.
type IDateArgContext ¶
type IDateArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
DateLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
DateType() IDateTypeContext
// IsDateArgContext differentiates from other interfaces.
IsDateArgContext()
}
IDateArgContext is an interface to support dynamic dispatch.
type IDateTypeContext ¶
type IDateTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// Getter signatures
Date() antlr.TerminalNode
QMark() antlr.TerminalNode
// IsDateTypeContext differentiates from other interfaces.
IsDateTypeContext()
}
IDateTypeContext is an interface to support dynamic dispatch.
type IDecimalArgContext ¶
type IDecimalArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
NumericLiteral() INumericLiteralContext
DoubleColon() antlr.TerminalNode
DecimalType() IDecimalTypeContext
// IsDecimalArgContext differentiates from other interfaces.
IsDecimalArgContext()
}
IDecimalArgContext is an interface to support dynamic dispatch.
type IDecimalTypeContext ¶
type IDecimalTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// GetPrecision returns the precision rule contexts.
GetPrecision() INumericParameterContext
// GetScale returns the scale rule contexts.
GetScale() INumericParameterContext
// SetPrecision sets the precision rule contexts.
SetPrecision(INumericParameterContext)
// SetScale sets the scale rule contexts.
SetScale(INumericParameterContext)
// Getter signatures
Dec() antlr.TerminalNode
Decimal() antlr.TerminalNode
OAngleBracket() antlr.TerminalNode
Comma() antlr.TerminalNode
CAngleBracket() antlr.TerminalNode
QMark() antlr.TerminalNode
AllNumericParameter() []INumericParameterContext
NumericParameter(i int) INumericParameterContext
// IsDecimalTypeContext differentiates from other interfaces.
IsDecimalTypeContext()
}
IDecimalTypeContext is an interface to support dynamic dispatch.
type IDependencyContext ¶
type IDependencyContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
TripleHash() antlr.TerminalNode
SubstraitDependency() antlr.TerminalNode
Colon() antlr.TerminalNode
StringLiteral() antlr.TerminalNode
// IsDependencyContext differentiates from other interfaces.
IsDependencyContext()
}
IDependencyContext is an interface to support dynamic dispatch.
type IDocContext ¶
type IDocContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
Header() IHeaderContext
EOF() antlr.TerminalNode
AllTestGroup() []ITestGroupContext
TestGroup(i int) ITestGroupContext
// IsDocContext differentiates from other interfaces.
IsDocContext()
}
IDocContext is an interface to support dynamic dispatch.
type IEnumArgContext ¶ added in v8.1.0
type IEnumArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
Identifier() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
EnumType() antlr.TerminalNode
// IsEnumArgContext differentiates from other interfaces.
IsEnumArgContext()
}
IEnumArgContext is an interface to support dynamic dispatch.
type IFixedBinaryArgContext ¶
type IFixedBinaryArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
StringLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
FixedBinaryType() IFixedBinaryTypeContext
// IsFixedBinaryArgContext differentiates from other interfaces.
IsFixedBinaryArgContext()
}
IFixedBinaryArgContext is an interface to support dynamic dispatch.
type IFixedBinaryTypeContext ¶
type IFixedBinaryTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// GetLen_ returns the len_ rule contexts.
GetLen_() INumericParameterContext
// SetLen_ sets the len_ rule contexts.
SetLen_(INumericParameterContext)
// Getter signatures
OAngleBracket() antlr.TerminalNode
CAngleBracket() antlr.TerminalNode
FBin() antlr.TerminalNode
FixedBinary() antlr.TerminalNode
NumericParameter() INumericParameterContext
QMark() antlr.TerminalNode
// IsFixedBinaryTypeContext differentiates from other interfaces.
IsFixedBinaryTypeContext()
}
IFixedBinaryTypeContext is an interface to support dynamic dispatch.
type IFixedCharArgContext ¶
type IFixedCharArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
StringLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
FixedCharType() IFixedCharTypeContext
// IsFixedCharArgContext differentiates from other interfaces.
IsFixedCharArgContext()
}
IFixedCharArgContext is an interface to support dynamic dispatch.
type IFixedCharTypeContext ¶
type IFixedCharTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// GetLen_ returns the len_ rule contexts.
GetLen_() INumericParameterContext
// SetLen_ sets the len_ rule contexts.
SetLen_(INumericParameterContext)
// Getter signatures
OAngleBracket() antlr.TerminalNode
CAngleBracket() antlr.TerminalNode
FChar() antlr.TerminalNode
FixedChar() antlr.TerminalNode
NumericParameter() INumericParameterContext
QMark() antlr.TerminalNode
// IsFixedCharTypeContext differentiates from other interfaces.
IsFixedCharTypeContext()
}
IFixedCharTypeContext is an interface to support dynamic dispatch.
type IFloatArgContext ¶
type IFloatArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
NumericLiteral() INumericLiteralContext
DoubleColon() antlr.TerminalNode
FloatType() IFloatTypeContext
// IsFloatArgContext differentiates from other interfaces.
IsFloatArgContext()
}
IFloatArgContext is an interface to support dynamic dispatch.
type IFloatLiteralContext ¶
type IFloatLiteralContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
FloatLiteral() antlr.TerminalNode
NaN() antlr.TerminalNode
// IsFloatLiteralContext differentiates from other interfaces.
IsFloatLiteralContext()
}
IFloatLiteralContext is an interface to support dynamic dispatch.
type IFloatTypeContext ¶
type IFloatTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// Getter signatures
FP32() antlr.TerminalNode
FP64() antlr.TerminalNode
QMark() antlr.TerminalNode
// IsFloatTypeContext differentiates from other interfaces.
IsFloatTypeContext()
}
IFloatTypeContext is an interface to support dynamic dispatch.
type IFuncOptionContext ¶
type IFuncOptionContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
OptionName() IOptionNameContext
Colon() antlr.TerminalNode
OptionValue() IOptionValueContext
// IsFuncOptionContext differentiates from other interfaces.
IsFuncOptionContext()
}
IFuncOptionContext is an interface to support dynamic dispatch.
type IFuncOptionsContext ¶
type IFuncOptionsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
AllFuncOption() []IFuncOptionContext
FuncOption(i int) IFuncOptionContext
AllComma() []antlr.TerminalNode
Comma(i int) antlr.TerminalNode
// IsFuncOptionsContext differentiates from other interfaces.
IsFuncOptionsContext()
}
IFuncOptionsContext is an interface to support dynamic dispatch.
type IFuncParametersContext ¶
type IFuncParametersContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsFuncParametersContext differentiates from other interfaces.
IsFuncParametersContext()
}
IFuncParametersContext is an interface to support dynamic dispatch.
type IFuncTypeContext ¶
type IFuncTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// GetParams returns the params rule contexts.
GetParams() IFuncParametersContext
// GetReturnType returns the returnType rule contexts.
GetReturnType() IDataTypeContext
// SetParams sets the params rule contexts.
SetParams(IFuncParametersContext)
// SetReturnType sets the returnType rule contexts.
SetReturnType(IDataTypeContext)
// Getter signatures
Func() antlr.TerminalNode
OAngleBracket() antlr.TerminalNode
Arrow() antlr.TerminalNode
CAngleBracket() antlr.TerminalNode
FuncParameters() IFuncParametersContext
DataType() IDataTypeContext
QMark() antlr.TerminalNode
// IsFuncTypeContext differentiates from other interfaces.
IsFuncTypeContext()
}
IFuncTypeContext is an interface to support dynamic dispatch.
type IHeaderContext ¶
type IHeaderContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
Version() IVersionContext
Include() IIncludeContext
AllDependency() []IDependencyContext
Dependency(i int) IDependencyContext
// IsHeaderContext differentiates from other interfaces.
IsHeaderContext()
}
IHeaderContext is an interface to support dynamic dispatch.
type IIdentifierContext ¶
type IIdentifierContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
NonReserved() INonReservedContext
Identifier() antlr.TerminalNode
// IsIdentifierContext differentiates from other interfaces.
IsIdentifierContext()
}
IIdentifierContext is an interface to support dynamic dispatch.
type IIncludeContext ¶
type IIncludeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
TripleHash() antlr.TerminalNode
SubstraitInclude() antlr.TerminalNode
Colon() antlr.TerminalNode
AllStringLiteral() []antlr.TerminalNode
StringLiteral(i int) antlr.TerminalNode
AllComma() []antlr.TerminalNode
Comma(i int) antlr.TerminalNode
// IsIncludeContext differentiates from other interfaces.
IsIncludeContext()
}
IIncludeContext is an interface to support dynamic dispatch.
type IIntArgContext ¶
type IIntArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
IntegerLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
IntType() IIntTypeContext
// IsIntArgContext differentiates from other interfaces.
IsIntArgContext()
}
IIntArgContext is an interface to support dynamic dispatch.
type IIntTypeContext ¶
type IIntTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// Getter signatures
I8() antlr.TerminalNode
I16() antlr.TerminalNode
I32() antlr.TerminalNode
I64() antlr.TerminalNode
QMark() antlr.TerminalNode
// IsIntTypeContext differentiates from other interfaces.
IsIntTypeContext()
}
IIntTypeContext is an interface to support dynamic dispatch.
type IIntervalCompoundArgContext ¶
type IIntervalCompoundArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
IntervalCompoundLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
IntervalCompoundType() IIntervalCompoundTypeContext
// IsIntervalCompoundArgContext differentiates from other interfaces.
IsIntervalCompoundArgContext()
}
IIntervalCompoundArgContext is an interface to support dynamic dispatch.
type IIntervalCompoundTypeContext ¶
type IIntervalCompoundTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// GetLen_ returns the len_ rule contexts.
GetLen_() INumericParameterContext
// SetLen_ sets the len_ rule contexts.
SetLen_(INumericParameterContext)
// Getter signatures
ICompound() antlr.TerminalNode
Interval_Compound() antlr.TerminalNode
OAngleBracket() antlr.TerminalNode
CAngleBracket() antlr.TerminalNode
QMark() antlr.TerminalNode
NumericParameter() INumericParameterContext
// IsIntervalCompoundTypeContext differentiates from other interfaces.
IsIntervalCompoundTypeContext()
}
IIntervalCompoundTypeContext is an interface to support dynamic dispatch.
type IIntervalDayArgContext ¶
type IIntervalDayArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
IntervalDayLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
IntervalDayType() IIntervalDayTypeContext
// IsIntervalDayArgContext differentiates from other interfaces.
IsIntervalDayArgContext()
}
IIntervalDayArgContext is an interface to support dynamic dispatch.
type IIntervalDayTypeContext ¶
type IIntervalDayTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// GetLen_ returns the len_ rule contexts.
GetLen_() INumericParameterContext
// SetLen_ sets the len_ rule contexts.
SetLen_(INumericParameterContext)
// Getter signatures
IDay() antlr.TerminalNode
Interval_Day() antlr.TerminalNode
OAngleBracket() antlr.TerminalNode
CAngleBracket() antlr.TerminalNode
QMark() antlr.TerminalNode
NumericParameter() INumericParameterContext
// IsIntervalDayTypeContext differentiates from other interfaces.
IsIntervalDayTypeContext()
}
IIntervalDayTypeContext is an interface to support dynamic dispatch.
type IIntervalYearArgContext ¶
type IIntervalYearArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
IntervalYearLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
IntervalYearType() IIntervalYearTypeContext
// IsIntervalYearArgContext differentiates from other interfaces.
IsIntervalYearArgContext()
}
IIntervalYearArgContext is an interface to support dynamic dispatch.
type IIntervalYearTypeContext ¶
type IIntervalYearTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// Getter signatures
IYear() antlr.TerminalNode
Interval_Year() antlr.TerminalNode
QMark() antlr.TerminalNode
// IsIntervalYearTypeContext differentiates from other interfaces.
IsIntervalYearTypeContext()
}
IIntervalYearTypeContext is an interface to support dynamic dispatch.
type ILambdaArgContext ¶
type ILambdaArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
LiteralLambda() ILiteralLambdaContext
DoubleColon() antlr.TerminalNode
FuncType() IFuncTypeContext
// IsLambdaArgContext differentiates from other interfaces.
IsLambdaArgContext()
}
ILambdaArgContext is an interface to support dynamic dispatch.
type ILambdaBodyContext ¶
type ILambdaBodyContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
Identifier() IIdentifierContext
OParen() antlr.TerminalNode
Arguments() IArgumentsContext
CParen() antlr.TerminalNode
// IsLambdaBodyContext differentiates from other interfaces.
IsLambdaBodyContext()
}
ILambdaBodyContext is an interface to support dynamic dispatch.
type ILambdaParametersContext ¶
type ILambdaParametersContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsLambdaParametersContext differentiates from other interfaces.
IsLambdaParametersContext()
}
ILambdaParametersContext is an interface to support dynamic dispatch.
type IListArgContext ¶
type IListArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
LiteralList() ILiteralListContext
DoubleColon() antlr.TerminalNode
ListType() IListTypeContext
// IsListArgContext differentiates from other interfaces.
IsListArgContext()
}
IListArgContext is an interface to support dynamic dispatch.
type IListElementContext ¶
type IListElementContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
Literal() ILiteralContext
LiteralList() ILiteralListContext
// IsListElementContext differentiates from other interfaces.
IsListElementContext()
}
IListElementContext is an interface to support dynamic dispatch.
type IListTypeContext ¶
type IListTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsListTypeContext differentiates from other interfaces.
IsListTypeContext()
}
IListTypeContext is an interface to support dynamic dispatch.
type ILiteralContext ¶
type ILiteralContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
NullLiteral() antlr.TerminalNode
NumericLiteral() INumericLiteralContext
BooleanLiteral() antlr.TerminalNode
StringLiteral() antlr.TerminalNode
DateLiteral() antlr.TerminalNode
TimeLiteral() antlr.TerminalNode
TimestampLiteral() antlr.TerminalNode
TimestampTzLiteral() antlr.TerminalNode
IntervalYearLiteral() antlr.TerminalNode
IntervalDayLiteral() antlr.TerminalNode
IntervalCompoundLiteral() antlr.TerminalNode
// IsLiteralContext differentiates from other interfaces.
IsLiteralContext()
}
ILiteralContext is an interface to support dynamic dispatch.
type ILiteralLambdaContext ¶
type ILiteralLambdaContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
OParen() antlr.TerminalNode
LambdaParameters() ILambdaParametersContext
Arrow() antlr.TerminalNode
LambdaBody() ILambdaBodyContext
CParen() antlr.TerminalNode
// IsLiteralLambdaContext differentiates from other interfaces.
IsLiteralLambdaContext()
}
ILiteralLambdaContext is an interface to support dynamic dispatch.
type ILiteralListContext ¶
type ILiteralListContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
OBracket() antlr.TerminalNode
CBracket() antlr.TerminalNode
AllListElement() []IListElementContext
ListElement(i int) IListElementContext
AllComma() []antlr.TerminalNode
Comma(i int) antlr.TerminalNode
// IsLiteralListContext differentiates from other interfaces.
IsLiteralListContext()
}
ILiteralListContext is an interface to support dynamic dispatch.
type INonReservedContext ¶
type INonReservedContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
And() antlr.TerminalNode
Or() antlr.TerminalNode
Truncate() antlr.TerminalNode
// IsNonReservedContext differentiates from other interfaces.
IsNonReservedContext()
}
INonReservedContext is an interface to support dynamic dispatch.
type INullArgContext ¶
type INullArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
NullLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
DataType() IDataTypeContext
// IsNullArgContext differentiates from other interfaces.
IsNullArgContext()
}
INullArgContext is an interface to support dynamic dispatch.
type INumericLiteralContext ¶
type INumericLiteralContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
DecimalLiteral() antlr.TerminalNode
IntegerLiteral() antlr.TerminalNode
FloatLiteral() IFloatLiteralContext
// IsNumericLiteralContext differentiates from other interfaces.
IsNumericLiteralContext()
}
INumericLiteralContext is an interface to support dynamic dispatch.
type INumericParameterContext ¶
type INumericParameterContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsNumericParameterContext differentiates from other interfaces.
IsNumericParameterContext()
}
INumericParameterContext is an interface to support dynamic dispatch.
type IOptionNameContext ¶
type IOptionNameContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
Overflow() antlr.TerminalNode
Rounding() antlr.TerminalNode
NullHandling() antlr.TerminalNode
SpacesOnly() antlr.TerminalNode
Identifier() antlr.TerminalNode
// IsOptionNameContext differentiates from other interfaces.
IsOptionNameContext()
}
IOptionNameContext is an interface to support dynamic dispatch.
type IOptionValueContext ¶
type IOptionValueContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
Error() antlr.TerminalNode
Saturate() antlr.TerminalNode
Silent() antlr.TerminalNode
TieToEven() antlr.TerminalNode
NaN() antlr.TerminalNode
Truncate() antlr.TerminalNode
AcceptNulls() antlr.TerminalNode
IgnoreNulls() antlr.TerminalNode
BooleanLiteral() antlr.TerminalNode
NullLiteral() antlr.TerminalNode
Identifier() antlr.TerminalNode
// IsOptionValueContext differentiates from other interfaces.
IsOptionValueContext()
}
IOptionValueContext is an interface to support dynamic dispatch.
type IParameterizedTypeContext ¶
type IParameterizedTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
FixedCharType() IFixedCharTypeContext
VarCharType() IVarCharTypeContext
FixedBinaryType() IFixedBinaryTypeContext
DecimalType() IDecimalTypeContext
IntervalDayType() IIntervalDayTypeContext
IntervalCompoundType() IIntervalCompoundTypeContext
PrecisionTimeType() IPrecisionTimeTypeContext
PrecisionTimestampType() IPrecisionTimestampTypeContext
PrecisionTimestampTZType() IPrecisionTimestampTZTypeContext
ListType() IListTypeContext
FuncType() IFuncTypeContext
// IsParameterizedTypeContext differentiates from other interfaces.
IsParameterizedTypeContext()
}
IParameterizedTypeContext is an interface to support dynamic dispatch.
type IPrecisionTimeArgContext ¶
type IPrecisionTimeArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
TimeLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
PrecisionTimeType() IPrecisionTimeTypeContext
// IsPrecisionTimeArgContext differentiates from other interfaces.
IsPrecisionTimeArgContext()
}
IPrecisionTimeArgContext is an interface to support dynamic dispatch.
type IPrecisionTimeTypeContext ¶
type IPrecisionTimeTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// GetPrecision returns the precision rule contexts.
GetPrecision() INumericParameterContext
// SetPrecision sets the precision rule contexts.
SetPrecision(INumericParameterContext)
// Getter signatures
OAngleBracket() antlr.TerminalNode
CAngleBracket() antlr.TerminalNode
PT() antlr.TerminalNode
Precision_Time() antlr.TerminalNode
NumericParameter() INumericParameterContext
QMark() antlr.TerminalNode
// IsPrecisionTimeTypeContext differentiates from other interfaces.
IsPrecisionTimeTypeContext()
}
IPrecisionTimeTypeContext is an interface to support dynamic dispatch.
type IPrecisionTimestampArgContext ¶
type IPrecisionTimestampArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
TimestampLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
PrecisionTimestampType() IPrecisionTimestampTypeContext
// IsPrecisionTimestampArgContext differentiates from other interfaces.
IsPrecisionTimestampArgContext()
}
IPrecisionTimestampArgContext is an interface to support dynamic dispatch.
type IPrecisionTimestampTZArgContext ¶
type IPrecisionTimestampTZArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
TimestampTzLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
PrecisionTimestampTZType() IPrecisionTimestampTZTypeContext
// IsPrecisionTimestampTZArgContext differentiates from other interfaces.
IsPrecisionTimestampTZArgContext()
}
IPrecisionTimestampTZArgContext is an interface to support dynamic dispatch.
type IPrecisionTimestampTZTypeContext ¶
type IPrecisionTimestampTZTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// GetPrecision returns the precision rule contexts.
GetPrecision() INumericParameterContext
// SetPrecision sets the precision rule contexts.
SetPrecision(INumericParameterContext)
// Getter signatures
OAngleBracket() antlr.TerminalNode
CAngleBracket() antlr.TerminalNode
PTsTZ() antlr.TerminalNode
Precision_Timestamp_TZ() antlr.TerminalNode
NumericParameter() INumericParameterContext
QMark() antlr.TerminalNode
// IsPrecisionTimestampTZTypeContext differentiates from other interfaces.
IsPrecisionTimestampTZTypeContext()
}
IPrecisionTimestampTZTypeContext is an interface to support dynamic dispatch.
type IPrecisionTimestampTypeContext ¶
type IPrecisionTimestampTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// GetPrecision returns the precision rule contexts.
GetPrecision() INumericParameterContext
// SetPrecision sets the precision rule contexts.
SetPrecision(INumericParameterContext)
// Getter signatures
OAngleBracket() antlr.TerminalNode
CAngleBracket() antlr.TerminalNode
PTs() antlr.TerminalNode
Precision_Timestamp() antlr.TerminalNode
NumericParameter() INumericParameterContext
QMark() antlr.TerminalNode
// IsPrecisionTimestampTypeContext differentiates from other interfaces.
IsPrecisionTimestampTypeContext()
}
IPrecisionTimestampTypeContext is an interface to support dynamic dispatch.
type IQualifiedAggregateFuncArgContext ¶
type IQualifiedAggregateFuncArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetTableName returns the tableName token.
GetTableName() antlr.Token
// SetTableName sets the tableName token.
SetTableName(antlr.Token)
// Getter signatures
Dot() antlr.TerminalNode
ColumnName() antlr.TerminalNode
Identifier() antlr.TerminalNode
Argument() IArgumentContext
// IsQualifiedAggregateFuncArgContext differentiates from other interfaces.
IsQualifiedAggregateFuncArgContext()
}
IQualifiedAggregateFuncArgContext is an interface to support dynamic dispatch.
type IQualifiedAggregateFuncArgsContext ¶
type IQualifiedAggregateFuncArgsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
AllQualifiedAggregateFuncArg() []IQualifiedAggregateFuncArgContext
QualifiedAggregateFuncArg(i int) IQualifiedAggregateFuncArgContext
AllComma() []antlr.TerminalNode
Comma(i int) antlr.TerminalNode
// IsQualifiedAggregateFuncArgsContext differentiates from other interfaces.
IsQualifiedAggregateFuncArgsContext()
}
IQualifiedAggregateFuncArgsContext is an interface to support dynamic dispatch.
type IResultContext ¶
type IResultContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
Argument() IArgumentContext
SubstraitError() ISubstraitErrorContext
// IsResultContext differentiates from other interfaces.
IsResultContext()
}
IResultContext is an interface to support dynamic dispatch.
type IScalarTypeContext ¶
type IScalarTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsScalarTypeContext differentiates from other interfaces.
IsScalarTypeContext()
}
IScalarTypeContext is an interface to support dynamic dispatch.
type IStringArgContext ¶
type IStringArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
StringLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
StringType() IStringTypeContext
// IsStringArgContext differentiates from other interfaces.
IsStringArgContext()
}
IStringArgContext is an interface to support dynamic dispatch.
type IStringTypeContext ¶
type IStringTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// Getter signatures
Str() antlr.TerminalNode
String_() antlr.TerminalNode
QMark() antlr.TerminalNode
// IsStringTypeContext differentiates from other interfaces.
IsStringTypeContext()
}
IStringTypeContext is an interface to support dynamic dispatch.
type ISubstraitErrorContext ¶
type ISubstraitErrorContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
ErrorResult() antlr.TerminalNode
UndefineResult() antlr.TerminalNode
// IsSubstraitErrorContext differentiates from other interfaces.
IsSubstraitErrorContext()
}
ISubstraitErrorContext is an interface to support dynamic dispatch.
type ITableDataContext ¶
type ITableDataContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetTableName returns the tableName token.
GetTableName() antlr.Token
// SetTableName sets the tableName token.
SetTableName(antlr.Token)
// Getter signatures
Define() antlr.TerminalNode
OParen() antlr.TerminalNode
AllDataType() []IDataTypeContext
DataType(i int) IDataTypeContext
CParen() antlr.TerminalNode
Eq() antlr.TerminalNode
TableRows() ITableRowsContext
Identifier() antlr.TerminalNode
AllComma() []antlr.TerminalNode
Comma(i int) antlr.TerminalNode
// IsTableDataContext differentiates from other interfaces.
IsTableDataContext()
}
ITableDataContext is an interface to support dynamic dispatch.
type ITableRowsContext ¶
type ITableRowsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
OParen() antlr.TerminalNode
CParen() antlr.TerminalNode
AllColumnValues() []IColumnValuesContext
ColumnValues(i int) IColumnValuesContext
AllComma() []antlr.TerminalNode
Comma(i int) antlr.TerminalNode
// IsTableRowsContext differentiates from other interfaces.
IsTableRowsContext()
}
ITableRowsContext is an interface to support dynamic dispatch.
type ITestCaseContext ¶
type ITestCaseContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetFunctionName returns the functionName rule contexts.
GetFunctionName() IIdentifierContext
// SetFunctionName sets the functionName rule contexts.
SetFunctionName(IIdentifierContext)
// Getter signatures
OParen() antlr.TerminalNode
Arguments() IArgumentsContext
CParen() antlr.TerminalNode
Eq() antlr.TerminalNode
Result() IResultContext
Identifier() IIdentifierContext
OBracket() antlr.TerminalNode
FuncOptions() IFuncOptionsContext
CBracket() antlr.TerminalNode
// IsTestCaseContext differentiates from other interfaces.
IsTestCaseContext()
}
ITestCaseContext is an interface to support dynamic dispatch.
type ITestGroupContext ¶
type ITestGroupContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTestGroupContext differentiates from other interfaces.
IsTestGroupContext()
}
ITestGroupContext is an interface to support dynamic dispatch.
type ITestGroupDescriptionContext ¶
type ITestGroupDescriptionContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
DescriptionLine() antlr.TerminalNode
// IsTestGroupDescriptionContext differentiates from other interfaces.
IsTestGroupDescriptionContext()
}
ITestGroupDescriptionContext is an interface to support dynamic dispatch.
type ITimeArgContext ¶
type ITimeArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
TimeLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
TimeType() ITimeTypeContext
// IsTimeArgContext differentiates from other interfaces.
IsTimeArgContext()
}
ITimeArgContext is an interface to support dynamic dispatch.
type ITimeTypeContext ¶
type ITimeTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// Getter signatures
Time() antlr.TerminalNode
QMark() antlr.TerminalNode
// IsTimeTypeContext differentiates from other interfaces.
IsTimeTypeContext()
}
ITimeTypeContext is an interface to support dynamic dispatch.
type ITimestampArgContext ¶
type ITimestampArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
TimestampLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
TimestampType() ITimestampTypeContext
// IsTimestampArgContext differentiates from other interfaces.
IsTimestampArgContext()
}
ITimestampArgContext is an interface to support dynamic dispatch.
type ITimestampTZTypeContext ¶
type ITimestampTZTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// Getter signatures
TsTZ() antlr.TerminalNode
Timestamp_TZ() antlr.TerminalNode
QMark() antlr.TerminalNode
// IsTimestampTZTypeContext differentiates from other interfaces.
IsTimestampTZTypeContext()
}
ITimestampTZTypeContext is an interface to support dynamic dispatch.
type ITimestampTypeContext ¶
type ITimestampTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// Getter signatures
Ts() antlr.TerminalNode
Timestamp() antlr.TerminalNode
QMark() antlr.TerminalNode
// IsTimestampTypeContext differentiates from other interfaces.
IsTimestampTypeContext()
}
ITimestampTypeContext is an interface to support dynamic dispatch.
type ITimestampTzArgContext ¶
type ITimestampTzArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
TimestampTzLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
TimestampTZType() ITimestampTZTypeContext
// IsTimestampTzArgContext differentiates from other interfaces.
IsTimestampTzArgContext()
}
ITimestampTzArgContext is an interface to support dynamic dispatch.
type IVarCharArgContext ¶
type IVarCharArgContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
StringLiteral() antlr.TerminalNode
DoubleColon() antlr.TerminalNode
VarCharType() IVarCharTypeContext
// IsVarCharArgContext differentiates from other interfaces.
IsVarCharArgContext()
}
IVarCharArgContext is an interface to support dynamic dispatch.
type IVarCharTypeContext ¶
type IVarCharTypeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetIsnull returns the isnull token.
GetIsnull() antlr.Token
// SetIsnull sets the isnull token.
SetIsnull(antlr.Token)
// GetLen_ returns the len_ rule contexts.
GetLen_() INumericParameterContext
// SetLen_ sets the len_ rule contexts.
SetLen_(INumericParameterContext)
// Getter signatures
OAngleBracket() antlr.TerminalNode
CAngleBracket() antlr.TerminalNode
VChar() antlr.TerminalNode
VarChar() antlr.TerminalNode
NumericParameter() INumericParameterContext
QMark() antlr.TerminalNode
// IsVarCharTypeContext differentiates from other interfaces.
IsVarCharTypeContext()
}
IVarCharTypeContext is an interface to support dynamic dispatch.
type IVersionContext ¶
type IVersionContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Getter signatures
TripleHash() antlr.TerminalNode
Colon() antlr.TerminalNode
FormatVersion() antlr.TerminalNode
SubstraitScalarTest() antlr.TerminalNode
SubstraitAggregateTest() antlr.TerminalNode
// IsVersionContext differentiates from other interfaces.
IsVersionContext()
}
IVersionContext is an interface to support dynamic dispatch.
type IdentifierContext ¶
type IdentifierContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIdentifierContext ¶
func NewEmptyIdentifierContext() *IdentifierContext
func NewIdentifierContext ¶
func NewIdentifierContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IdentifierContext
func (*IdentifierContext) Accept ¶
func (s *IdentifierContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IdentifierContext) GetParser ¶
func (s *IdentifierContext) GetParser() antlr.Parser
func (*IdentifierContext) GetRuleContext ¶
func (s *IdentifierContext) GetRuleContext() antlr.RuleContext
func (*IdentifierContext) Identifier ¶
func (s *IdentifierContext) Identifier() antlr.TerminalNode
func (*IdentifierContext) IsIdentifierContext ¶
func (*IdentifierContext) IsIdentifierContext()
func (*IdentifierContext) NonReserved ¶
func (s *IdentifierContext) NonReserved() INonReservedContext
func (*IdentifierContext) ToStringTree ¶
func (s *IdentifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IncludeContext ¶
type IncludeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIncludeContext ¶
func NewEmptyIncludeContext() *IncludeContext
func NewIncludeContext ¶
func NewIncludeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IncludeContext
func (*IncludeContext) Accept ¶
func (s *IncludeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IncludeContext) AllComma ¶
func (s *IncludeContext) AllComma() []antlr.TerminalNode
func (*IncludeContext) AllStringLiteral ¶
func (s *IncludeContext) AllStringLiteral() []antlr.TerminalNode
func (*IncludeContext) Colon ¶
func (s *IncludeContext) Colon() antlr.TerminalNode
func (*IncludeContext) Comma ¶
func (s *IncludeContext) Comma(i int) antlr.TerminalNode
func (*IncludeContext) GetParser ¶
func (s *IncludeContext) GetParser() antlr.Parser
func (*IncludeContext) GetRuleContext ¶
func (s *IncludeContext) GetRuleContext() antlr.RuleContext
func (*IncludeContext) IsIncludeContext ¶
func (*IncludeContext) IsIncludeContext()
func (*IncludeContext) StringLiteral ¶
func (s *IncludeContext) StringLiteral(i int) antlr.TerminalNode
func (*IncludeContext) SubstraitInclude ¶
func (s *IncludeContext) SubstraitInclude() antlr.TerminalNode
func (*IncludeContext) ToStringTree ¶
func (s *IncludeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*IncludeContext) TripleHash ¶
func (s *IncludeContext) TripleHash() antlr.TerminalNode
type IntArgContext ¶
type IntArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIntArgContext ¶
func NewEmptyIntArgContext() *IntArgContext
func NewIntArgContext ¶
func NewIntArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IntArgContext
func (*IntArgContext) Accept ¶
func (s *IntArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IntArgContext) DoubleColon ¶
func (s *IntArgContext) DoubleColon() antlr.TerminalNode
func (*IntArgContext) GetParser ¶
func (s *IntArgContext) GetParser() antlr.Parser
func (*IntArgContext) GetRuleContext ¶
func (s *IntArgContext) GetRuleContext() antlr.RuleContext
func (*IntArgContext) IntType ¶
func (s *IntArgContext) IntType() IIntTypeContext
func (*IntArgContext) IntegerLiteral ¶
func (s *IntArgContext) IntegerLiteral() antlr.TerminalNode
func (*IntArgContext) IsIntArgContext ¶
func (*IntArgContext) IsIntArgContext()
func (*IntArgContext) ToStringTree ¶
func (s *IntArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IntContext ¶
type IntContext struct {
ScalarTypeContext
}
func NewIntContext ¶
func NewIntContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *IntContext
func (*IntContext) Accept ¶
func (s *IntContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IntContext) GetRuleContext ¶
func (s *IntContext) GetRuleContext() antlr.RuleContext
func (*IntContext) IntType ¶
func (s *IntContext) IntType() IIntTypeContext
type IntTypeContext ¶
type IntTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIntTypeContext ¶
func NewEmptyIntTypeContext() *IntTypeContext
func NewIntTypeContext ¶
func NewIntTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IntTypeContext
func (*IntTypeContext) Accept ¶
func (s *IntTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IntTypeContext) GetIsnull ¶
func (s *IntTypeContext) GetIsnull() antlr.Token
func (*IntTypeContext) GetParser ¶
func (s *IntTypeContext) GetParser() antlr.Parser
func (*IntTypeContext) GetRuleContext ¶
func (s *IntTypeContext) GetRuleContext() antlr.RuleContext
func (*IntTypeContext) I8 ¶
func (s *IntTypeContext) I8() antlr.TerminalNode
func (*IntTypeContext) I16 ¶
func (s *IntTypeContext) I16() antlr.TerminalNode
func (*IntTypeContext) I32 ¶
func (s *IntTypeContext) I32() antlr.TerminalNode
func (*IntTypeContext) I64 ¶
func (s *IntTypeContext) I64() antlr.TerminalNode
func (*IntTypeContext) IsIntTypeContext ¶
func (*IntTypeContext) IsIntTypeContext()
func (*IntTypeContext) QMark ¶
func (s *IntTypeContext) QMark() antlr.TerminalNode
func (*IntTypeContext) SetIsnull ¶
func (s *IntTypeContext) SetIsnull(v antlr.Token)
func (*IntTypeContext) ToStringTree ¶
func (s *IntTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IntegerLiteralContext ¶
type IntegerLiteralContext struct {
NumericParameterContext
}
func NewIntegerLiteralContext ¶
func NewIntegerLiteralContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *IntegerLiteralContext
func (*IntegerLiteralContext) Accept ¶
func (s *IntegerLiteralContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IntegerLiteralContext) GetRuleContext ¶
func (s *IntegerLiteralContext) GetRuleContext() antlr.RuleContext
func (*IntegerLiteralContext) IntegerLiteral ¶
func (s *IntegerLiteralContext) IntegerLiteral() antlr.TerminalNode
type IntervalCompoundArgContext ¶
type IntervalCompoundArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIntervalCompoundArgContext ¶
func NewEmptyIntervalCompoundArgContext() *IntervalCompoundArgContext
func NewIntervalCompoundArgContext ¶
func NewIntervalCompoundArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IntervalCompoundArgContext
func (*IntervalCompoundArgContext) Accept ¶
func (s *IntervalCompoundArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IntervalCompoundArgContext) DoubleColon ¶
func (s *IntervalCompoundArgContext) DoubleColon() antlr.TerminalNode
func (*IntervalCompoundArgContext) GetParser ¶
func (s *IntervalCompoundArgContext) GetParser() antlr.Parser
func (*IntervalCompoundArgContext) GetRuleContext ¶
func (s *IntervalCompoundArgContext) GetRuleContext() antlr.RuleContext
func (*IntervalCompoundArgContext) IntervalCompoundLiteral ¶
func (s *IntervalCompoundArgContext) IntervalCompoundLiteral() antlr.TerminalNode
func (*IntervalCompoundArgContext) IntervalCompoundType ¶
func (s *IntervalCompoundArgContext) IntervalCompoundType() IIntervalCompoundTypeContext
func (*IntervalCompoundArgContext) IsIntervalCompoundArgContext ¶
func (*IntervalCompoundArgContext) IsIntervalCompoundArgContext()
func (*IntervalCompoundArgContext) ToStringTree ¶
func (s *IntervalCompoundArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IntervalCompoundTypeContext ¶
type IntervalCompoundTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIntervalCompoundTypeContext ¶
func NewEmptyIntervalCompoundTypeContext() *IntervalCompoundTypeContext
func NewIntervalCompoundTypeContext ¶
func NewIntervalCompoundTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IntervalCompoundTypeContext
func (*IntervalCompoundTypeContext) Accept ¶
func (s *IntervalCompoundTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IntervalCompoundTypeContext) CAngleBracket ¶
func (s *IntervalCompoundTypeContext) CAngleBracket() antlr.TerminalNode
func (*IntervalCompoundTypeContext) GetIsnull ¶
func (s *IntervalCompoundTypeContext) GetIsnull() antlr.Token
func (*IntervalCompoundTypeContext) GetLen_ ¶
func (s *IntervalCompoundTypeContext) GetLen_() INumericParameterContext
func (*IntervalCompoundTypeContext) GetParser ¶
func (s *IntervalCompoundTypeContext) GetParser() antlr.Parser
func (*IntervalCompoundTypeContext) GetRuleContext ¶
func (s *IntervalCompoundTypeContext) GetRuleContext() antlr.RuleContext
func (*IntervalCompoundTypeContext) ICompound ¶
func (s *IntervalCompoundTypeContext) ICompound() antlr.TerminalNode
func (*IntervalCompoundTypeContext) Interval_Compound ¶
func (s *IntervalCompoundTypeContext) Interval_Compound() antlr.TerminalNode
func (*IntervalCompoundTypeContext) IsIntervalCompoundTypeContext ¶
func (*IntervalCompoundTypeContext) IsIntervalCompoundTypeContext()
func (*IntervalCompoundTypeContext) NumericParameter ¶
func (s *IntervalCompoundTypeContext) NumericParameter() INumericParameterContext
func (*IntervalCompoundTypeContext) OAngleBracket ¶
func (s *IntervalCompoundTypeContext) OAngleBracket() antlr.TerminalNode
func (*IntervalCompoundTypeContext) QMark ¶
func (s *IntervalCompoundTypeContext) QMark() antlr.TerminalNode
func (*IntervalCompoundTypeContext) SetIsnull ¶
func (s *IntervalCompoundTypeContext) SetIsnull(v antlr.Token)
func (*IntervalCompoundTypeContext) SetLen_ ¶
func (s *IntervalCompoundTypeContext) SetLen_(v INumericParameterContext)
func (*IntervalCompoundTypeContext) ToStringTree ¶
func (s *IntervalCompoundTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IntervalDayArgContext ¶
type IntervalDayArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIntervalDayArgContext ¶
func NewEmptyIntervalDayArgContext() *IntervalDayArgContext
func NewIntervalDayArgContext ¶
func NewIntervalDayArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IntervalDayArgContext
func (*IntervalDayArgContext) Accept ¶
func (s *IntervalDayArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IntervalDayArgContext) DoubleColon ¶
func (s *IntervalDayArgContext) DoubleColon() antlr.TerminalNode
func (*IntervalDayArgContext) GetParser ¶
func (s *IntervalDayArgContext) GetParser() antlr.Parser
func (*IntervalDayArgContext) GetRuleContext ¶
func (s *IntervalDayArgContext) GetRuleContext() antlr.RuleContext
func (*IntervalDayArgContext) IntervalDayLiteral ¶
func (s *IntervalDayArgContext) IntervalDayLiteral() antlr.TerminalNode
func (*IntervalDayArgContext) IntervalDayType ¶
func (s *IntervalDayArgContext) IntervalDayType() IIntervalDayTypeContext
func (*IntervalDayArgContext) IsIntervalDayArgContext ¶
func (*IntervalDayArgContext) IsIntervalDayArgContext()
func (*IntervalDayArgContext) ToStringTree ¶
func (s *IntervalDayArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IntervalDayTypeContext ¶
type IntervalDayTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIntervalDayTypeContext ¶
func NewEmptyIntervalDayTypeContext() *IntervalDayTypeContext
func NewIntervalDayTypeContext ¶
func NewIntervalDayTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IntervalDayTypeContext
func (*IntervalDayTypeContext) Accept ¶
func (s *IntervalDayTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IntervalDayTypeContext) CAngleBracket ¶
func (s *IntervalDayTypeContext) CAngleBracket() antlr.TerminalNode
func (*IntervalDayTypeContext) GetIsnull ¶
func (s *IntervalDayTypeContext) GetIsnull() antlr.Token
func (*IntervalDayTypeContext) GetLen_ ¶
func (s *IntervalDayTypeContext) GetLen_() INumericParameterContext
func (*IntervalDayTypeContext) GetParser ¶
func (s *IntervalDayTypeContext) GetParser() antlr.Parser
func (*IntervalDayTypeContext) GetRuleContext ¶
func (s *IntervalDayTypeContext) GetRuleContext() antlr.RuleContext
func (*IntervalDayTypeContext) IDay ¶
func (s *IntervalDayTypeContext) IDay() antlr.TerminalNode
func (*IntervalDayTypeContext) Interval_Day ¶
func (s *IntervalDayTypeContext) Interval_Day() antlr.TerminalNode
func (*IntervalDayTypeContext) IsIntervalDayTypeContext ¶
func (*IntervalDayTypeContext) IsIntervalDayTypeContext()
func (*IntervalDayTypeContext) NumericParameter ¶
func (s *IntervalDayTypeContext) NumericParameter() INumericParameterContext
func (*IntervalDayTypeContext) OAngleBracket ¶
func (s *IntervalDayTypeContext) OAngleBracket() antlr.TerminalNode
func (*IntervalDayTypeContext) QMark ¶
func (s *IntervalDayTypeContext) QMark() antlr.TerminalNode
func (*IntervalDayTypeContext) SetIsnull ¶
func (s *IntervalDayTypeContext) SetIsnull(v antlr.Token)
func (*IntervalDayTypeContext) SetLen_ ¶
func (s *IntervalDayTypeContext) SetLen_(v INumericParameterContext)
func (*IntervalDayTypeContext) ToStringTree ¶
func (s *IntervalDayTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IntervalYearArgContext ¶
type IntervalYearArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIntervalYearArgContext ¶
func NewEmptyIntervalYearArgContext() *IntervalYearArgContext
func NewIntervalYearArgContext ¶
func NewIntervalYearArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IntervalYearArgContext
func (*IntervalYearArgContext) Accept ¶
func (s *IntervalYearArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IntervalYearArgContext) DoubleColon ¶
func (s *IntervalYearArgContext) DoubleColon() antlr.TerminalNode
func (*IntervalYearArgContext) GetParser ¶
func (s *IntervalYearArgContext) GetParser() antlr.Parser
func (*IntervalYearArgContext) GetRuleContext ¶
func (s *IntervalYearArgContext) GetRuleContext() antlr.RuleContext
func (*IntervalYearArgContext) IntervalYearLiteral ¶
func (s *IntervalYearArgContext) IntervalYearLiteral() antlr.TerminalNode
func (*IntervalYearArgContext) IntervalYearType ¶
func (s *IntervalYearArgContext) IntervalYearType() IIntervalYearTypeContext
func (*IntervalYearArgContext) IsIntervalYearArgContext ¶
func (*IntervalYearArgContext) IsIntervalYearArgContext()
func (*IntervalYearArgContext) ToStringTree ¶
func (s *IntervalYearArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IntervalYearContext ¶
type IntervalYearContext struct {
ScalarTypeContext
}
func NewIntervalYearContext ¶
func NewIntervalYearContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *IntervalYearContext
func (*IntervalYearContext) Accept ¶
func (s *IntervalYearContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IntervalYearContext) GetRuleContext ¶
func (s *IntervalYearContext) GetRuleContext() antlr.RuleContext
func (*IntervalYearContext) IntervalYearType ¶
func (s *IntervalYearContext) IntervalYearType() IIntervalYearTypeContext
type IntervalYearTypeContext ¶
type IntervalYearTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIntervalYearTypeContext ¶
func NewEmptyIntervalYearTypeContext() *IntervalYearTypeContext
func NewIntervalYearTypeContext ¶
func NewIntervalYearTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IntervalYearTypeContext
func (*IntervalYearTypeContext) Accept ¶
func (s *IntervalYearTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*IntervalYearTypeContext) GetIsnull ¶
func (s *IntervalYearTypeContext) GetIsnull() antlr.Token
func (*IntervalYearTypeContext) GetParser ¶
func (s *IntervalYearTypeContext) GetParser() antlr.Parser
func (*IntervalYearTypeContext) GetRuleContext ¶
func (s *IntervalYearTypeContext) GetRuleContext() antlr.RuleContext
func (*IntervalYearTypeContext) IYear ¶
func (s *IntervalYearTypeContext) IYear() antlr.TerminalNode
func (*IntervalYearTypeContext) Interval_Year ¶
func (s *IntervalYearTypeContext) Interval_Year() antlr.TerminalNode
func (*IntervalYearTypeContext) IsIntervalYearTypeContext ¶
func (*IntervalYearTypeContext) IsIntervalYearTypeContext()
func (*IntervalYearTypeContext) QMark ¶
func (s *IntervalYearTypeContext) QMark() antlr.TerminalNode
func (*IntervalYearTypeContext) SetIsnull ¶
func (s *IntervalYearTypeContext) SetIsnull(v antlr.Token)
func (*IntervalYearTypeContext) ToStringTree ¶
func (s *IntervalYearTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type LambdaArgContext ¶
type LambdaArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyLambdaArgContext ¶
func NewEmptyLambdaArgContext() *LambdaArgContext
func NewLambdaArgContext ¶
func NewLambdaArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LambdaArgContext
func (*LambdaArgContext) Accept ¶
func (s *LambdaArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*LambdaArgContext) DoubleColon ¶
func (s *LambdaArgContext) DoubleColon() antlr.TerminalNode
func (*LambdaArgContext) FuncType ¶
func (s *LambdaArgContext) FuncType() IFuncTypeContext
func (*LambdaArgContext) GetParser ¶
func (s *LambdaArgContext) GetParser() antlr.Parser
func (*LambdaArgContext) GetRuleContext ¶
func (s *LambdaArgContext) GetRuleContext() antlr.RuleContext
func (*LambdaArgContext) IsLambdaArgContext ¶
func (*LambdaArgContext) IsLambdaArgContext()
func (*LambdaArgContext) LiteralLambda ¶
func (s *LambdaArgContext) LiteralLambda() ILiteralLambdaContext
func (*LambdaArgContext) ToStringTree ¶
func (s *LambdaArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type LambdaBodyContext ¶
type LambdaBodyContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyLambdaBodyContext ¶
func NewEmptyLambdaBodyContext() *LambdaBodyContext
func NewLambdaBodyContext ¶
func NewLambdaBodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LambdaBodyContext
func (*LambdaBodyContext) Accept ¶
func (s *LambdaBodyContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*LambdaBodyContext) Arguments ¶
func (s *LambdaBodyContext) Arguments() IArgumentsContext
func (*LambdaBodyContext) CParen ¶
func (s *LambdaBodyContext) CParen() antlr.TerminalNode
func (*LambdaBodyContext) GetParser ¶
func (s *LambdaBodyContext) GetParser() antlr.Parser
func (*LambdaBodyContext) GetRuleContext ¶
func (s *LambdaBodyContext) GetRuleContext() antlr.RuleContext
func (*LambdaBodyContext) Identifier ¶
func (s *LambdaBodyContext) Identifier() IIdentifierContext
func (*LambdaBodyContext) IsLambdaBodyContext ¶
func (*LambdaBodyContext) IsLambdaBodyContext()
func (*LambdaBodyContext) OParen ¶
func (s *LambdaBodyContext) OParen() antlr.TerminalNode
func (*LambdaBodyContext) ToStringTree ¶
func (s *LambdaBodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type LambdaParametersContext ¶
type LambdaParametersContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyLambdaParametersContext ¶
func NewEmptyLambdaParametersContext() *LambdaParametersContext
func NewLambdaParametersContext ¶
func NewLambdaParametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LambdaParametersContext
func (*LambdaParametersContext) CopyAll ¶
func (s *LambdaParametersContext) CopyAll(ctx *LambdaParametersContext)
func (*LambdaParametersContext) GetParser ¶
func (s *LambdaParametersContext) GetParser() antlr.Parser
func (*LambdaParametersContext) GetRuleContext ¶
func (s *LambdaParametersContext) GetRuleContext() antlr.RuleContext
func (*LambdaParametersContext) IsLambdaParametersContext ¶
func (*LambdaParametersContext) IsLambdaParametersContext()
func (*LambdaParametersContext) ToStringTree ¶
func (s *LambdaParametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ListArgContext ¶
type ListArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyListArgContext ¶
func NewEmptyListArgContext() *ListArgContext
func NewListArgContext ¶
func NewListArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ListArgContext
func (*ListArgContext) Accept ¶
func (s *ListArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*ListArgContext) DoubleColon ¶
func (s *ListArgContext) DoubleColon() antlr.TerminalNode
func (*ListArgContext) GetParser ¶
func (s *ListArgContext) GetParser() antlr.Parser
func (*ListArgContext) GetRuleContext ¶
func (s *ListArgContext) GetRuleContext() antlr.RuleContext
func (*ListArgContext) IsListArgContext ¶
func (*ListArgContext) IsListArgContext()
func (*ListArgContext) ListType ¶
func (s *ListArgContext) ListType() IListTypeContext
func (*ListArgContext) LiteralList ¶
func (s *ListArgContext) LiteralList() ILiteralListContext
func (*ListArgContext) ToStringTree ¶
func (s *ListArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ListContext ¶
type ListContext struct {
ListTypeContext
// contains filtered or unexported fields
}
func NewListContext ¶
func NewListContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ListContext
func (*ListContext) Accept ¶
func (s *ListContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*ListContext) CAngleBracket ¶
func (s *ListContext) CAngleBracket() antlr.TerminalNode
func (*ListContext) DataType ¶
func (s *ListContext) DataType() IDataTypeContext
func (*ListContext) GetElemType ¶
func (s *ListContext) GetElemType() IDataTypeContext
func (*ListContext) GetIsnull ¶
func (s *ListContext) GetIsnull() antlr.Token
func (*ListContext) GetRuleContext ¶
func (s *ListContext) GetRuleContext() antlr.RuleContext
func (*ListContext) List ¶
func (s *ListContext) List() antlr.TerminalNode
func (*ListContext) OAngleBracket ¶
func (s *ListContext) OAngleBracket() antlr.TerminalNode
func (*ListContext) QMark ¶
func (s *ListContext) QMark() antlr.TerminalNode
func (*ListContext) SetElemType ¶
func (s *ListContext) SetElemType(v IDataTypeContext)
func (*ListContext) SetIsnull ¶
func (s *ListContext) SetIsnull(v antlr.Token)
type ListElementContext ¶
type ListElementContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyListElementContext ¶
func NewEmptyListElementContext() *ListElementContext
func NewListElementContext ¶
func NewListElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ListElementContext
func (*ListElementContext) Accept ¶
func (s *ListElementContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*ListElementContext) GetParser ¶
func (s *ListElementContext) GetParser() antlr.Parser
func (*ListElementContext) GetRuleContext ¶
func (s *ListElementContext) GetRuleContext() antlr.RuleContext
func (*ListElementContext) IsListElementContext ¶
func (*ListElementContext) IsListElementContext()
func (*ListElementContext) Literal ¶
func (s *ListElementContext) Literal() ILiteralContext
func (*ListElementContext) LiteralList ¶
func (s *ListElementContext) LiteralList() ILiteralListContext
func (*ListElementContext) ToStringTree ¶
func (s *ListElementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ListTypeContext ¶
type ListTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyListTypeContext ¶
func NewEmptyListTypeContext() *ListTypeContext
func NewListTypeContext ¶
func NewListTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ListTypeContext
func (*ListTypeContext) CopyAll ¶
func (s *ListTypeContext) CopyAll(ctx *ListTypeContext)
func (*ListTypeContext) GetParser ¶
func (s *ListTypeContext) GetParser() antlr.Parser
func (*ListTypeContext) GetRuleContext ¶
func (s *ListTypeContext) GetRuleContext() antlr.RuleContext
func (*ListTypeContext) IsListTypeContext ¶
func (*ListTypeContext) IsListTypeContext()
func (*ListTypeContext) ToStringTree ¶
func (s *ListTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type LiteralContext ¶
type LiteralContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyLiteralContext ¶
func NewEmptyLiteralContext() *LiteralContext
func NewLiteralContext ¶
func NewLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LiteralContext
func (*LiteralContext) Accept ¶
func (s *LiteralContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*LiteralContext) BooleanLiteral ¶
func (s *LiteralContext) BooleanLiteral() antlr.TerminalNode
func (*LiteralContext) DateLiteral ¶
func (s *LiteralContext) DateLiteral() antlr.TerminalNode
func (*LiteralContext) GetParser ¶
func (s *LiteralContext) GetParser() antlr.Parser
func (*LiteralContext) GetRuleContext ¶
func (s *LiteralContext) GetRuleContext() antlr.RuleContext
func (*LiteralContext) IntervalCompoundLiteral ¶
func (s *LiteralContext) IntervalCompoundLiteral() antlr.TerminalNode
func (*LiteralContext) IntervalDayLiteral ¶
func (s *LiteralContext) IntervalDayLiteral() antlr.TerminalNode
func (*LiteralContext) IntervalYearLiteral ¶
func (s *LiteralContext) IntervalYearLiteral() antlr.TerminalNode
func (*LiteralContext) IsLiteralContext ¶
func (*LiteralContext) IsLiteralContext()
func (*LiteralContext) NullLiteral ¶
func (s *LiteralContext) NullLiteral() antlr.TerminalNode
func (*LiteralContext) NumericLiteral ¶
func (s *LiteralContext) NumericLiteral() INumericLiteralContext
func (*LiteralContext) StringLiteral ¶
func (s *LiteralContext) StringLiteral() antlr.TerminalNode
func (*LiteralContext) TimeLiteral ¶
func (s *LiteralContext) TimeLiteral() antlr.TerminalNode
func (*LiteralContext) TimestampLiteral ¶
func (s *LiteralContext) TimestampLiteral() antlr.TerminalNode
func (*LiteralContext) TimestampTzLiteral ¶
func (s *LiteralContext) TimestampTzLiteral() antlr.TerminalNode
func (*LiteralContext) ToStringTree ¶
func (s *LiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type LiteralLambdaContext ¶
type LiteralLambdaContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyLiteralLambdaContext ¶
func NewEmptyLiteralLambdaContext() *LiteralLambdaContext
func NewLiteralLambdaContext ¶
func NewLiteralLambdaContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LiteralLambdaContext
func (*LiteralLambdaContext) Accept ¶
func (s *LiteralLambdaContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*LiteralLambdaContext) Arrow ¶
func (s *LiteralLambdaContext) Arrow() antlr.TerminalNode
func (*LiteralLambdaContext) CParen ¶
func (s *LiteralLambdaContext) CParen() antlr.TerminalNode
func (*LiteralLambdaContext) GetParser ¶
func (s *LiteralLambdaContext) GetParser() antlr.Parser
func (*LiteralLambdaContext) GetRuleContext ¶
func (s *LiteralLambdaContext) GetRuleContext() antlr.RuleContext
func (*LiteralLambdaContext) IsLiteralLambdaContext ¶
func (*LiteralLambdaContext) IsLiteralLambdaContext()
func (*LiteralLambdaContext) LambdaBody ¶
func (s *LiteralLambdaContext) LambdaBody() ILambdaBodyContext
func (*LiteralLambdaContext) LambdaParameters ¶
func (s *LiteralLambdaContext) LambdaParameters() ILambdaParametersContext
func (*LiteralLambdaContext) OParen ¶
func (s *LiteralLambdaContext) OParen() antlr.TerminalNode
func (*LiteralLambdaContext) ToStringTree ¶
func (s *LiteralLambdaContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type LiteralListContext ¶
type LiteralListContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyLiteralListContext ¶
func NewEmptyLiteralListContext() *LiteralListContext
func NewLiteralListContext ¶
func NewLiteralListContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LiteralListContext
func (*LiteralListContext) Accept ¶
func (s *LiteralListContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*LiteralListContext) AllComma ¶
func (s *LiteralListContext) AllComma() []antlr.TerminalNode
func (*LiteralListContext) AllListElement ¶
func (s *LiteralListContext) AllListElement() []IListElementContext
func (*LiteralListContext) CBracket ¶
func (s *LiteralListContext) CBracket() antlr.TerminalNode
func (*LiteralListContext) Comma ¶
func (s *LiteralListContext) Comma(i int) antlr.TerminalNode
func (*LiteralListContext) GetParser ¶
func (s *LiteralListContext) GetParser() antlr.Parser
func (*LiteralListContext) GetRuleContext ¶
func (s *LiteralListContext) GetRuleContext() antlr.RuleContext
func (*LiteralListContext) IsLiteralListContext ¶
func (*LiteralListContext) IsLiteralListContext()
func (*LiteralListContext) ListElement ¶
func (s *LiteralListContext) ListElement(i int) IListElementContext
func (*LiteralListContext) OBracket ¶
func (s *LiteralListContext) OBracket() antlr.TerminalNode
func (*LiteralListContext) ToStringTree ¶
func (s *LiteralListContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type MultiArgAggregateFuncCallContext ¶
type MultiArgAggregateFuncCallContext struct {
AggFuncCallContext
// contains filtered or unexported fields
}
func NewMultiArgAggregateFuncCallContext ¶
func NewMultiArgAggregateFuncCallContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *MultiArgAggregateFuncCallContext
func (*MultiArgAggregateFuncCallContext) Accept ¶
func (s *MultiArgAggregateFuncCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*MultiArgAggregateFuncCallContext) CParen ¶
func (s *MultiArgAggregateFuncCallContext) CParen() antlr.TerminalNode
func (*MultiArgAggregateFuncCallContext) GetFuncName ¶
func (s *MultiArgAggregateFuncCallContext) GetFuncName() IIdentifierContext
func (*MultiArgAggregateFuncCallContext) GetRuleContext ¶
func (s *MultiArgAggregateFuncCallContext) GetRuleContext() antlr.RuleContext
func (*MultiArgAggregateFuncCallContext) Identifier ¶
func (s *MultiArgAggregateFuncCallContext) Identifier() IIdentifierContext
func (*MultiArgAggregateFuncCallContext) OParen ¶
func (s *MultiArgAggregateFuncCallContext) OParen() antlr.TerminalNode
func (*MultiArgAggregateFuncCallContext) QualifiedAggregateFuncArgs ¶
func (s *MultiArgAggregateFuncCallContext) QualifiedAggregateFuncArgs() IQualifiedAggregateFuncArgsContext
func (*MultiArgAggregateFuncCallContext) SetFuncName ¶
func (s *MultiArgAggregateFuncCallContext) SetFuncName(v IIdentifierContext)
func (*MultiArgAggregateFuncCallContext) TableData ¶
func (s *MultiArgAggregateFuncCallContext) TableData() ITableDataContext
type NonReservedContext ¶
type NonReservedContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyNonReservedContext ¶
func NewEmptyNonReservedContext() *NonReservedContext
func NewNonReservedContext ¶
func NewNonReservedContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NonReservedContext
func (*NonReservedContext) Accept ¶
func (s *NonReservedContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*NonReservedContext) And ¶
func (s *NonReservedContext) And() antlr.TerminalNode
func (*NonReservedContext) GetParser ¶
func (s *NonReservedContext) GetParser() antlr.Parser
func (*NonReservedContext) GetRuleContext ¶
func (s *NonReservedContext) GetRuleContext() antlr.RuleContext
func (*NonReservedContext) IsNonReservedContext ¶
func (*NonReservedContext) IsNonReservedContext()
func (*NonReservedContext) Or ¶
func (s *NonReservedContext) Or() antlr.TerminalNode
func (*NonReservedContext) ToStringTree ¶
func (s *NonReservedContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*NonReservedContext) Truncate ¶
func (s *NonReservedContext) Truncate() antlr.TerminalNode
type NullArgContext ¶
type NullArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyNullArgContext ¶
func NewEmptyNullArgContext() *NullArgContext
func NewNullArgContext ¶
func NewNullArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NullArgContext
func (*NullArgContext) Accept ¶
func (s *NullArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*NullArgContext) DataType ¶
func (s *NullArgContext) DataType() IDataTypeContext
func (*NullArgContext) DoubleColon ¶
func (s *NullArgContext) DoubleColon() antlr.TerminalNode
func (*NullArgContext) GetParser ¶
func (s *NullArgContext) GetParser() antlr.Parser
func (*NullArgContext) GetRuleContext ¶
func (s *NullArgContext) GetRuleContext() antlr.RuleContext
func (*NullArgContext) IsNullArgContext ¶
func (*NullArgContext) IsNullArgContext()
func (*NullArgContext) NullLiteral ¶
func (s *NullArgContext) NullLiteral() antlr.TerminalNode
func (*NullArgContext) ToStringTree ¶
func (s *NullArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type NumericLiteralContext ¶
type NumericLiteralContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyNumericLiteralContext ¶
func NewEmptyNumericLiteralContext() *NumericLiteralContext
func NewNumericLiteralContext ¶
func NewNumericLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NumericLiteralContext
func (*NumericLiteralContext) Accept ¶
func (s *NumericLiteralContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*NumericLiteralContext) DecimalLiteral ¶
func (s *NumericLiteralContext) DecimalLiteral() antlr.TerminalNode
func (*NumericLiteralContext) FloatLiteral ¶
func (s *NumericLiteralContext) FloatLiteral() IFloatLiteralContext
func (*NumericLiteralContext) GetParser ¶
func (s *NumericLiteralContext) GetParser() antlr.Parser
func (*NumericLiteralContext) GetRuleContext ¶
func (s *NumericLiteralContext) GetRuleContext() antlr.RuleContext
func (*NumericLiteralContext) IntegerLiteral ¶
func (s *NumericLiteralContext) IntegerLiteral() antlr.TerminalNode
func (*NumericLiteralContext) IsNumericLiteralContext ¶
func (*NumericLiteralContext) IsNumericLiteralContext()
func (*NumericLiteralContext) ToStringTree ¶
func (s *NumericLiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type NumericParameterContext ¶
type NumericParameterContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyNumericParameterContext ¶
func NewEmptyNumericParameterContext() *NumericParameterContext
func NewNumericParameterContext ¶
func NewNumericParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NumericParameterContext
func (*NumericParameterContext) CopyAll ¶
func (s *NumericParameterContext) CopyAll(ctx *NumericParameterContext)
func (*NumericParameterContext) GetParser ¶
func (s *NumericParameterContext) GetParser() antlr.Parser
func (*NumericParameterContext) GetRuleContext ¶
func (s *NumericParameterContext) GetRuleContext() antlr.RuleContext
func (*NumericParameterContext) IsNumericParameterContext ¶
func (*NumericParameterContext) IsNumericParameterContext()
func (*NumericParameterContext) ToStringTree ¶
func (s *NumericParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type OptionNameContext ¶
type OptionNameContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyOptionNameContext ¶
func NewEmptyOptionNameContext() *OptionNameContext
func NewOptionNameContext ¶
func NewOptionNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *OptionNameContext
func (*OptionNameContext) Accept ¶
func (s *OptionNameContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*OptionNameContext) GetParser ¶
func (s *OptionNameContext) GetParser() antlr.Parser
func (*OptionNameContext) GetRuleContext ¶
func (s *OptionNameContext) GetRuleContext() antlr.RuleContext
func (*OptionNameContext) Identifier ¶
func (s *OptionNameContext) Identifier() antlr.TerminalNode
func (*OptionNameContext) IsOptionNameContext ¶
func (*OptionNameContext) IsOptionNameContext()
func (*OptionNameContext) NullHandling ¶
func (s *OptionNameContext) NullHandling() antlr.TerminalNode
func (*OptionNameContext) Overflow ¶
func (s *OptionNameContext) Overflow() antlr.TerminalNode
func (*OptionNameContext) Rounding ¶
func (s *OptionNameContext) Rounding() antlr.TerminalNode
func (*OptionNameContext) SpacesOnly ¶
func (s *OptionNameContext) SpacesOnly() antlr.TerminalNode
func (*OptionNameContext) ToStringTree ¶
func (s *OptionNameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type OptionValueContext ¶
type OptionValueContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyOptionValueContext ¶
func NewEmptyOptionValueContext() *OptionValueContext
func NewOptionValueContext ¶
func NewOptionValueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *OptionValueContext
func (*OptionValueContext) Accept ¶
func (s *OptionValueContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*OptionValueContext) AcceptNulls ¶
func (s *OptionValueContext) AcceptNulls() antlr.TerminalNode
func (*OptionValueContext) BooleanLiteral ¶
func (s *OptionValueContext) BooleanLiteral() antlr.TerminalNode
func (*OptionValueContext) Error ¶
func (s *OptionValueContext) Error() antlr.TerminalNode
func (*OptionValueContext) GetParser ¶
func (s *OptionValueContext) GetParser() antlr.Parser
func (*OptionValueContext) GetRuleContext ¶
func (s *OptionValueContext) GetRuleContext() antlr.RuleContext
func (*OptionValueContext) Identifier ¶
func (s *OptionValueContext) Identifier() antlr.TerminalNode
func (*OptionValueContext) IgnoreNulls ¶
func (s *OptionValueContext) IgnoreNulls() antlr.TerminalNode
func (*OptionValueContext) IsOptionValueContext ¶
func (*OptionValueContext) IsOptionValueContext()
func (*OptionValueContext) NaN ¶
func (s *OptionValueContext) NaN() antlr.TerminalNode
func (*OptionValueContext) NullLiteral ¶
func (s *OptionValueContext) NullLiteral() antlr.TerminalNode
func (*OptionValueContext) Saturate ¶
func (s *OptionValueContext) Saturate() antlr.TerminalNode
func (*OptionValueContext) Silent ¶
func (s *OptionValueContext) Silent() antlr.TerminalNode
func (*OptionValueContext) TieToEven ¶
func (s *OptionValueContext) TieToEven() antlr.TerminalNode
func (*OptionValueContext) ToStringTree ¶
func (s *OptionValueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*OptionValueContext) Truncate ¶
func (s *OptionValueContext) Truncate() antlr.TerminalNode
type ParameterizedTypeContext ¶
type ParameterizedTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyParameterizedTypeContext ¶
func NewEmptyParameterizedTypeContext() *ParameterizedTypeContext
func NewParameterizedTypeContext ¶
func NewParameterizedTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParameterizedTypeContext
func (*ParameterizedTypeContext) Accept ¶
func (s *ParameterizedTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*ParameterizedTypeContext) DecimalType ¶
func (s *ParameterizedTypeContext) DecimalType() IDecimalTypeContext
func (*ParameterizedTypeContext) FixedBinaryType ¶
func (s *ParameterizedTypeContext) FixedBinaryType() IFixedBinaryTypeContext
func (*ParameterizedTypeContext) FixedCharType ¶
func (s *ParameterizedTypeContext) FixedCharType() IFixedCharTypeContext
func (*ParameterizedTypeContext) FuncType ¶
func (s *ParameterizedTypeContext) FuncType() IFuncTypeContext
func (*ParameterizedTypeContext) GetParser ¶
func (s *ParameterizedTypeContext) GetParser() antlr.Parser
func (*ParameterizedTypeContext) GetRuleContext ¶
func (s *ParameterizedTypeContext) GetRuleContext() antlr.RuleContext
func (*ParameterizedTypeContext) IntervalCompoundType ¶
func (s *ParameterizedTypeContext) IntervalCompoundType() IIntervalCompoundTypeContext
func (*ParameterizedTypeContext) IntervalDayType ¶
func (s *ParameterizedTypeContext) IntervalDayType() IIntervalDayTypeContext
func (*ParameterizedTypeContext) IsParameterizedTypeContext ¶
func (*ParameterizedTypeContext) IsParameterizedTypeContext()
func (*ParameterizedTypeContext) ListType ¶
func (s *ParameterizedTypeContext) ListType() IListTypeContext
func (*ParameterizedTypeContext) PrecisionTimeType ¶
func (s *ParameterizedTypeContext) PrecisionTimeType() IPrecisionTimeTypeContext
func (*ParameterizedTypeContext) PrecisionTimestampTZType ¶
func (s *ParameterizedTypeContext) PrecisionTimestampTZType() IPrecisionTimestampTZTypeContext
func (*ParameterizedTypeContext) PrecisionTimestampType ¶
func (s *ParameterizedTypeContext) PrecisionTimestampType() IPrecisionTimestampTypeContext
func (*ParameterizedTypeContext) ToStringTree ¶
func (s *ParameterizedTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*ParameterizedTypeContext) VarCharType ¶
func (s *ParameterizedTypeContext) VarCharType() IVarCharTypeContext
type PrecisionTimeArgContext ¶
type PrecisionTimeArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyPrecisionTimeArgContext ¶
func NewEmptyPrecisionTimeArgContext() *PrecisionTimeArgContext
func NewPrecisionTimeArgContext ¶
func NewPrecisionTimeArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PrecisionTimeArgContext
func (*PrecisionTimeArgContext) Accept ¶
func (s *PrecisionTimeArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*PrecisionTimeArgContext) DoubleColon ¶
func (s *PrecisionTimeArgContext) DoubleColon() antlr.TerminalNode
func (*PrecisionTimeArgContext) GetParser ¶
func (s *PrecisionTimeArgContext) GetParser() antlr.Parser
func (*PrecisionTimeArgContext) GetRuleContext ¶
func (s *PrecisionTimeArgContext) GetRuleContext() antlr.RuleContext
func (*PrecisionTimeArgContext) IsPrecisionTimeArgContext ¶
func (*PrecisionTimeArgContext) IsPrecisionTimeArgContext()
func (*PrecisionTimeArgContext) PrecisionTimeType ¶
func (s *PrecisionTimeArgContext) PrecisionTimeType() IPrecisionTimeTypeContext
func (*PrecisionTimeArgContext) TimeLiteral ¶
func (s *PrecisionTimeArgContext) TimeLiteral() antlr.TerminalNode
func (*PrecisionTimeArgContext) ToStringTree ¶
func (s *PrecisionTimeArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type PrecisionTimeTypeContext ¶
type PrecisionTimeTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyPrecisionTimeTypeContext ¶
func NewEmptyPrecisionTimeTypeContext() *PrecisionTimeTypeContext
func NewPrecisionTimeTypeContext ¶
func NewPrecisionTimeTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PrecisionTimeTypeContext
func (*PrecisionTimeTypeContext) Accept ¶
func (s *PrecisionTimeTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*PrecisionTimeTypeContext) CAngleBracket ¶
func (s *PrecisionTimeTypeContext) CAngleBracket() antlr.TerminalNode
func (*PrecisionTimeTypeContext) GetIsnull ¶
func (s *PrecisionTimeTypeContext) GetIsnull() antlr.Token
func (*PrecisionTimeTypeContext) GetParser ¶
func (s *PrecisionTimeTypeContext) GetParser() antlr.Parser
func (*PrecisionTimeTypeContext) GetPrecision ¶
func (s *PrecisionTimeTypeContext) GetPrecision() INumericParameterContext
func (*PrecisionTimeTypeContext) GetRuleContext ¶
func (s *PrecisionTimeTypeContext) GetRuleContext() antlr.RuleContext
func (*PrecisionTimeTypeContext) IsPrecisionTimeTypeContext ¶
func (*PrecisionTimeTypeContext) IsPrecisionTimeTypeContext()
func (*PrecisionTimeTypeContext) NumericParameter ¶
func (s *PrecisionTimeTypeContext) NumericParameter() INumericParameterContext
func (*PrecisionTimeTypeContext) OAngleBracket ¶
func (s *PrecisionTimeTypeContext) OAngleBracket() antlr.TerminalNode
func (*PrecisionTimeTypeContext) PT ¶
func (s *PrecisionTimeTypeContext) PT() antlr.TerminalNode
func (*PrecisionTimeTypeContext) Precision_Time ¶
func (s *PrecisionTimeTypeContext) Precision_Time() antlr.TerminalNode
func (*PrecisionTimeTypeContext) QMark ¶
func (s *PrecisionTimeTypeContext) QMark() antlr.TerminalNode
func (*PrecisionTimeTypeContext) SetIsnull ¶
func (s *PrecisionTimeTypeContext) SetIsnull(v antlr.Token)
func (*PrecisionTimeTypeContext) SetPrecision ¶
func (s *PrecisionTimeTypeContext) SetPrecision(v INumericParameterContext)
func (*PrecisionTimeTypeContext) ToStringTree ¶
func (s *PrecisionTimeTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type PrecisionTimestampArgContext ¶
type PrecisionTimestampArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyPrecisionTimestampArgContext ¶
func NewEmptyPrecisionTimestampArgContext() *PrecisionTimestampArgContext
func NewPrecisionTimestampArgContext ¶
func NewPrecisionTimestampArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PrecisionTimestampArgContext
func (*PrecisionTimestampArgContext) Accept ¶
func (s *PrecisionTimestampArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*PrecisionTimestampArgContext) DoubleColon ¶
func (s *PrecisionTimestampArgContext) DoubleColon() antlr.TerminalNode
func (*PrecisionTimestampArgContext) GetParser ¶
func (s *PrecisionTimestampArgContext) GetParser() antlr.Parser
func (*PrecisionTimestampArgContext) GetRuleContext ¶
func (s *PrecisionTimestampArgContext) GetRuleContext() antlr.RuleContext
func (*PrecisionTimestampArgContext) IsPrecisionTimestampArgContext ¶
func (*PrecisionTimestampArgContext) IsPrecisionTimestampArgContext()
func (*PrecisionTimestampArgContext) PrecisionTimestampType ¶
func (s *PrecisionTimestampArgContext) PrecisionTimestampType() IPrecisionTimestampTypeContext
func (*PrecisionTimestampArgContext) TimestampLiteral ¶
func (s *PrecisionTimestampArgContext) TimestampLiteral() antlr.TerminalNode
func (*PrecisionTimestampArgContext) ToStringTree ¶
func (s *PrecisionTimestampArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type PrecisionTimestampTZArgContext ¶
type PrecisionTimestampTZArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyPrecisionTimestampTZArgContext ¶
func NewEmptyPrecisionTimestampTZArgContext() *PrecisionTimestampTZArgContext
func NewPrecisionTimestampTZArgContext ¶
func NewPrecisionTimestampTZArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PrecisionTimestampTZArgContext
func (*PrecisionTimestampTZArgContext) Accept ¶
func (s *PrecisionTimestampTZArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*PrecisionTimestampTZArgContext) DoubleColon ¶
func (s *PrecisionTimestampTZArgContext) DoubleColon() antlr.TerminalNode
func (*PrecisionTimestampTZArgContext) GetParser ¶
func (s *PrecisionTimestampTZArgContext) GetParser() antlr.Parser
func (*PrecisionTimestampTZArgContext) GetRuleContext ¶
func (s *PrecisionTimestampTZArgContext) GetRuleContext() antlr.RuleContext
func (*PrecisionTimestampTZArgContext) IsPrecisionTimestampTZArgContext ¶
func (*PrecisionTimestampTZArgContext) IsPrecisionTimestampTZArgContext()
func (*PrecisionTimestampTZArgContext) PrecisionTimestampTZType ¶
func (s *PrecisionTimestampTZArgContext) PrecisionTimestampTZType() IPrecisionTimestampTZTypeContext
func (*PrecisionTimestampTZArgContext) TimestampTzLiteral ¶
func (s *PrecisionTimestampTZArgContext) TimestampTzLiteral() antlr.TerminalNode
func (*PrecisionTimestampTZArgContext) ToStringTree ¶
func (s *PrecisionTimestampTZArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type PrecisionTimestampTZTypeContext ¶
type PrecisionTimestampTZTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyPrecisionTimestampTZTypeContext ¶
func NewEmptyPrecisionTimestampTZTypeContext() *PrecisionTimestampTZTypeContext
func NewPrecisionTimestampTZTypeContext ¶
func NewPrecisionTimestampTZTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PrecisionTimestampTZTypeContext
func (*PrecisionTimestampTZTypeContext) Accept ¶
func (s *PrecisionTimestampTZTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*PrecisionTimestampTZTypeContext) CAngleBracket ¶
func (s *PrecisionTimestampTZTypeContext) CAngleBracket() antlr.TerminalNode
func (*PrecisionTimestampTZTypeContext) GetIsnull ¶
func (s *PrecisionTimestampTZTypeContext) GetIsnull() antlr.Token
func (*PrecisionTimestampTZTypeContext) GetParser ¶
func (s *PrecisionTimestampTZTypeContext) GetParser() antlr.Parser
func (*PrecisionTimestampTZTypeContext) GetPrecision ¶
func (s *PrecisionTimestampTZTypeContext) GetPrecision() INumericParameterContext
func (*PrecisionTimestampTZTypeContext) GetRuleContext ¶
func (s *PrecisionTimestampTZTypeContext) GetRuleContext() antlr.RuleContext
func (*PrecisionTimestampTZTypeContext) IsPrecisionTimestampTZTypeContext ¶
func (*PrecisionTimestampTZTypeContext) IsPrecisionTimestampTZTypeContext()
func (*PrecisionTimestampTZTypeContext) NumericParameter ¶
func (s *PrecisionTimestampTZTypeContext) NumericParameter() INumericParameterContext
func (*PrecisionTimestampTZTypeContext) OAngleBracket ¶
func (s *PrecisionTimestampTZTypeContext) OAngleBracket() antlr.TerminalNode
func (*PrecisionTimestampTZTypeContext) PTsTZ ¶
func (s *PrecisionTimestampTZTypeContext) PTsTZ() antlr.TerminalNode
func (*PrecisionTimestampTZTypeContext) Precision_Timestamp_TZ ¶
func (s *PrecisionTimestampTZTypeContext) Precision_Timestamp_TZ() antlr.TerminalNode
func (*PrecisionTimestampTZTypeContext) QMark ¶
func (s *PrecisionTimestampTZTypeContext) QMark() antlr.TerminalNode
func (*PrecisionTimestampTZTypeContext) SetIsnull ¶
func (s *PrecisionTimestampTZTypeContext) SetIsnull(v antlr.Token)
func (*PrecisionTimestampTZTypeContext) SetPrecision ¶
func (s *PrecisionTimestampTZTypeContext) SetPrecision(v INumericParameterContext)
func (*PrecisionTimestampTZTypeContext) ToStringTree ¶
func (s *PrecisionTimestampTZTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type PrecisionTimestampTypeContext ¶
type PrecisionTimestampTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyPrecisionTimestampTypeContext ¶
func NewEmptyPrecisionTimestampTypeContext() *PrecisionTimestampTypeContext
func NewPrecisionTimestampTypeContext ¶
func NewPrecisionTimestampTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PrecisionTimestampTypeContext
func (*PrecisionTimestampTypeContext) Accept ¶
func (s *PrecisionTimestampTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*PrecisionTimestampTypeContext) CAngleBracket ¶
func (s *PrecisionTimestampTypeContext) CAngleBracket() antlr.TerminalNode
func (*PrecisionTimestampTypeContext) GetIsnull ¶
func (s *PrecisionTimestampTypeContext) GetIsnull() antlr.Token
func (*PrecisionTimestampTypeContext) GetParser ¶
func (s *PrecisionTimestampTypeContext) GetParser() antlr.Parser
func (*PrecisionTimestampTypeContext) GetPrecision ¶
func (s *PrecisionTimestampTypeContext) GetPrecision() INumericParameterContext
func (*PrecisionTimestampTypeContext) GetRuleContext ¶
func (s *PrecisionTimestampTypeContext) GetRuleContext() antlr.RuleContext
func (*PrecisionTimestampTypeContext) IsPrecisionTimestampTypeContext ¶
func (*PrecisionTimestampTypeContext) IsPrecisionTimestampTypeContext()
func (*PrecisionTimestampTypeContext) NumericParameter ¶
func (s *PrecisionTimestampTypeContext) NumericParameter() INumericParameterContext
func (*PrecisionTimestampTypeContext) OAngleBracket ¶
func (s *PrecisionTimestampTypeContext) OAngleBracket() antlr.TerminalNode
func (*PrecisionTimestampTypeContext) PTs ¶
func (s *PrecisionTimestampTypeContext) PTs() antlr.TerminalNode
func (*PrecisionTimestampTypeContext) Precision_Timestamp ¶
func (s *PrecisionTimestampTypeContext) Precision_Timestamp() antlr.TerminalNode
func (*PrecisionTimestampTypeContext) QMark ¶
func (s *PrecisionTimestampTypeContext) QMark() antlr.TerminalNode
func (*PrecisionTimestampTypeContext) SetIsnull ¶
func (s *PrecisionTimestampTypeContext) SetIsnull(v antlr.Token)
func (*PrecisionTimestampTypeContext) SetPrecision ¶
func (s *PrecisionTimestampTypeContext) SetPrecision(v INumericParameterContext)
func (*PrecisionTimestampTypeContext) ToStringTree ¶
func (s *PrecisionTimestampTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type QualifiedAggregateFuncArgContext ¶
type QualifiedAggregateFuncArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyQualifiedAggregateFuncArgContext ¶
func NewEmptyQualifiedAggregateFuncArgContext() *QualifiedAggregateFuncArgContext
func NewQualifiedAggregateFuncArgContext ¶
func NewQualifiedAggregateFuncArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QualifiedAggregateFuncArgContext
func (*QualifiedAggregateFuncArgContext) Accept ¶
func (s *QualifiedAggregateFuncArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*QualifiedAggregateFuncArgContext) Argument ¶
func (s *QualifiedAggregateFuncArgContext) Argument() IArgumentContext
func (*QualifiedAggregateFuncArgContext) ColumnName ¶
func (s *QualifiedAggregateFuncArgContext) ColumnName() antlr.TerminalNode
func (*QualifiedAggregateFuncArgContext) Dot ¶
func (s *QualifiedAggregateFuncArgContext) Dot() antlr.TerminalNode
func (*QualifiedAggregateFuncArgContext) GetParser ¶
func (s *QualifiedAggregateFuncArgContext) GetParser() antlr.Parser
func (*QualifiedAggregateFuncArgContext) GetRuleContext ¶
func (s *QualifiedAggregateFuncArgContext) GetRuleContext() antlr.RuleContext
func (*QualifiedAggregateFuncArgContext) GetTableName ¶
func (s *QualifiedAggregateFuncArgContext) GetTableName() antlr.Token
func (*QualifiedAggregateFuncArgContext) Identifier ¶
func (s *QualifiedAggregateFuncArgContext) Identifier() antlr.TerminalNode
func (*QualifiedAggregateFuncArgContext) IsQualifiedAggregateFuncArgContext ¶
func (*QualifiedAggregateFuncArgContext) IsQualifiedAggregateFuncArgContext()
func (*QualifiedAggregateFuncArgContext) SetTableName ¶
func (s *QualifiedAggregateFuncArgContext) SetTableName(v antlr.Token)
func (*QualifiedAggregateFuncArgContext) ToStringTree ¶
func (s *QualifiedAggregateFuncArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type QualifiedAggregateFuncArgsContext ¶
type QualifiedAggregateFuncArgsContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyQualifiedAggregateFuncArgsContext ¶
func NewEmptyQualifiedAggregateFuncArgsContext() *QualifiedAggregateFuncArgsContext
func NewQualifiedAggregateFuncArgsContext ¶
func NewQualifiedAggregateFuncArgsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QualifiedAggregateFuncArgsContext
func (*QualifiedAggregateFuncArgsContext) Accept ¶
func (s *QualifiedAggregateFuncArgsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*QualifiedAggregateFuncArgsContext) AllComma ¶
func (s *QualifiedAggregateFuncArgsContext) AllComma() []antlr.TerminalNode
func (*QualifiedAggregateFuncArgsContext) AllQualifiedAggregateFuncArg ¶
func (s *QualifiedAggregateFuncArgsContext) AllQualifiedAggregateFuncArg() []IQualifiedAggregateFuncArgContext
func (*QualifiedAggregateFuncArgsContext) Comma ¶
func (s *QualifiedAggregateFuncArgsContext) Comma(i int) antlr.TerminalNode
func (*QualifiedAggregateFuncArgsContext) GetParser ¶
func (s *QualifiedAggregateFuncArgsContext) GetParser() antlr.Parser
func (*QualifiedAggregateFuncArgsContext) GetRuleContext ¶
func (s *QualifiedAggregateFuncArgsContext) GetRuleContext() antlr.RuleContext
func (*QualifiedAggregateFuncArgsContext) IsQualifiedAggregateFuncArgsContext ¶
func (*QualifiedAggregateFuncArgsContext) IsQualifiedAggregateFuncArgsContext()
func (*QualifiedAggregateFuncArgsContext) QualifiedAggregateFuncArg ¶
func (s *QualifiedAggregateFuncArgsContext) QualifiedAggregateFuncArg(i int) IQualifiedAggregateFuncArgContext
func (*QualifiedAggregateFuncArgsContext) ToStringTree ¶
func (s *QualifiedAggregateFuncArgsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ResultContext ¶
type ResultContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyResultContext ¶
func NewEmptyResultContext() *ResultContext
func NewResultContext ¶
func NewResultContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ResultContext
func (*ResultContext) Accept ¶
func (s *ResultContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*ResultContext) Argument ¶
func (s *ResultContext) Argument() IArgumentContext
func (*ResultContext) GetParser ¶
func (s *ResultContext) GetParser() antlr.Parser
func (*ResultContext) GetRuleContext ¶
func (s *ResultContext) GetRuleContext() antlr.RuleContext
func (*ResultContext) IsResultContext ¶
func (*ResultContext) IsResultContext()
func (*ResultContext) SubstraitError ¶
func (s *ResultContext) SubstraitError() ISubstraitErrorContext
func (*ResultContext) ToStringTree ¶
func (s *ResultContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ScalarFuncTestGroupContext ¶
type ScalarFuncTestGroupContext struct {
TestGroupContext
}
func NewScalarFuncTestGroupContext ¶
func NewScalarFuncTestGroupContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *ScalarFuncTestGroupContext
func (*ScalarFuncTestGroupContext) Accept ¶
func (s *ScalarFuncTestGroupContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*ScalarFuncTestGroupContext) AllTestCase ¶
func (s *ScalarFuncTestGroupContext) AllTestCase() []ITestCaseContext
func (*ScalarFuncTestGroupContext) GetRuleContext ¶
func (s *ScalarFuncTestGroupContext) GetRuleContext() antlr.RuleContext
func (*ScalarFuncTestGroupContext) TestCase ¶
func (s *ScalarFuncTestGroupContext) TestCase(i int) ITestCaseContext
func (*ScalarFuncTestGroupContext) TestGroupDescription ¶
func (s *ScalarFuncTestGroupContext) TestGroupDescription() ITestGroupDescriptionContext
type ScalarTypeContext ¶
type ScalarTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyScalarTypeContext ¶
func NewEmptyScalarTypeContext() *ScalarTypeContext
func NewScalarTypeContext ¶
func NewScalarTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ScalarTypeContext
func (*ScalarTypeContext) CopyAll ¶
func (s *ScalarTypeContext) CopyAll(ctx *ScalarTypeContext)
func (*ScalarTypeContext) GetParser ¶
func (s *ScalarTypeContext) GetParser() antlr.Parser
func (*ScalarTypeContext) GetRuleContext ¶
func (s *ScalarTypeContext) GetRuleContext() antlr.RuleContext
func (*ScalarTypeContext) IsScalarTypeContext ¶
func (*ScalarTypeContext) IsScalarTypeContext()
func (*ScalarTypeContext) ToStringTree ¶
func (s *ScalarTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type SingleArgAggregateFuncCallContext ¶
type SingleArgAggregateFuncCallContext struct {
AggFuncCallContext
// contains filtered or unexported fields
}
func NewSingleArgAggregateFuncCallContext ¶
func NewSingleArgAggregateFuncCallContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *SingleArgAggregateFuncCallContext
func (*SingleArgAggregateFuncCallContext) Accept ¶
func (s *SingleArgAggregateFuncCallContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*SingleArgAggregateFuncCallContext) CParen ¶
func (s *SingleArgAggregateFuncCallContext) CParen() antlr.TerminalNode
func (*SingleArgAggregateFuncCallContext) DataColumn ¶
func (s *SingleArgAggregateFuncCallContext) DataColumn() IDataColumnContext
func (*SingleArgAggregateFuncCallContext) GetFunctName ¶
func (s *SingleArgAggregateFuncCallContext) GetFunctName() IIdentifierContext
func (*SingleArgAggregateFuncCallContext) GetRuleContext ¶
func (s *SingleArgAggregateFuncCallContext) GetRuleContext() antlr.RuleContext
func (*SingleArgAggregateFuncCallContext) Identifier ¶
func (s *SingleArgAggregateFuncCallContext) Identifier() IIdentifierContext
func (*SingleArgAggregateFuncCallContext) OParen ¶
func (s *SingleArgAggregateFuncCallContext) OParen() antlr.TerminalNode
func (*SingleArgAggregateFuncCallContext) SetFunctName ¶
func (s *SingleArgAggregateFuncCallContext) SetFunctName(v IIdentifierContext)
type SingleFuncParamContext ¶
type SingleFuncParamContext struct {
FuncParametersContext
}
func NewSingleFuncParamContext ¶
func NewSingleFuncParamContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *SingleFuncParamContext
func (*SingleFuncParamContext) Accept ¶
func (s *SingleFuncParamContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*SingleFuncParamContext) DataType ¶
func (s *SingleFuncParamContext) DataType() IDataTypeContext
func (*SingleFuncParamContext) GetRuleContext ¶
func (s *SingleFuncParamContext) GetRuleContext() antlr.RuleContext
type SingleParamContext ¶
type SingleParamContext struct {
LambdaParametersContext
}
func NewSingleParamContext ¶
func NewSingleParamContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *SingleParamContext
func (*SingleParamContext) Accept ¶
func (s *SingleParamContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*SingleParamContext) GetRuleContext ¶
func (s *SingleParamContext) GetRuleContext() antlr.RuleContext
func (*SingleParamContext) Identifier ¶
func (s *SingleParamContext) Identifier() antlr.TerminalNode
type StringArgContext ¶
type StringArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyStringArgContext ¶
func NewEmptyStringArgContext() *StringArgContext
func NewStringArgContext ¶
func NewStringArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StringArgContext
func (*StringArgContext) Accept ¶
func (s *StringArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*StringArgContext) DoubleColon ¶
func (s *StringArgContext) DoubleColon() antlr.TerminalNode
func (*StringArgContext) GetParser ¶
func (s *StringArgContext) GetParser() antlr.Parser
func (*StringArgContext) GetRuleContext ¶
func (s *StringArgContext) GetRuleContext() antlr.RuleContext
func (*StringArgContext) IsStringArgContext ¶
func (*StringArgContext) IsStringArgContext()
func (*StringArgContext) StringLiteral ¶
func (s *StringArgContext) StringLiteral() antlr.TerminalNode
func (*StringArgContext) StringType ¶
func (s *StringArgContext) StringType() IStringTypeContext
func (*StringArgContext) ToStringTree ¶
func (s *StringArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type StringContext ¶
type StringContext struct {
ScalarTypeContext
}
func NewStringContext ¶
func NewStringContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *StringContext
func (*StringContext) Accept ¶
func (s *StringContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*StringContext) GetRuleContext ¶
func (s *StringContext) GetRuleContext() antlr.RuleContext
func (*StringContext) StringType ¶
func (s *StringContext) StringType() IStringTypeContext
type StringTypeContext ¶
type StringTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyStringTypeContext ¶
func NewEmptyStringTypeContext() *StringTypeContext
func NewStringTypeContext ¶
func NewStringTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StringTypeContext
func (*StringTypeContext) Accept ¶
func (s *StringTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*StringTypeContext) GetIsnull ¶
func (s *StringTypeContext) GetIsnull() antlr.Token
func (*StringTypeContext) GetParser ¶
func (s *StringTypeContext) GetParser() antlr.Parser
func (*StringTypeContext) GetRuleContext ¶
func (s *StringTypeContext) GetRuleContext() antlr.RuleContext
func (*StringTypeContext) IsStringTypeContext ¶
func (*StringTypeContext) IsStringTypeContext()
func (*StringTypeContext) QMark ¶
func (s *StringTypeContext) QMark() antlr.TerminalNode
func (*StringTypeContext) SetIsnull ¶
func (s *StringTypeContext) SetIsnull(v antlr.Token)
func (*StringTypeContext) Str ¶
func (s *StringTypeContext) Str() antlr.TerminalNode
func (*StringTypeContext) String_ ¶
func (s *StringTypeContext) String_() antlr.TerminalNode
func (*StringTypeContext) ToStringTree ¶
func (s *StringTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type SubstraitErrorContext ¶
type SubstraitErrorContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptySubstraitErrorContext ¶
func NewEmptySubstraitErrorContext() *SubstraitErrorContext
func NewSubstraitErrorContext ¶
func NewSubstraitErrorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SubstraitErrorContext
func (*SubstraitErrorContext) Accept ¶
func (s *SubstraitErrorContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*SubstraitErrorContext) ErrorResult ¶
func (s *SubstraitErrorContext) ErrorResult() antlr.TerminalNode
func (*SubstraitErrorContext) GetParser ¶
func (s *SubstraitErrorContext) GetParser() antlr.Parser
func (*SubstraitErrorContext) GetRuleContext ¶
func (s *SubstraitErrorContext) GetRuleContext() antlr.RuleContext
func (*SubstraitErrorContext) IsSubstraitErrorContext ¶
func (*SubstraitErrorContext) IsSubstraitErrorContext()
func (*SubstraitErrorContext) ToStringTree ¶
func (s *SubstraitErrorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*SubstraitErrorContext) UndefineResult ¶
func (s *SubstraitErrorContext) UndefineResult() antlr.TerminalNode
type TableDataContext ¶
type TableDataContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTableDataContext ¶
func NewEmptyTableDataContext() *TableDataContext
func NewTableDataContext ¶
func NewTableDataContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TableDataContext
func (*TableDataContext) Accept ¶
func (s *TableDataContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TableDataContext) AllComma ¶
func (s *TableDataContext) AllComma() []antlr.TerminalNode
func (*TableDataContext) AllDataType ¶
func (s *TableDataContext) AllDataType() []IDataTypeContext
func (*TableDataContext) CParen ¶
func (s *TableDataContext) CParen() antlr.TerminalNode
func (*TableDataContext) Comma ¶
func (s *TableDataContext) Comma(i int) antlr.TerminalNode
func (*TableDataContext) DataType ¶
func (s *TableDataContext) DataType(i int) IDataTypeContext
func (*TableDataContext) Define ¶
func (s *TableDataContext) Define() antlr.TerminalNode
func (*TableDataContext) Eq ¶
func (s *TableDataContext) Eq() antlr.TerminalNode
func (*TableDataContext) GetParser ¶
func (s *TableDataContext) GetParser() antlr.Parser
func (*TableDataContext) GetRuleContext ¶
func (s *TableDataContext) GetRuleContext() antlr.RuleContext
func (*TableDataContext) GetTableName ¶
func (s *TableDataContext) GetTableName() antlr.Token
func (*TableDataContext) Identifier ¶
func (s *TableDataContext) Identifier() antlr.TerminalNode
func (*TableDataContext) IsTableDataContext ¶
func (*TableDataContext) IsTableDataContext()
func (*TableDataContext) OParen ¶
func (s *TableDataContext) OParen() antlr.TerminalNode
func (*TableDataContext) SetTableName ¶
func (s *TableDataContext) SetTableName(v antlr.Token)
func (*TableDataContext) TableRows ¶
func (s *TableDataContext) TableRows() ITableRowsContext
func (*TableDataContext) ToStringTree ¶
func (s *TableDataContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TableRowsContext ¶
type TableRowsContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTableRowsContext ¶
func NewEmptyTableRowsContext() *TableRowsContext
func NewTableRowsContext ¶
func NewTableRowsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TableRowsContext
func (*TableRowsContext) Accept ¶
func (s *TableRowsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TableRowsContext) AllColumnValues ¶
func (s *TableRowsContext) AllColumnValues() []IColumnValuesContext
func (*TableRowsContext) AllComma ¶
func (s *TableRowsContext) AllComma() []antlr.TerminalNode
func (*TableRowsContext) CParen ¶
func (s *TableRowsContext) CParen() antlr.TerminalNode
func (*TableRowsContext) ColumnValues ¶
func (s *TableRowsContext) ColumnValues(i int) IColumnValuesContext
func (*TableRowsContext) Comma ¶
func (s *TableRowsContext) Comma(i int) antlr.TerminalNode
func (*TableRowsContext) GetParser ¶
func (s *TableRowsContext) GetParser() antlr.Parser
func (*TableRowsContext) GetRuleContext ¶
func (s *TableRowsContext) GetRuleContext() antlr.RuleContext
func (*TableRowsContext) IsTableRowsContext ¶
func (*TableRowsContext) IsTableRowsContext()
func (*TableRowsContext) OParen ¶
func (s *TableRowsContext) OParen() antlr.TerminalNode
func (*TableRowsContext) ToStringTree ¶
func (s *TableRowsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TestCaseContext ¶
type TestCaseContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTestCaseContext ¶
func NewEmptyTestCaseContext() *TestCaseContext
func NewTestCaseContext ¶
func NewTestCaseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TestCaseContext
func (*TestCaseContext) Accept ¶
func (s *TestCaseContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TestCaseContext) Arguments ¶
func (s *TestCaseContext) Arguments() IArgumentsContext
func (*TestCaseContext) CBracket ¶
func (s *TestCaseContext) CBracket() antlr.TerminalNode
func (*TestCaseContext) CParen ¶
func (s *TestCaseContext) CParen() antlr.TerminalNode
func (*TestCaseContext) Eq ¶
func (s *TestCaseContext) Eq() antlr.TerminalNode
func (*TestCaseContext) FuncOptions ¶
func (s *TestCaseContext) FuncOptions() IFuncOptionsContext
func (*TestCaseContext) GetFunctionName ¶
func (s *TestCaseContext) GetFunctionName() IIdentifierContext
func (*TestCaseContext) GetParser ¶
func (s *TestCaseContext) GetParser() antlr.Parser
func (*TestCaseContext) GetRuleContext ¶
func (s *TestCaseContext) GetRuleContext() antlr.RuleContext
func (*TestCaseContext) Identifier ¶
func (s *TestCaseContext) Identifier() IIdentifierContext
func (*TestCaseContext) IsTestCaseContext ¶
func (*TestCaseContext) IsTestCaseContext()
func (*TestCaseContext) OBracket ¶
func (s *TestCaseContext) OBracket() antlr.TerminalNode
func (*TestCaseContext) OParen ¶
func (s *TestCaseContext) OParen() antlr.TerminalNode
func (*TestCaseContext) Result ¶
func (s *TestCaseContext) Result() IResultContext
func (*TestCaseContext) SetFunctionName ¶
func (s *TestCaseContext) SetFunctionName(v IIdentifierContext)
func (*TestCaseContext) ToStringTree ¶
func (s *TestCaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TestGroupContext ¶
type TestGroupContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTestGroupContext ¶
func NewEmptyTestGroupContext() *TestGroupContext
func NewTestGroupContext ¶
func NewTestGroupContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TestGroupContext
func (*TestGroupContext) CopyAll ¶
func (s *TestGroupContext) CopyAll(ctx *TestGroupContext)
func (*TestGroupContext) GetParser ¶
func (s *TestGroupContext) GetParser() antlr.Parser
func (*TestGroupContext) GetRuleContext ¶
func (s *TestGroupContext) GetRuleContext() antlr.RuleContext
func (*TestGroupContext) IsTestGroupContext ¶
func (*TestGroupContext) IsTestGroupContext()
func (*TestGroupContext) ToStringTree ¶
func (s *TestGroupContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TestGroupDescriptionContext ¶
type TestGroupDescriptionContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTestGroupDescriptionContext ¶
func NewEmptyTestGroupDescriptionContext() *TestGroupDescriptionContext
func NewTestGroupDescriptionContext ¶
func NewTestGroupDescriptionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TestGroupDescriptionContext
func (*TestGroupDescriptionContext) Accept ¶
func (s *TestGroupDescriptionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TestGroupDescriptionContext) DescriptionLine ¶
func (s *TestGroupDescriptionContext) DescriptionLine() antlr.TerminalNode
func (*TestGroupDescriptionContext) GetParser ¶
func (s *TestGroupDescriptionContext) GetParser() antlr.Parser
func (*TestGroupDescriptionContext) GetRuleContext ¶
func (s *TestGroupDescriptionContext) GetRuleContext() antlr.RuleContext
func (*TestGroupDescriptionContext) IsTestGroupDescriptionContext ¶
func (*TestGroupDescriptionContext) IsTestGroupDescriptionContext()
func (*TestGroupDescriptionContext) ToStringTree ¶
func (s *TestGroupDescriptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TimeArgContext ¶
type TimeArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTimeArgContext ¶
func NewEmptyTimeArgContext() *TimeArgContext
func NewTimeArgContext ¶
func NewTimeArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TimeArgContext
func (*TimeArgContext) Accept ¶
func (s *TimeArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TimeArgContext) DoubleColon ¶
func (s *TimeArgContext) DoubleColon() antlr.TerminalNode
func (*TimeArgContext) GetParser ¶
func (s *TimeArgContext) GetParser() antlr.Parser
func (*TimeArgContext) GetRuleContext ¶
func (s *TimeArgContext) GetRuleContext() antlr.RuleContext
func (*TimeArgContext) IsTimeArgContext ¶
func (*TimeArgContext) IsTimeArgContext()
func (*TimeArgContext) TimeLiteral ¶
func (s *TimeArgContext) TimeLiteral() antlr.TerminalNode
func (*TimeArgContext) TimeType ¶
func (s *TimeArgContext) TimeType() ITimeTypeContext
func (*TimeArgContext) ToStringTree ¶
func (s *TimeArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TimeContext ¶
type TimeContext struct {
ScalarTypeContext
}
func NewTimeContext ¶
func NewTimeContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *TimeContext
func (*TimeContext) Accept ¶
func (s *TimeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TimeContext) GetRuleContext ¶
func (s *TimeContext) GetRuleContext() antlr.RuleContext
func (*TimeContext) TimeType ¶
func (s *TimeContext) TimeType() ITimeTypeContext
type TimeTypeContext ¶
type TimeTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTimeTypeContext ¶
func NewEmptyTimeTypeContext() *TimeTypeContext
func NewTimeTypeContext ¶
func NewTimeTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TimeTypeContext
func (*TimeTypeContext) Accept ¶
func (s *TimeTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TimeTypeContext) GetIsnull ¶
func (s *TimeTypeContext) GetIsnull() antlr.Token
func (*TimeTypeContext) GetParser ¶
func (s *TimeTypeContext) GetParser() antlr.Parser
func (*TimeTypeContext) GetRuleContext ¶
func (s *TimeTypeContext) GetRuleContext() antlr.RuleContext
func (*TimeTypeContext) IsTimeTypeContext ¶
func (*TimeTypeContext) IsTimeTypeContext()
func (*TimeTypeContext) QMark ¶
func (s *TimeTypeContext) QMark() antlr.TerminalNode
func (*TimeTypeContext) SetIsnull ¶
func (s *TimeTypeContext) SetIsnull(v antlr.Token)
func (*TimeTypeContext) Time ¶
func (s *TimeTypeContext) Time() antlr.TerminalNode
func (*TimeTypeContext) ToStringTree ¶
func (s *TimeTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TimestampArgContext ¶
type TimestampArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTimestampArgContext ¶
func NewEmptyTimestampArgContext() *TimestampArgContext
func NewTimestampArgContext ¶
func NewTimestampArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TimestampArgContext
func (*TimestampArgContext) Accept ¶
func (s *TimestampArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TimestampArgContext) DoubleColon ¶
func (s *TimestampArgContext) DoubleColon() antlr.TerminalNode
func (*TimestampArgContext) GetParser ¶
func (s *TimestampArgContext) GetParser() antlr.Parser
func (*TimestampArgContext) GetRuleContext ¶
func (s *TimestampArgContext) GetRuleContext() antlr.RuleContext
func (*TimestampArgContext) IsTimestampArgContext ¶
func (*TimestampArgContext) IsTimestampArgContext()
func (*TimestampArgContext) TimestampLiteral ¶
func (s *TimestampArgContext) TimestampLiteral() antlr.TerminalNode
func (*TimestampArgContext) TimestampType ¶
func (s *TimestampArgContext) TimestampType() ITimestampTypeContext
func (*TimestampArgContext) ToStringTree ¶
func (s *TimestampArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TimestampContext ¶
type TimestampContext struct {
ScalarTypeContext
}
func NewTimestampContext ¶
func NewTimestampContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *TimestampContext
func (*TimestampContext) Accept ¶
func (s *TimestampContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TimestampContext) GetRuleContext ¶
func (s *TimestampContext) GetRuleContext() antlr.RuleContext
func (*TimestampContext) TimestampType ¶
func (s *TimestampContext) TimestampType() ITimestampTypeContext
type TimestampTZTypeContext ¶
type TimestampTZTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTimestampTZTypeContext ¶
func NewEmptyTimestampTZTypeContext() *TimestampTZTypeContext
func NewTimestampTZTypeContext ¶
func NewTimestampTZTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TimestampTZTypeContext
func (*TimestampTZTypeContext) Accept ¶
func (s *TimestampTZTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TimestampTZTypeContext) GetIsnull ¶
func (s *TimestampTZTypeContext) GetIsnull() antlr.Token
func (*TimestampTZTypeContext) GetParser ¶
func (s *TimestampTZTypeContext) GetParser() antlr.Parser
func (*TimestampTZTypeContext) GetRuleContext ¶
func (s *TimestampTZTypeContext) GetRuleContext() antlr.RuleContext
func (*TimestampTZTypeContext) IsTimestampTZTypeContext ¶
func (*TimestampTZTypeContext) IsTimestampTZTypeContext()
func (*TimestampTZTypeContext) QMark ¶
func (s *TimestampTZTypeContext) QMark() antlr.TerminalNode
func (*TimestampTZTypeContext) SetIsnull ¶
func (s *TimestampTZTypeContext) SetIsnull(v antlr.Token)
func (*TimestampTZTypeContext) Timestamp_TZ ¶
func (s *TimestampTZTypeContext) Timestamp_TZ() antlr.TerminalNode
func (*TimestampTZTypeContext) ToStringTree ¶
func (s *TimestampTZTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*TimestampTZTypeContext) TsTZ ¶
func (s *TimestampTZTypeContext) TsTZ() antlr.TerminalNode
type TimestampTypeContext ¶
type TimestampTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTimestampTypeContext ¶
func NewEmptyTimestampTypeContext() *TimestampTypeContext
func NewTimestampTypeContext ¶
func NewTimestampTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TimestampTypeContext
func (*TimestampTypeContext) Accept ¶
func (s *TimestampTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TimestampTypeContext) GetIsnull ¶
func (s *TimestampTypeContext) GetIsnull() antlr.Token
func (*TimestampTypeContext) GetParser ¶
func (s *TimestampTypeContext) GetParser() antlr.Parser
func (*TimestampTypeContext) GetRuleContext ¶
func (s *TimestampTypeContext) GetRuleContext() antlr.RuleContext
func (*TimestampTypeContext) IsTimestampTypeContext ¶
func (*TimestampTypeContext) IsTimestampTypeContext()
func (*TimestampTypeContext) QMark ¶
func (s *TimestampTypeContext) QMark() antlr.TerminalNode
func (*TimestampTypeContext) SetIsnull ¶
func (s *TimestampTypeContext) SetIsnull(v antlr.Token)
func (*TimestampTypeContext) Timestamp ¶
func (s *TimestampTypeContext) Timestamp() antlr.TerminalNode
func (*TimestampTypeContext) ToStringTree ¶
func (s *TimestampTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*TimestampTypeContext) Ts ¶
func (s *TimestampTypeContext) Ts() antlr.TerminalNode
type TimestampTzArgContext ¶
type TimestampTzArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTimestampTzArgContext ¶
func NewEmptyTimestampTzArgContext() *TimestampTzArgContext
func NewTimestampTzArgContext ¶
func NewTimestampTzArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TimestampTzArgContext
func (*TimestampTzArgContext) Accept ¶
func (s *TimestampTzArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TimestampTzArgContext) DoubleColon ¶
func (s *TimestampTzArgContext) DoubleColon() antlr.TerminalNode
func (*TimestampTzArgContext) GetParser ¶
func (s *TimestampTzArgContext) GetParser() antlr.Parser
func (*TimestampTzArgContext) GetRuleContext ¶
func (s *TimestampTzArgContext) GetRuleContext() antlr.RuleContext
func (*TimestampTzArgContext) IsTimestampTzArgContext ¶
func (*TimestampTzArgContext) IsTimestampTzArgContext()
func (*TimestampTzArgContext) TimestampTZType ¶
func (s *TimestampTzArgContext) TimestampTZType() ITimestampTZTypeContext
func (*TimestampTzArgContext) TimestampTzLiteral ¶
func (s *TimestampTzArgContext) TimestampTzLiteral() antlr.TerminalNode
func (*TimestampTzArgContext) ToStringTree ¶
func (s *TimestampTzArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TimestampTzContext ¶
type TimestampTzContext struct {
ScalarTypeContext
}
func NewTimestampTzContext ¶
func NewTimestampTzContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *TimestampTzContext
func (*TimestampTzContext) Accept ¶
func (s *TimestampTzContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TimestampTzContext) GetRuleContext ¶
func (s *TimestampTzContext) GetRuleContext() antlr.RuleContext
func (*TimestampTzContext) TimestampTZType ¶
func (s *TimestampTzContext) TimestampTZType() ITimestampTZTypeContext
type TupleParamsContext ¶
type TupleParamsContext struct {
LambdaParametersContext
}
func NewTupleParamsContext ¶
func NewTupleParamsContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *TupleParamsContext
func (*TupleParamsContext) Accept ¶
func (s *TupleParamsContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*TupleParamsContext) AllComma ¶
func (s *TupleParamsContext) AllComma() []antlr.TerminalNode
func (*TupleParamsContext) AllIdentifier ¶
func (s *TupleParamsContext) AllIdentifier() []antlr.TerminalNode
func (*TupleParamsContext) CParen ¶
func (s *TupleParamsContext) CParen() antlr.TerminalNode
func (*TupleParamsContext) Comma ¶
func (s *TupleParamsContext) Comma(i int) antlr.TerminalNode
func (*TupleParamsContext) GetRuleContext ¶
func (s *TupleParamsContext) GetRuleContext() antlr.RuleContext
func (*TupleParamsContext) Identifier ¶
func (s *TupleParamsContext) Identifier(i int) antlr.TerminalNode
func (*TupleParamsContext) OParen ¶
func (s *TupleParamsContext) OParen() antlr.TerminalNode
type UserDefinedContext ¶
type UserDefinedContext struct {
ScalarTypeContext
// contains filtered or unexported fields
}
func NewUserDefinedContext ¶
func NewUserDefinedContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *UserDefinedContext
func (*UserDefinedContext) Accept ¶
func (s *UserDefinedContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*UserDefinedContext) GetIsnull ¶
func (s *UserDefinedContext) GetIsnull() antlr.Token
func (*UserDefinedContext) GetRuleContext ¶
func (s *UserDefinedContext) GetRuleContext() antlr.RuleContext
func (*UserDefinedContext) Identifier ¶
func (s *UserDefinedContext) Identifier() antlr.TerminalNode
func (*UserDefinedContext) QMark ¶
func (s *UserDefinedContext) QMark() antlr.TerminalNode
func (*UserDefinedContext) SetIsnull ¶
func (s *UserDefinedContext) SetIsnull(v antlr.Token)
func (*UserDefinedContext) UserDefined ¶
func (s *UserDefinedContext) UserDefined() antlr.TerminalNode
type UuidContext ¶
type UuidContext struct {
ScalarTypeContext
// contains filtered or unexported fields
}
func NewUuidContext ¶
func NewUuidContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *UuidContext
func (*UuidContext) Accept ¶
func (s *UuidContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*UuidContext) GetIsnull ¶
func (s *UuidContext) GetIsnull() antlr.Token
func (*UuidContext) GetRuleContext ¶
func (s *UuidContext) GetRuleContext() antlr.RuleContext
func (*UuidContext) QMark ¶
func (s *UuidContext) QMark() antlr.TerminalNode
func (*UuidContext) SetIsnull ¶
func (s *UuidContext) SetIsnull(v antlr.Token)
func (*UuidContext) UUID ¶
func (s *UuidContext) UUID() antlr.TerminalNode
type VarCharArgContext ¶
type VarCharArgContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyVarCharArgContext ¶
func NewEmptyVarCharArgContext() *VarCharArgContext
func NewVarCharArgContext ¶
func NewVarCharArgContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VarCharArgContext
func (*VarCharArgContext) Accept ¶
func (s *VarCharArgContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*VarCharArgContext) DoubleColon ¶
func (s *VarCharArgContext) DoubleColon() antlr.TerminalNode
func (*VarCharArgContext) GetParser ¶
func (s *VarCharArgContext) GetParser() antlr.Parser
func (*VarCharArgContext) GetRuleContext ¶
func (s *VarCharArgContext) GetRuleContext() antlr.RuleContext
func (*VarCharArgContext) IsVarCharArgContext ¶
func (*VarCharArgContext) IsVarCharArgContext()
func (*VarCharArgContext) StringLiteral ¶
func (s *VarCharArgContext) StringLiteral() antlr.TerminalNode
func (*VarCharArgContext) ToStringTree ¶
func (s *VarCharArgContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*VarCharArgContext) VarCharType ¶
func (s *VarCharArgContext) VarCharType() IVarCharTypeContext
type VarCharTypeContext ¶
type VarCharTypeContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyVarCharTypeContext ¶
func NewEmptyVarCharTypeContext() *VarCharTypeContext
func NewVarCharTypeContext ¶
func NewVarCharTypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VarCharTypeContext
func (*VarCharTypeContext) Accept ¶
func (s *VarCharTypeContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*VarCharTypeContext) CAngleBracket ¶
func (s *VarCharTypeContext) CAngleBracket() antlr.TerminalNode
func (*VarCharTypeContext) GetIsnull ¶
func (s *VarCharTypeContext) GetIsnull() antlr.Token
func (*VarCharTypeContext) GetLen_ ¶
func (s *VarCharTypeContext) GetLen_() INumericParameterContext
func (*VarCharTypeContext) GetParser ¶
func (s *VarCharTypeContext) GetParser() antlr.Parser
func (*VarCharTypeContext) GetRuleContext ¶
func (s *VarCharTypeContext) GetRuleContext() antlr.RuleContext
func (*VarCharTypeContext) IsVarCharTypeContext ¶
func (*VarCharTypeContext) IsVarCharTypeContext()
func (*VarCharTypeContext) NumericParameter ¶
func (s *VarCharTypeContext) NumericParameter() INumericParameterContext
func (*VarCharTypeContext) OAngleBracket ¶
func (s *VarCharTypeContext) OAngleBracket() antlr.TerminalNode
func (*VarCharTypeContext) QMark ¶
func (s *VarCharTypeContext) QMark() antlr.TerminalNode
func (*VarCharTypeContext) SetIsnull ¶
func (s *VarCharTypeContext) SetIsnull(v antlr.Token)
func (*VarCharTypeContext) SetLen_ ¶
func (s *VarCharTypeContext) SetLen_(v INumericParameterContext)
func (*VarCharTypeContext) ToStringTree ¶
func (s *VarCharTypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*VarCharTypeContext) VChar ¶
func (s *VarCharTypeContext) VChar() antlr.TerminalNode
func (*VarCharTypeContext) VarChar ¶
func (s *VarCharTypeContext) VarChar() antlr.TerminalNode
type VersionContext ¶
type VersionContext struct {
antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyVersionContext ¶
func NewEmptyVersionContext() *VersionContext
func NewVersionContext ¶
func NewVersionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VersionContext
func (*VersionContext) Accept ¶
func (s *VersionContext) Accept(visitor antlr.ParseTreeVisitor) interface{}
func (*VersionContext) Colon ¶
func (s *VersionContext) Colon() antlr.TerminalNode
func (*VersionContext) FormatVersion ¶
func (s *VersionContext) FormatVersion() antlr.TerminalNode
func (*VersionContext) GetParser ¶
func (s *VersionContext) GetParser() antlr.Parser
func (*VersionContext) GetRuleContext ¶
func (s *VersionContext) GetRuleContext() antlr.RuleContext
func (*VersionContext) IsVersionContext ¶
func (*VersionContext) IsVersionContext()
func (*VersionContext) SubstraitAggregateTest ¶
func (s *VersionContext) SubstraitAggregateTest() antlr.TerminalNode
func (*VersionContext) SubstraitScalarTest ¶
func (s *VersionContext) SubstraitScalarTest() antlr.TerminalNode
func (*VersionContext) ToStringTree ¶
func (s *VersionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*VersionContext) TripleHash ¶
func (s *VersionContext) TripleHash() antlr.TerminalNode