Skip to content

Commit

Permalink
Updating Javadocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pigott committed Dec 5, 2018
1 parent 523387f commit a78c770
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@ public static VectorSchemaRoot sqlToArrow(
/**
* For the given JDBC {@link ResultSet}, fetch the data from Relational DB and convert it to Arrow objects.
*
* @param resultSet ResultSet to use to fetch the data from underlying database
* @param allocator Memory allocator to use.
* @param calendar Calendar instance to use for Date, Time and Timestamp datasets.
* @param metadata Whether to include column information in the schema field metadata.
* @param resultSet ResultSet to use to fetch the data from underlying database
* @param allocator Memory allocator to use.
* @param calendar Calendar instance to use for Date, Time and Timestamp datasets.
* @param includeMetadata Whether to include column information in the schema field metadata.
* @return Arrow Data Objects {@link VectorSchemaRoot}
* @throws SQLException on error
*/
Expand Down

0 comments on commit a78c770

Please sign in to comment.