File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -2304,10 +2304,7 @@ AdbcStatusCode AdbcStatementExecuteSchema(struct AdbcStatement* statement,
23042304/// consistent schema when executing queries against a database
23052305/// with row-based types (e.g., SQLite) or a database whose types
23062306/// are implemented with row-based parameters where Arrow prefers
2307- /// type-level parameters (e.g., NUMERIC for PostgreSQL). Callers
2308- /// may also use a transformation of the schema provided by
2309- /// AdbcStatementExecuteSchema to request specific Arrow type
2310- /// variants such as string views or list views.
2307+ /// type-level parameters (e.g., NUMERIC for PostgreSQL).
23112308///
23122309/// The provided schema is a request and not a guarantee (i.e.,
23132310/// callers must use the schema provided by the output stream to
You can’t perform that action at this time.
0 commit comments