| Class | Description |
|---|---|
| Canonicalizer<T> |
returns canonical representation of objects (similar to String.intern()) to save memory
if a.equals(b) then canonicalize(a) == canonicalize(b)
this class is thread safe
|
| ColumnPath |
| Enum | Description |
|---|---|
| CompressionCodecName |
Copyright © 2018 The Apache Software Foundation. All rights reserved.