(tenantID string, blockID uuid.UUID, version string)
| 236 | } |
| 237 | |
| 238 | func NewBlockMeta(tenantID string, blockID uuid.UUID, version string) *BlockMeta { |
| 239 | return NewBlockMetaWithDedicatedColumns(tenantID, blockID, version, nil) |
| 240 | } |
| 241 | |
| 242 | func NewBlockMetaWithDedicatedColumns(tenantID string, blockID uuid.UUID, version string, dc DedicatedColumns) *BlockMeta { |
| 243 | b := &BlockMeta{ |