You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tables.jl
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,7 @@ The resultset iterator supports the [Tables.jl](https://github.com/JuliaData/Tab
150
150
like `DataFrame(results)`, `CSV.write("results.csv", results)`, etc.
151
151
152
152
Passing `strict=true` to `DBInterface.execute` will cause the resultset iterator to return values of the exact type specified by SQLite.
153
+
While more type-stable, determining the exact types of the results can be more expensive as it will iterate through each column to find the first non-NULL value to determine the type.
0 commit comments