public interface DimensionMergerLegacy<EncodedKeyComponentType> extends DimensionMergerV9<EncodedKeyComponentType>
Modifier and Type | Method and Description |
---|---|
File |
makeDimFile() |
void |
writeIndexesToFiles(com.google.common.io.ByteSink invertedOut,
com.google.common.io.OutputSupplier<FileOutputStream> spatialOut)
Write this dimension's bitmap and spatial indexes to a file.
|
void |
writeRowValuesToFile(FileOutputSupplier rowValueOut)
Write this dimension's sequence of row values to a file.
|
void |
writeValueMetadataToFile(FileOutputSupplier valueEncodingFile)
Write this dimension's value metadata to a file.
|
makeColumnDescriptor
canSkip, convertSegmentRowValuesToMergedRowValues, processMergedRow, writeIndexes, writeMergedValueMetadata
void writeValueMetadataToFile(FileOutputSupplier valueEncodingFile) throws IOException
valueEncodingFile
- Destination fileIOException
void writeRowValuesToFile(FileOutputSupplier rowValueOut) throws IOException
rowValueOut
- Destination fileIOException
void writeIndexesToFiles(com.google.common.io.ByteSink invertedOut, com.google.common.io.OutputSupplier<FileOutputStream> spatialOut) throws IOException
invertedOut
- Destination file for bitmap indexesspatialOut
- Destination file for spatial indexesIOException
File makeDimFile() throws IOException
IOException
Copyright © 2011–2017. All rights reserved.