AtomicType Class

Definition

An internal type used to represent everything that is not null, arrays, structs, and maps.

public abstract class AtomicType : Microsoft.Spark.Sql.Types.DataType
type AtomicType = class
    inherit DataType
Public MustInherit Class AtomicType
Inherits DataType
Inheritance
AtomicType
Derived

Constructors

AtomicType()

Properties

Json

The compact JSON representation of this data type.

(Inherited from DataType)
SimpleString

Simple string version of the current data type.

(Inherited from DataType)
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