File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2045,10 +2045,7 @@ AdbcStatusCode AdbcStatementExecuteSchema(struct AdbcStatement* statement,
20452045/// consistent schema when executing queries against a database
20462046/// with row-based types (e.g., SQLite) or a database whose types
20472047/// are implemented with row-based parameters where Arrow prefers
2048- /// type-level parameters (e.g., NUMERIC for PostgreSQL). Callers
2049- /// may also use a transformation of the schema provided by
2050- /// AdbcStatementExecuteSchema to request specific Arrow type
2051- /// variants such as string views or list views.
2048+ /// type-level parameters (e.g., NUMERIC for PostgreSQL).
20522049///
20532050/// The provided schema is a request and not a guarantee (i.e.,
20542051/// callers must use the schema provided by the output stream to
You can’t perform that action at this time.
0 commit comments