Array.is_null#

Array.is_null(index)#

Check if array is null. If index is provided, check if the array at position given by index is null.

Parameters:

index (int | None) –

Return type:

bool