if (ctx.binaryOperator().UNION() != null) {
                // UNION
                result.operator = LogicalPlan.UNION
            } else if (ctx.binaryOperator().CONJUNCTION() != null) {
                // CONCATENATION