public class PTFDeserializer
extends java.lang.Object
| Constructor and Description |
|---|
PTFDeserializer(PTFDesc ptfDesc,
StructObjectInspector inputOI,
HiveConf hConf) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addOIPropertiestoSerDePropsMap(StructObjectInspector OI,
java.util.Map<java.lang.String,java.lang.String> serdePropsMap) |
protected void |
initialize(PTFDesc.BoundaryDef def,
PTFDesc.ShapeDetails inpShape) |
protected void |
initialize(PTFDesc.PartitionedTableFunctionDef def) |
protected void |
initialize(PTFDesc.PTFExpressionDef eDef,
PTFDesc.ShapeDetails inpShape) |
protected void |
initialize(PTFDesc.PTFQueryInputDef def,
StructObjectInspector OI) |
protected void |
initialize(PTFDesc.ShapeDetails shp,
StructObjectInspector OI) |
void |
initializePTFChain(PTFDesc.PartitionedTableFunctionDef tblFnDef) |
void |
initializeWindowing(PTFDesc.WindowTableFunctionDef def) |
public PTFDeserializer(PTFDesc ptfDesc, StructObjectInspector inputOI, HiveConf hConf)
public void initializePTFChain(PTFDesc.PartitionedTableFunctionDef tblFnDef) throws HiveException
HiveExceptionpublic void initializeWindowing(PTFDesc.WindowTableFunctionDef def) throws HiveException
HiveExceptionprotected void initialize(PTFDesc.PTFQueryInputDef def, StructObjectInspector OI) throws HiveException
HiveExceptionprotected void initialize(PTFDesc.PartitionedTableFunctionDef def) throws HiveException
HiveExceptionprotected void initialize(PTFDesc.BoundaryDef def, PTFDesc.ShapeDetails inpShape) throws HiveException
HiveExceptionprotected void initialize(PTFDesc.PTFExpressionDef eDef, PTFDesc.ShapeDetails inpShape) throws HiveException
HiveExceptionprotected void initialize(PTFDesc.ShapeDetails shp, StructObjectInspector OI) throws HiveException
HiveExceptionpublic static void addOIPropertiestoSerDePropsMap(StructObjectInspector OI, java.util.Map<java.lang.String,java.lang.String> serdePropsMap)
Copyright © 2012 The Apache Software Foundation