![]() |
Java SDK Documentation
8.1
|
Public Member Functions | |
DefaultSourceIterator (ArrayList< UDSource > sources) | |
UnsizedUDSource | createNextSource (ServerInterface srvInterface) |
void | destroy (ServerInterface srvInterface, NodeSpecifyingPlanContext planCtxt) throws UdfException |
Tear down this SourceIterator. More... | |
int | getNumberOfSources () |
Integer | getSizeOfSource (int sourceNum) |
void | setup (ServerInterface srvInterface, NodeSpecifyingPlanContext planCtxt) throws UdfException |
Set up this SourceIterator. More... | |
|
inherited |
|
inherited |
Set up this SourceIterator.
Should perform setup that should not take place in the constructor due to the exception-handling semantics of constructors
UdfException |