public class DataFrameReader extends Object
Constructor and Description |
---|
DataFrameReader() |
Modifier and Type | Method and Description |
---|---|
Table |
csv(CsvReadOptions.Builder options) |
Table |
csv(CsvReadOptions options) |
Table |
csv(File file) |
Table |
csv(InputStream stream,
String tableName) |
Table |
csv(Reader reader,
String tableName) |
Table |
csv(String file) |
Table |
csv(String contents,
String tableName) |
Table |
db(ResultSet resultSet,
String tableName) |
Table |
html(String url) |
public Table csv(String file) throws IOException
IOException
public Table csv(File file) throws IOException
IOException
public Table csv(InputStream stream, String tableName) throws IOException
IOException
public Table csv(Reader reader, String tableName) throws IOException
IOException
public Table csv(CsvReadOptions.Builder options) throws IOException
IOException
public Table csv(CsvReadOptions options) throws IOException
IOException
public Table db(ResultSet resultSet, String tableName) throws SQLException
SQLException
public Table html(String url) throws IOException
IOException
Copyright © 2018. All rights reserved.