Skip to content

Commit 9ebfebe

Browse files
diegoimbertMaxxen
authored andcommitted
stmt doesn't need to be executed
1 parent 4a0d813 commit 9ebfebe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/duckdb/src/column.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ impl Statement<'_> {
162162
}
163163

164164
/// Returns the declared logical data type of the column.
165-
///
166-
/// # Caveats
167-
/// Panics if the query has not been [`execute`](Statement::execute)d yet.
168165
pub fn column_logical_type(&self, idx: usize) -> LogicalTypeHandle {
169166
self.stmt.column_logical_type(idx)
170167
}

0 commit comments

Comments
 (0)