MCPcopy Create free account
hub / github.com/datasweet/datatable / initHashTable

Method initHashTable

join.go:170–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168}
169
170func (jc *joinClause) initHashTable() {
171 jc.hashtable = hasher.Table(jc.table, jc.on)
172 jc.consumed = make(map[int]bool, jc.table.NumRows())
173}
174
175type joinImpl struct {
176 mode joinType

Callers 1

joinMethod · 0.95

Calls 2

TableMethod · 0.80
NumRowsMethod · 0.80

Tested by

no test coverage detected