字典函数
dictGetInt8,dictGetInt16,dictGetInt32,dictGetInt64
dictGetFloat32,dictGetFloat64
dictgetuid
dictGetString
- 使用’id’键获取dict_name字典中attr_name属性的值。
dict_name
和attr_name
是常量字符串。必须是UInt64。
如果字典中没有id
键,则返回字典描述中指定的默认值。
与函数相同,但默认值取自函数的最后一个参数。
dictIsIn
- 对于’dict_name’分层字典,查找’child_id’键是否位于’ancestor_id’内(或匹配’ancestor_id’)。返回UInt8。
独裁主义
dictGetHierarchy('dict_name', id)
- 对于’dict_name’分层字典,返回从’id’开始并沿父元素链继续的字典键数组。返回Array(UInt64)
- 检查字典是否存在指定的
id
。如果不存在,则返回0;如果存在,则返回1。