//
pkg.gl
Category
github.com/ncruces/go-sqlite3
ext
bloom
package
0.18.0
Repository:
https://github.com/ncruces/go-sqlite3.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
318 SLOC
#
Functions
Register
Register registers the bloom_filter virtual table: CREATE VIRTUAL TABLE foo USING bloom_filter(nElements, falseProb, kHashes).