neuralib.sqlp.func

abs

https://www.sqlite.org/lang_corefunc.html#abs

changes

https://www.sqlite.org/lang_corefunc.html#changes

char

https://www.sqlite.org/lang_corefunc.html#char

coalesce

https://www.sqlite.org/lang_corefunc.html#coalesce

format

https://www.sqlite.org/lang_corefunc.html#format

hex

https://www.sqlite.org/lang_corefunc.html#hex

ifnull

x?:y

iif

x?y:z

instr

x.find(y)

last_insert_rowid

https://www.sqlite.org/lang_corefunc.html#last_insert_rowid

length

https://www.sqlite.org/lang_corefunc.html#length

likelihood

https://www.sqlite.org/lang_corefunc.html#likelihood

likely

https://www.sqlite.org/lang_corefunc.html#likely

lower

https://www.sqlite.org/lang_corefunc.html#lower

ltrim

https://www.sqlite.org/lang_corefunc.html#ltrim

max

https://www.sqlite.org/lang_corefunc.html#max https://www.sqlite.org/lang_aggfunc.html#max_agg

min

https://www.sqlite.org/lang_corefunc.html#min https://www.sqlite.org/lang_aggfunc.html#min_agg

nullif

x if x != y else None

octet_length

https://www.sqlite.org/lang_corefunc.html#octet_length

printf

https://www.sqlite.org/lang_corefunc.html#printf

quote

https://www.sqlite.org/lang_corefunc.html#quote

random

https://www.sqlite.org/lang_corefunc.html#random

randomblob

https://www.sqlite.org/lang_corefunc.html#randomblob

replace

https://www.sqlite.org/lang_corefunc.html#replace

round

https://www.sqlite.org/lang_corefunc.html#round

rtrim

https://www.sqlite.org/lang_corefunc.html#rtrim

sign

https://www.sqlite.org/lang_corefunc.html#sign

sqlite_source_id

https://www.sqlite.org/lang_corefunc.html#sqlite_source_id

sqlite_version

https://www.sqlite.org/lang_corefunc.html#sqlite_version

substr

https://www.sqlite.org/lang_corefunc.html#substr

total_changes

https://www.sqlite.org/lang_corefunc.html#total_changes

trim

https://www.sqlite.org/lang_corefunc.html#trim

typeof

https://www.sqlite.org/lang_corefunc.html#typeof

unhex

https://www.sqlite.org/lang_corefunc.html#unhex

unicode

https://www.sqlite.org/lang_corefunc.html#unicode

unlikely

https://www.sqlite.org/lang_corefunc.html#unlikely

upper

https://www.sqlite.org/lang_corefunc.html#upper

zeroblob

https://www.sqlite.org/lang_corefunc.html#zeroblob

avg

https://www.sqlite.org/lang_aggfunc.html#avg

count

https://www.sqlite.org/lang_aggfunc.html#count

group_concat

https://www.sqlite.org/lang_aggfunc.html#group_concat

sum

https://www.sqlite.org/lang_aggfunc.html#sumunc

acos

https://www.sqlite.org/lang_mathfunc.html#acos

acosh

https://www.sqlite.org/lang_mathfunc.html#acosh

asin

https://www.sqlite.org/lang_mathfunc.html#asin

asinh

https://www.sqlite.org/lang_mathfunc.html#asinh

atan

https://www.sqlite.org/lang_mathfunc.html#atan

atan2

https://www.sqlite.org/lang_mathfunc.html#atan2

atanh

https://www.sqlite.org/lang_mathfunc.html#atanh

ceil

https://www.sqlite.org/lang_mathfunc.html#ceil

cos

https://www.sqlite.org/lang_mathfunc.html#cos

cosh

https://www.sqlite.org/lang_mathfunc.html#cosh

degrees

https://www.sqlite.org/lang_mathfunc.html#degrees

exp

https://www.sqlite.org/lang_mathfunc.html#exp

floor

https://www.sqlite.org/lang_mathfunc.html#floor

ln

https://www.sqlite.org/lang_mathfunc.html#ln

log

https://www.sqlite.org/lang_mathfunc.html#log

log2

https://www.sqlite.org/lang_mathfunc.html#log2

log10

https://www.sqlite.org/lang_mathfunc.html#log

mod

https://www.sqlite.org/lang_mathfunc.html#mod

pi

https://www.sqlite.org/lang_mathfunc.html#pi

pow

https://www.sqlite.org/lang_mathfunc.html#pow

radians

https://www.sqlite.org/lang_mathfunc.html#radians

sin

https://www.sqlite.org/lang_mathfunc.html#sin

sinh

https://www.sqlite.org/lang_mathfunc.html#sinh

sqrt

https://www.sqlite.org/lang_mathfunc.html#sqrt

tan

https://www.sqlite.org/lang_mathfunc.html#tan

tanh

https://www.sqlite.org/lang_mathfunc.html#tanh

trunc

https://www.sqlite.org/lang_mathfunc.html#trunc