Skip to content

基本数据类型

类型名占用Size介绍
UINT81unsigned int8
UINT162unsigned int16
UINT324unsigned int32
UINT648unsigned int64
INT81int8
INT162int16
INT324int32
INT648int64
FLOAT4float
DOUBLE8double
VECTOR212二维向量,如(1,2)
VECTOR316三维向量,如(1,3,4)
VECTOR420四维向量,如(1,2,3,4)
STRINGNstring,占用长度随内容而变
UNICODENunicode,占用长度随内容而变
PYTHONN任意python对象
PY_DICTNpython的dict对象
PY_TUPLENpython的tuple对象
PY_LISTNpython的list对象
ENTITYCALLN
BLOBN

文档内容由 Comblock® 提供