(
data: np.ndarray,
col: Column,
validity: tuple[Buffer, tuple[DtypeKind, int, str, str]] | None,
allow_modify_inplace: bool = ...,
)
| 527 | |
| 528 | @overload |
| 529 | def set_nulls( |
| 530 | data: np.ndarray, |
| 531 | col: Column, |
| 532 | validity: tuple[Buffer, tuple[DtypeKind, int, str, str]] | None, |
| 533 | allow_modify_inplace: bool = ..., |
| 534 | ) -> np.ndarray: ... |
| 535 | |
| 536 | |
| 537 | @overload |
no test coverage detected