We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ea241 commit 2b1be25Copy full SHA for 2b1be25
src/sys/mod.rs
@@ -147,6 +147,8 @@ pub unsafe fn tsk_column_access<
147
/// * column_length and offset_length must both be
148
/// the correct lengths for the input pointers
149
/// * 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)
152
///
153
/// When the lengths of each column are 0, we
154
/// don't worry about anything else
0 commit comments