IntegerType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an int type.
public sealed class IntegerType : Microsoft.Spark.Sql.Types.IntegralType
type IntegerType = class
inherit IntegralType
Public NotInheritable Class IntegerType
Inherits IntegralType
- Inheritance
Constructors
IntegerType() |
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) |