| Class | Description |
|---|---|
| OptimizedLazyBinaryColumnarSerde |
This is a variant of
LazyBinaryColumnarSerDe that avoids a call to
StringObjectInspector.getPrimitiveJavaObject() in serialize()
to check whether the string is empty (it calls getPrimitiveWritableObject()
instead). |
Copyright © 2013-2019. All Rights Reserved.