isValid
A Boolean value that indicates whether the column is valid.
Declaration
var isValid: Bool { get }Discussion
Check isValid after you create or mutate an untyped column to ensure it’s valid. If the value is false, the untyped column encountered an error and you can’t use it for subsequent operations. For example, comparing two columns of different sizes creates an invalid column.