Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Apr 1, 2024
1 parent 3cb5825 commit 9cc59ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions r/adbcdrivermanager/README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ stmt <- adbc_statement_init(con)
# in advance for testing purposes
adbc_statement_bind_stream(stmt, nycflights13::flights)
# Set the query
adbc_statement_set_sql_query(stmt, "SELECT * FROM flights")
# Start executing the query. Results in ADBC are ArrowArrayStream objects,
# which can be materialized using as.data.frame(), as_tibble(),
# or converted to an arrow::RecordBatchReader using
Expand Down
3 changes: 0 additions & 3 deletions r/adbcdrivermanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ stmt <- adbc_statement_init(con)
# in advance for testing purposes
adbc_statement_bind_stream(stmt, nycflights13::flights)

# Set the query
adbc_statement_set_sql_query(stmt, "SELECT * FROM flights")

# Start executing the query. Results in ADBC are ArrowArrayStream objects,
# which can be materialized using as.data.frame(), as_tibble(),
# or converted to an arrow::RecordBatchReader using
Expand Down

0 comments on commit 9cc59ad

Please sign in to comment.