Skip to content

Commit

Permalink
Use "LZ4" form
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 5, 2014
1 parent a586e8a commit 07366f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ def define
# 値の圧縮方法を指定する。省略した場合は、圧縮しない。
#
# - :zlib := 値をzlib圧縮して格納する。
# - :lz4 := 値をlz4圧縮して格納する
# - :lz4 := 値をLZ4圧縮して格納する
def column(name, type, options={})
definition = self[name, ColumnDefinition]
if definition.nil?
Expand Down

0 comments on commit 07366f0

Please sign in to comment.