Share via


ArrowStringDataFrameColumn.IsValid(Int64) Method

Definition

Indicates if the value at this index is null.

public override bool IsValid(long index);
public bool IsValid(long index);
override this.IsValid : int64 -> bool
member this.IsValid : int64 -> bool
Public Overrides Function IsValid (index As Long) As Boolean
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