Skip to content

Commit 2b1be25

Browse files
committed
more
1 parent c8ea241 commit 2b1be25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sys/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ pub unsafe fn tsk_column_access<
147147
/// * column_length and offset_length must both be
148148
/// the correct lengths for the input pointers
149149
/// * we return None if row < 0 or row > array length.
150+
/// * Thus, the requirement is that the two _lengths
151+
/// == 0 or (pointer both not NULL and the lengths are correct)
150152
///
151153
/// When the lengths of each column are 0, we
152154
/// don't worry about anything else

0 commit comments

Comments
 (0)