// Copyright (c) 2023-2024 CMU Database Group
//
// Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.
pub use RuleMatcher;
use crate;
use crateOptimizer;
// TODO: docs, possible renames.
// TODO: Why do we have all of these match types? Seems like possible overkill.