NullType 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 null 类型。
public sealed class NullType : Microsoft.Spark.Sql.Types.DataType
type NullType = class
inherit DataType
Public NotInheritable Class NullType
Inherits DataType
- 继承
构造函数
NullType() |
表示 null 类型。 |
属性
Json |
此数据类型的压缩 JSON 表示形式。 (继承自 DataType) |
SimpleString |
当前数据类型的简单字符串版本。 (继承自 DataType) |
TypeName |
规范化类型名称。 (继承自 DataType) |
方法
Equals(Object) |
通过检查此类型的字符串版本,检查给定对象是否与当前对象相同。 (继承自 DataType) |
GetHashCode() |
返回当前 对象的哈希代码。 (继承自 DataType) |