| Interface | Description |
|---|---|
| WriteableObjectInspector |
Interface for convert the hive primitive type to paimon dataType.
|
| Class | Description |
|---|---|
| HivePaimonArray |
HivePaimonArray for Array type.
|
| PaimonCharObjectInspector |
AbstractPrimitiveJavaObjectInspector for CHAR type. |
| PaimonDateObjectInspector |
AbstractPrimitiveJavaObjectInspector for DATE type. |
| PaimonDecimalObjectInspector |
AbstractPrimitiveJavaObjectInspector for DECIMAL type. |
| PaimonInternalRowObjectInspector |
StructObjectInspector for InternalRow. |
| PaimonListObjectInspector |
ListObjectInspector for InternalArray. |
| PaimonMapObjectInspector |
MapObjectInspector for InternalMap. |
| PaimonObjectInspectorFactory |
Factory to create
ObjectInspectors according to the given DataType. |
| PaimonStringObjectInspector |
AbstractPrimitiveJavaObjectInspector for STRING type. |
| PaimonTimeObjectInspector |
AbstractPrimitiveJavaObjectInspector for TIME type. |
| PaimonTimestampLocalTZObjectInspector |
To maintain compatibility with Hive 3.
|
| PaimonTimestampObjectInspector |
AbstractPrimitiveJavaObjectInspector for TIMESTAMP type. |
| PaimonVarcharObjectInspector |
AbstractPrimitiveJavaObjectInspector for VARCHAR type. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.