Optional
Readonly
deterministicOptional
Readonly
directIf true
, sets the SQLITE_DIRECTONLY
flag.
Optional
Readonly
inverseOptional function for window function support to reverse a step.
Optional
Readonly
resultOptional function to compute the final result from the accumulator.
Optional
Readonly
startThe initial value for the aggregation.
Readonly
stepFunction called for each row to update the aggregate state.
Optional
Readonly
useIf true
, converts integer arguments to BigInt
s.
Optional
Readonly
varargsIf true
, allows function to be invoked with variable arguments.
If
true
, sets theSQLITE_DETERMINISTIC
flag.