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
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(CsvReadOptionsBuilder options) throws IOException
IOException
public static Table db(ResultSet resultSet, String tableName) throws SQLException
SQLException
Copyright © 2017. All rights reserved.