public class PythonPlanStreamer extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected PythonPlanReceiver |
receiver |
protected PythonPlanSender |
sender |
| Constructor and Description |
|---|
PythonPlanStreamer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Object |
getRecord() |
Object |
getRecord(boolean normalize) |
void |
open(String tmpPath,
String args) |
void |
sendRecord(Object record) |
protected PythonPlanSender sender
protected PythonPlanReceiver receiver
public Object getRecord() throws IOException
IOExceptionpublic Object getRecord(boolean normalize) throws IOException
IOExceptionpublic void sendRecord(Object record) throws IOException
IOExceptionpublic void open(String tmpPath, String args) throws IOException
IOExceptionpublic void close()
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.