@InterfaceAudience.User public class JsonCarbonWriter extends CarbonWriter
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Flush and close the writer
|
void |
write(Object object)
Write single row data, accepts one row of data as json string
|
builderpublic void write(Object object) throws IOException
write in class CarbonWriterobject - (json row as a string)IOExceptionpublic void close()
throws IOException
close in class CarbonWriterIOExceptionCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.