이 브라우저는 더 이상 지원되지 않습니다.
최신 기능, 보안 업데이트, 기술 지원을 이용하려면 Microsoft Edge로 업그레이드하세요.
참고 항목
이 페이지에 액세스하려면 승인이 필요합니다. 로그인하거나 디렉터리 변경을 시도할 수 있습니다.
이 페이지에 액세스하려면 승인이 필요합니다. 디렉터리 변경을 시도할 수 있습니다.
本页提供 Databricks 上可用的 PySpark 数据类型列表,其中包含指向相应参考文档的链接。
ArrayType(elementType[, containsNull])
BinaryType()
BooleanType()
ByteType()
CalendarIntervalType()
CharType(length)
DataType()
DateType()
DayTimeIntervalType([startField, endField])
DecimalType([precision, scale])
DoubleType()
FloatType()
GeographyType
GeometryType
IntegerType()
LongType()
MapType(keyType, valueType[, valueContainsNull])
NullType()
ShortType()
StringType([collation])
StructField(name, dataType[, nullable, metadata])
StructType([fields])
TimeType(precision)
TimestampType()
TimestampNTZType()
VarcharType(length)
VariantType()
YearMonthIntervalType([startField, endField])