Method: TreasureData::API.create_empty_gz_data
- Defined in:
- lib/td/client/api.rb
.create_empty_gz_data ⇒ String
for fluent-plugin-td / td command to check table existence with import onlt user
239 240 241 242 243 |
# File 'lib/td/client/api.rb', line 239 def self.create_empty_gz_data io = StringIO.new Zlib::GzipWriter.new(io).close io.string end |