Method: Coopy::Index#initialize

Defined in:
lib/coopy/index.rb

#initializeIndex



9
10
11
12
13
14
15
16
17
# File 'lib/coopy/index.rb', line 9

def initialize
  @items = {}
  @cols = [] # Array<integer>
  @keys = []
  @top_freq = 0
  @height = 0
  @v = nil # View
  @indexed_table = nil # Table
end