ArrayType Class

Definition

An array type containing multiple values of a type.

public sealed class ArrayType : Microsoft.Spark.Sql.Types.DataType
type ArrayType = class
    inherit DataType
Public NotInheritable Class ArrayType
Inherits DataType
Inheritance
ArrayType

Constructors

ArrayType(DataType, Boolean)

Constructor for ArrayType class.

Properties

ContainsNull

Checks if the array can contain null values.

ElementType

Returns the data type of the elements in an array.

Json

The compact JSON representation of this data type.

(Inherited from DataType)
SimpleString

Readable string representation for this type.

TypeName

Normalized type name.

(Inherited from DataType)

Methods

Equals(Object)

Checks if the given object is same as the current object by checking the string version of this type.

(Inherited from DataType)
GetHashCode()

Returns the hash code of the current object.

(Inherited from DataType)

Applies to