enum | PropertyTypeImpl {
PropertyTypeImpl::kInt32,
PropertyTypeImpl::kDate,
PropertyTypeImpl::kDay,
PropertyTypeImpl::kStringView,
PropertyTypeImpl::kEmpty,
PropertyTypeImpl::kInt64,
PropertyTypeImpl::kDouble,
PropertyTypeImpl::kUInt32,
PropertyTypeImpl::kUInt64,
PropertyTypeImpl::kBool,
PropertyTypeImpl::kFloat,
PropertyTypeImpl::kUInt8,
PropertyTypeImpl::kUInt16,
PropertyTypeImpl::kStringMap,
PropertyTypeImpl::kVarChar,
PropertyTypeImpl::kVertexGlobalId,
PropertyTypeImpl::kLabel,
PropertyTypeImpl::kRecordView,
PropertyTypeImpl::kRecord,
PropertyTypeImpl::kString
} |