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