NewCompactor creates a Compactor that can be used to combine blocks of this encoding. It is expected to use internal details for efficiency.
(common.CompactionOptions)
| 26 | // NewCompactor creates a Compactor that can be used to combine blocks of this |
| 27 | // encoding. It is expected to use internal details for efficiency. |
| 28 | NewCompactor(common.CompactionOptions) common.Compactor |
| 29 | |
| 30 | // Feature detection methods: |
| 31 | CompactionSupported() bool // Whether these blocks should be compacted, if false the compactor will ignore these. |
no outgoing calls