| 类 | 说明 |
|---|---|
| CellTypeEncoder |
Detect if every KV has the same KeyValue.Type, in which case we don't need to store it for each
KV.
|
| LongEncoder |
Used to de-duplicate, sort, minimize/diff, and serialize timestamps and mvccVersions from a
collection of Cells.
1. add longs to a HashSet for fast de-duplication
2. keep track of the min and max
3. copy all values to a new long[]
4.
|
| 枚举 | 说明 |
|---|---|
| ColumnNodeType |
Specifies the type of columnnode writer.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.