CreateWALBlock creates a new appendable block for the WAL BlockMeta is used as a container for many options. Required fields: * BlockID * TenantID * Encoding * DedicatedColumns (vParquet3) * ReplicationFactor (Optional)
(meta *backend.BlockMeta, filepath, dataEncoding string, ingestionSlack time.Duration)
| 59 | // * DedicatedColumns (vParquet3) |
| 60 | // * ReplicationFactor (Optional) |
| 61 | CreateWALBlock(meta *backend.BlockMeta, filepath, dataEncoding string, ingestionSlack time.Duration) (common.WALBlock, error) |
| 62 | |
| 63 | // OwnsWALBlock indicates if this encoding owns the WAL block |
| 64 | OwnsWALBlock(entry fs.DirEntry) bool |