public class DataFrameWriter extends Object
Constructor | Description |
---|---|
DataFrameWriter(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 |
html(OutputStream stream) |
public DataFrameWriter(Table table)
public void csv(String file) throws IOException
IOException
public void csv(File file) throws IOException
IOException
public void csv(CsvWriteOptions options) throws IOException
IOException
public void csv(OutputStream stream) throws IOException
IOException
public void csv(Writer writer) throws IOException
IOException
public void html(OutputStream stream)
Copyright © 2018. All rights reserved.