QueryProgressCallback

typealias QueryProgressCallback = (currentByteOffset: UInt) -> Boolean(source)

A function that is called while executing a query.

The argument contains the current byte offset.

If the function returns false, the execution will halt early.

Since

0.25.0