SimilarTo

Type Alias SimilarTo 

Source
pub type SimilarTo<Lhs, Rhs> = Grouped<SimilarTo<Lhs, AsExprOf<Rhs, VarChar>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of lhs.similar_to(rhs)

Aliased Typeยง

pub struct SimilarTo<Lhs, Rhs>(/* private fields */);