public class PTFDeserializer extends Object
| Constructor and Description |
|---|
PTFDeserializer(PTFDesc ptfDesc,
StructObjectInspector inputOI,
org.apache.hadoop.conf.Configuration hConf) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addOIPropertiestoSerDePropsMap(StructObjectInspector OI,
Map<String,String> serdePropsMap) |
static void |
alterOutputOIForStreaming(PTFDesc ptfDesc) |
protected void |
initialize(BoundaryDef def,
ShapeDetails inpShape) |
protected void |
initialize(PartitionedTableFunctionDef def) |
protected void |
initialize(PTFExpressionDef eDef,
ShapeDetails inpShape) |
protected void |
initialize(PTFQueryInputDef def,
StructObjectInspector OI) |
protected void |
initialize(ShapeDetails shp,
StructObjectInspector OI) |
void |
initializePTFChain(PartitionedTableFunctionDef tblFnDef) |
void |
initializeWindowing(WindowTableFunctionDef def) |
public PTFDeserializer(PTFDesc ptfDesc, StructObjectInspector inputOI, org.apache.hadoop.conf.Configuration hConf)
public void initializePTFChain(PartitionedTableFunctionDef tblFnDef) throws HiveException
HiveExceptionpublic void initializeWindowing(WindowTableFunctionDef def) throws HiveException
HiveExceptionprotected void initialize(PTFQueryInputDef def, StructObjectInspector OI) throws HiveException
HiveExceptionprotected void initialize(PartitionedTableFunctionDef def) throws HiveException
HiveExceptionprotected void initialize(BoundaryDef def, ShapeDetails inpShape) throws HiveException
HiveExceptionprotected void initialize(PTFExpressionDef eDef, ShapeDetails inpShape) throws HiveException
HiveExceptionprotected void initialize(ShapeDetails shp, StructObjectInspector OI) throws HiveException
HiveExceptionpublic static void addOIPropertiestoSerDePropsMap(StructObjectInspector OI, Map<String,String> serdePropsMap)
public static void alterOutputOIForStreaming(PTFDesc ptfDesc)
Copyright © 2017 The Apache Software Foundation. All rights reserved.