public interface PersistedOutputFormatter extends QueryOutputFormatter
Modifier and Type | Method and Description |
---|---|
void |
addRowsFromPersistedPath(org.apache.hadoop.fs.Path persistedPath)
Add result rows from the persisted path.
|
close, commit, getFileSize, getFinalOutputPath, getMetadata, getNumRows, init, writeFooter, writeHeader
readExternal, writeExternal
void addRowsFromPersistedPath(org.apache.hadoop.fs.Path persistedPath) throws IOException
persistedPath
- the persisted pathIOException
- Signals that an I/O exception has occurred.Copyright © 2014–2015 Apache Software Foundation. All rights reserved.