public class DataFrameReader extends Object
| Constructor and Description |
|---|
DataFrameReader() |
| Modifier and Type | Method and Description |
|---|---|
Table |
csv(CsvReadOptionsBuilder options) |
Table |
csv(File file) |
Table |
csv(InputStream stream,
String tableName) |
Table |
csv(Reader reader,
String tableName) |
Table |
csv(String file) |
static Table |
db(ResultSet resultSet,
String tableName) |
public Table csv(String file) throws IOException
IOExceptionpublic Table csv(File file) throws IOException
IOExceptionpublic Table csv(InputStream stream, String tableName) throws IOException
IOExceptionpublic Table csv(Reader reader, String tableName) throws IOException
IOExceptionpublic Table csv(CsvReadOptionsBuilder options) throws IOException
IOExceptionpublic static Table db(ResultSet resultSet, String tableName) throws SQLException
SQLExceptionCopyright © 2017. All rights reserved.