//
pkg.gl
Category
github.com/csci1270-fall-2023/dbms-projects-handout
pkg
query
package
0.0.0-20231109213423-8a2c9d08a1e4
Repository:
https://github.com/csci1270-fall-2023/dbms-projects-handout.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
3
Files
207 SLOC
#
Functions
CreateFilter
CreateFilter initializes a BloomFilter with the given size.
HandleJoin
Handle join.
Join
Join leftTable on rightTable using Grace Hash Join.
QueryRepl
Query REPL.
#
Variables
DEFAULT_FILTER_SIZE
No description provided by the author
#
Structs
BloomFilter
No description provided by the author
EntryPair
Entry pair struct - output of a join.