pub type RetrieveByPathAsTextJson<Lhs, Rhs> = Grouped<RetrieveByPathAsTextJson<Lhs, AsExprOf<Rhs, Array<VarChar>>>>;
Available on crate feature
postgres_backend
only.Expand description
The return type of lhs.retrieve_by_path_as_text(rhs)
Aliased Typeยง
pub struct RetrieveByPathAsTextJson<Lhs, Rhs>(/* private fields */);