public interface InMemoryOutputFormatter extends QueryOutputFormatter
Modifier and Type | Method and Description |
---|---|
void |
writeRow(ResultRow row)
Write a row of the result.
|
close, commit, getFileSize, getFinalOutputPath, getMetadata, getNumRows, init, writeFooter, writeHeader
readExternal, writeExternal
void writeRow(ResultRow row) throws IOException
row
- ResultRow
objectIOException
- Signals that an I/O exception has occurred.Copyright © 2014–2018 Apache Software Foundation. All rights reserved.