1 2 3 4 5
// SPDX-License-Identifier: Apache-2.0 pub mod pg_fts_exec; pub use pg_fts_exec::try_eval_fts;