public class DataFrameWriter extends Object
| Constructor and Description |
|---|
DataFrameWriter(WriterRegistry registry,
Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
csv(CsvWriteOptions options) |
void |
csv(File file) |
void |
csv(OutputStream stream) |
void |
csv(String file) |
void |
csv(Writer writer) |
void |
toFile(File file) |
void |
toFile(String file) |
void |
toStream(OutputStream stream,
String extension) |
String |
toString(String extension) |
void |
toWriter(Writer writer,
String extension) |
<T extends WriteOptions> |
usingOptions(T options) |
public DataFrameWriter(WriterRegistry registry, Table table)
public void toFile(String file) throws IOException
IOExceptionpublic void toFile(File file) throws IOException
IOExceptionpublic void toStream(OutputStream stream, String extension) throws IOException
IOExceptionpublic void toWriter(Writer writer, String extension) throws IOException
IOExceptionpublic <T extends WriteOptions> void usingOptions(T options) throws IOException
IOExceptionpublic void csv(String file) throws IOException
IOExceptionpublic void csv(File file) throws IOException
IOExceptionpublic void csv(CsvWriteOptions options)
public void csv(OutputStream stream)
public void csv(Writer writer)
Copyright © 2020. All rights reserved.