Uses of Class
com.orientechnologies.orient.core.sql.parser.AggregateProjectionSplit
Packages that use AggregateProjectionSplit
-
Uses of AggregateProjectionSplit in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser with parameters of type AggregateProjectionSplitModifier and TypeMethodDescriptionOArrayConcatExpression.splitForAggregation(AggregateProjectionSplit aggregateProj) OBaseExpression.splitForAggregation(AggregateProjectionSplit aggregateProj, OCommandContext ctx) OBaseIdentifier.splitForAggregation(AggregateProjectionSplit aggregateProj, OCommandContext ctx) OCollection.splitForAggregation(AggregateProjectionSplit aggregateProj, OCommandContext ctx) OExpression.splitForAggregation(AggregateProjectionSplit aggregateSplit, OCommandContext ctx) OFunctionCall.splitForAggregation(AggregateProjectionSplit aggregateProj, OCommandContext ctx) OJson.splitForAggregation(AggregateProjectionSplit aggregateSplit, OCommandContext ctx) OJsonItem.splitForAggregation(AggregateProjectionSplit aggregateSplit, OCommandContext ctx) OLevelZeroIdentifier.splitForAggregation(AggregateProjectionSplit aggregateProj, OCommandContext ctx) OMathExpression.splitForAggregation(AggregateProjectionSplit aggregateProj, OCommandContext ctx) OParenthesisExpression.splitForAggregation(AggregateProjectionSplit aggregateProj, OCommandContext ctx) OProjectionItem.splitForAggregation(AggregateProjectionSplit aggregateSplit, OCommandContext ctx) INTERNAL USE ONLY this has to be invoked ONLY if the item is aggregate!!!OSuffixIdentifier.splitForAggregation(AggregateProjectionSplit aggregateProj) OValueExpression.splitForAggregation(AggregateProjectionSplit aggregateSplit)