napkin-backend-sqlite-2.0.0
Safe HaskellNone
LanguageGHC2024

Napkin.Untyped.Ops.Sqlite

Synopsis

Documentation

type UFunc = SExp -> SExp #

type BinFunc = SExp -> SExp -> SExp #

type NulFunc = SExp #

type MulFunc = [SExp] -> SExp #

ilike :: SExp -> Text -> SExp infix 4 #

like is case insensitive for non utf

kWindowFn :: Text -> [SExp] -> WOver -> SExp #

between :: SExp -> SExp -> SExp -> SExp #