public override AstNode Accept(AstNodeVisitor visitor)
 {
     return(visitor.VisitBitsAnySetFilterOperation(this));
 }