Modifier and Type | Method and Description |
---|---|
void |
end()
Invoked at the end of the data pipelining session.
|
void |
row(PyObject row)
Invoked for each row of data.
|
void |
start()
Invoked at the start of the data pipelining session.
|
void start()
void row(PyObject row)
void end()