Dela via


ArrowStringDataFrameColumn.IsValid(Int64) Method

Definition

Indicates if the value at this index is null.

public bool IsValid (long index);
member this.IsValid : int64 -> bool
Public Function IsValid (index As Long) As Boolean

Parameters

index
Int64

The index to look up.

Returns

A boolean value indicating the validity at this index.

Applies to