Skip to content

Instantly share code, notes, and snippets.

@sebersole
Created July 14, 2016 13:29
Show Gist options
  • Save sebersole/075162c9f120384d867ec6e088727b5e to your computer and use it in GitHub Desktop.
Save sebersole/075162c9f120384d867ec6e088727b5e to your computer and use it in GitHub Desktop.
8:27:59,692 DEBUG parseTree:46 - -> SelectionContext (selection) [`concat(111,substr(222222,1,3))`]
08:27:59,693 DEBUG parseTree:46 - -> SelectExpressionContext (selectExpression) [`concat(111,substr(222222,1,3))`]
08:27:59,693 DEBUG parseTree:46 - -> FunctionExpressionContext (expression) [`concat(111,substr(222222,1,3))`]
08:27:59,693 DEBUG parseTree:46 - -> FunctionContext (function) [`concat(111,substr(222222,1,3))`]
08:27:59,694 DEBUG parseTree:46 - -> StandardFunctionContext (standardFunction) [`concat(111,substr(222222,1,3))`]
08:27:59,694 DEBUG parseTree:46 - -> ConcatFunctionContext (concatFunction) [`concat(111,substr(222222,1,3))`]
08:27:59,694 DEBUG parseTree:46 - -> LiteralExpressionContext (expression) [`111`]
08:27:59,695 DEBUG parseTree:46 - -> LiteralContext (literal) [`111`]
08:27:59,695 DEBUG parseTree:76 - <- LiteralContext (literal) [`111`]
08:27:59,695 DEBUG parseTree:76 - <- LiteralExpressionContext (expression) [`111`]
08:27:59,697 DEBUG parseTree:46 - -> FunctionExpressionContext (expression) [`substr(222222,1,3)`]
08:27:59,697 DEBUG parseTree:46 - -> FunctionContext (function) [`substr(222222,1,3)`]
08:27:59,698 DEBUG parseTree:46 - -> NonStandardFunctionContext (nonStandardFunction) [`substr(222222,1,3)`]
08:27:59,698 DEBUG parseTree:46 - -> NonStandardFunctionNameContext (nonStandardFunctionName) [`substr`]
08:27:59,698 DEBUG parseTree:46 - -> DotIdentifierSequenceContext (dotIdentifierSequence) [`substr`]
08:27:59,699 DEBUG parseTree:46 - -> IdentifierContext (identifier) [`substr`]
08:27:59,699 DEBUG parseTree:76 - <- IdentifierContext (identifier) [`substr`]
08:27:59,699 DEBUG parseTree:76 - <- DotIdentifierSequenceContext (dotIdentifierSequence) [`substr`]
08:27:59,699 DEBUG parseTree:76 - <- NonStandardFunctionNameContext (nonStandardFunctionName) [`substr`]
08:27:59,700 DEBUG parseTree:46 - -> NonStandardFunctionArgumentsContext (nonStandardFunctionArguments) [`222222,1,3`]
08:27:59,700 DEBUG parseTree:46 - -> LiteralExpressionContext (expression) [`222222`]
08:27:59,700 DEBUG parseTree:46 - -> LiteralContext (literal) [`222222`]
08:27:59,701 DEBUG parseTree:76 - <- LiteralContext (literal) [`222222`]
08:27:59,701 DEBUG parseTree:76 - <- LiteralExpressionContext (expression) [`222222`]
08:27:59,701 DEBUG parseTree:46 - -> LiteralExpressionContext (expression) [`1`]
08:27:59,701 DEBUG parseTree:46 - -> LiteralContext (literal) [`1`]
08:27:59,701 DEBUG parseTree:76 - <- LiteralContext (literal) [`1`]
08:27:59,702 DEBUG parseTree:76 - <- LiteralExpressionContext (expression) [`1`]
08:27:59,702 DEBUG parseTree:46 - -> LiteralExpressionContext (expression) [`3`]
08:27:59,702 DEBUG parseTree:46 - -> LiteralContext (literal) [`3`]
08:27:59,702 DEBUG parseTree:76 - <- LiteralContext (literal) [`3`]
08:27:59,702 DEBUG parseTree:76 - <- LiteralExpressionContext (expression) [`3`]
08:27:59,702 DEBUG parseTree:76 - <- NonStandardFunctionArgumentsContext (nonStandardFunctionArguments) [`222222,1,3`]
08:27:59,703 DEBUG parseTree:76 - <- NonStandardFunctionContext (nonStandardFunction) [`substr(222222,1,3)`]
08:27:59,703 DEBUG parseTree:76 - <- FunctionContext (function) [`substr(222222,1,3)`]
08:27:59,703 DEBUG parseTree:76 - <- FunctionExpressionContext (expression) [`substr(222222,1,3)`]
08:27:59,703 DEBUG parseTree:76 - <- ConcatFunctionContext (concatFunction) [`concat(111,substr(222222,1,3))`]
08:27:59,704 DEBUG parseTree:76 - <- StandardFunctionContext (standardFunction) [`concat(111,substr(222222,1,3))`]
08:27:59,704 DEBUG parseTree:76 - <- FunctionContext (function) [`concat(111,substr(222222,1,3))`]
08:27:59,704 DEBUG parseTree:76 - <- FunctionExpressionContext (expression) [`concat(111,substr(222222,1,3))`]
08:27:59,704 DEBUG parseTree:76 - <- SelectExpressionContext (selectExpression) [`concat(111,substr(222222,1,3))`]
08:27:59,705 DEBUG parseTree:76 - <- SelectionContext (selection) [`concat(111,substr(222222,1,3))`]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment