Class: Parquet::WriterProperties
- Inherits:
-
Object
- Object
- Parquet::WriterProperties
- Defined in:
- lib/parquet/writer-properties.rb
Instance Method Summary collapse
Instance Method Details
#set_dictionary(enable, path = nil) ⇒ Object
20 21 22 23 24 25 26 |
# File 'lib/parquet/writer-properties.rb', line 20 def set_dictionary(enable, path=nil) if enable enable_dictionary(path) else disable_dictionary(path) end end |