Rel8.Internal.Query.Null
catNull :: Expr (Maybe a) -> Query (Expr a) Source #
Filter a Query that might return null to a Query without any nulls.
Query
null
Corresponds to catMaybes.
catMaybes
catNullTable :: Table Expr a => NullTable Expr a -> Query a Source #
Filter a Query that might return nullTable to a Query without any nullTables.
nullTable