Kouhei Sutou
null+****@clear*****
Mon Dec 12 23:30:16 JST 2016
Kouhei Sutou 2016-12-12 23:30:16 +0900 (Mon, 12 Dec 2016) New Revision: 5a2c7d97389b32e3c7437875bbac292b13ff3961 https://github.com/ranguba/rroonga/commit/5a2c7d97389b32e3c7437875bbac292b13ff3961 Message: Add missing document update Modified files: lib/groonga/schema.rb Modified: lib/groonga/schema.rb (+4 -2) =================================================================== --- lib/groonga/schema.rb 2016-12-12 23:29:10 +0900 (2fb7221) +++ lib/groonga/schema.rb 2016-12-12 23:30:16 +0900 (dd113c0) @@ -850,8 +850,10 @@ module Groonga # # 値の圧縮方法を指定する。省略した場合は、圧縮しない。 # - # - :zlib := 値をzlib圧縮して格納する。 - # - :lz4 := 値をLZ4圧縮して格納する。 + # * `:zlib`: Compressed by zlib. + # * `:lz4`: Compzressed by LZ4. + # * `:zstd`: Compressed by Zstandard. + # * `:zstandard`: Compressed by Zstandard. def column(name, type, options={}) definition = self[name, ColumnDefinition] if definition.nil? -------------- next part -------------- HTML����������������������������...Download