Compiled queries compare by owner identity, matching Rust's native TSQuery pointer equality rather than structural query-source equality.
TSQuery
@override bool operator ==(Object other) => identical(this, other);