Uses of Class
org.rumbledb.expressions.update.TruncateCollectionExpression
Packages that use TruncateCollectionExpression
-
Uses of TruncateCollectionExpression in org.rumbledb.compiler
Methods in org.rumbledb.compiler with parameters of type TruncateCollectionExpressionModifier and TypeMethodDescriptionExpressionClassificationVisitor.visitTruncateCollectionExpression
(TruncateCollectionExpression expression, ExpressionClassification argument) InferTypeVisitor.visitTruncateCollectionExpression
(TruncateCollectionExpression expression, StaticContext argument) RuntimeIteratorVisitor.visitTruncateCollectionExpression
(TruncateCollectionExpression expression, RuntimeIterator argument) -
Uses of TruncateCollectionExpression in org.rumbledb.expressions
Methods in org.rumbledb.expressions with parameters of type TruncateCollectionExpressionModifier and TypeMethodDescriptionAbstractNodeVisitor.visitTruncateCollectionExpression
(TruncateCollectionExpression expression, T argument)