}
@Override
public void writeBlock(SliceOutput sliceOutput, Block block)
{
DictionaryEncodedBlock dictionaryBlock = (DictionaryEncodedBlock) block;
Preconditions.checkArgument(dictionaryBlock.getDictionary() == dictionary, "Block dictionary is not the same a this dictionary");
idBlockEncoding.writeBlock(sliceOutput, dictionaryBlock.getIdBlock());
}