CompressionType returns the compression algorithm used for block compression.
()
| 132 | |
| 133 | // CompressionType returns the compression algorithm used for block compression. |
| 134 | func (t *Table) CompressionType() options.CompressionType { |
| 135 | return t.opt.Compression |
| 136 | } |
| 137 | |
| 138 | // IncrRef increments the refcount (having to do with whether the file should be deleted) |
| 139 | func (t *Table) IncrRef() { |
no outgoing calls