Return the OutputFormat associated with StoreFuncInterface. This will be called on the front end during planning and on the backend during execution. @return the OutputFormat associated with StoreFuncInterface @throws IOException if an exception occurs while constructing the OutputFormat
()
| 68 | * |
| 69 | */ |
| 70 | OutputFormat getOutputFormat() throws IOException; |
| 71 | |
| 72 | /** |
| 73 | * Communicate to the storer the location where the data needs to be stored. |
no outgoing calls