RoutedictGetHierarchy_checkExamples("privilege on",[
("ALL", "*.*"),
("dictGet", "dict"),
("dictHas", "dict"),
("dictGetH
tests/testflows/rbac/tests/privileges/dictGet.py:None
RoutedictGetOrDefault_checkExamples("privilege on",[
("ALL", "*.*"),
("dictGet", "dict"),
("dictHas", "dict"),
("dictGetH
tests/testflows/rbac/tests/privileges/dictGet.py:None
RoutedictGetType_checkExamples("privilege on",[
("ALL", "*.*"),
("dictGet", "dict"),
("dictHas", "dict"),
("dictGetH
tests/testflows/rbac/tests/privileges/dictGet.py:None
RoutedictGet_checkExamples("privilege on",[
("ALL", "*.*"),
("dictGet", "dict"),
("dictHas", "dict"),
("dictGetH
tests/testflows/rbac/tests/privileges/dictGet.py:None
RoutedictHas_checkExamples("privilege on",[
("ALL", "*.*"),
("dictGet", "dict"),
("dictHas", "dict"),
("dictGetH
tests/testflows/rbac/tests/privileges/dictGet.py:None
RoutedictIsIn_checkExamples("privilege on",[
("ALL", "*.*"),
("dictGet", "dict"),
("dictHas", "dict"),
("dictGetH
tests/testflows/rbac/tests/privileges/dictGet.py:None
Routegrant_privilegesExamples("privilege on allow_column allow_introspection", [
("dictGet", ("db0.table0","db0.*","*.*","tb0",
tests/testflows/rbac/tests/syntax/grant_privilege.py:None
Routerevoke_privilegesExamples("privilege on allow_column allow_introspection", [
("dictGet", ("db0.table0","db0.*","*.*","tb0",
tests/testflows/rbac/tests/syntax/revoke_privilege.py:None
Routeselect_map_with_duplicated_keysExamples("map output", [
("map('hello','there','hello','over there')", "{'hello':'there','hello':'over the
tests/testflows/map_type/tests/feature.py:None
Routeselect_map_with_key_integerExamples("map output", [
("(map(127,1,0,1,-128,1))", '{127:1,0:1,-128:1}', Name("Int8")),
("(map(0,1,2
tests/testflows/map_type/tests/feature.py:None
Routeselect_map_with_key_stringExamples("map output", [
("map('',1)", "{'':1}", Name("empty string")),
("map('hello',1)", "{'hello':1
tests/testflows/map_type/tests/feature.py:None
Routeselect_map_with_value_arrayExamples("map output", [
("map('key',[])", "{'key':[]}", Name("empty Array")),
("map('key',[1,2,3])",
tests/testflows/map_type/tests/feature.py:None
Routeselect_map_with_value_integerExamples("map output", [
("(map(1,127,2,0,3,-128))", '{1:127,2:0,3:-128}', Name("Int8")),
("(map(1,0,2
tests/testflows/map_type/tests/feature.py:None
Routeselect_map_with_value_stringExamples("map output", [
("map('key','')", "{'key':''}", Name("empty string")),
("map('key','hello')",
tests/testflows/map_type/tests/feature.py:None
Routetable_map_select_key_with_key_integerExamples("type data output select", [
("Map(Int8, Int8)", "('2020-01-01', map(127,1,0,1,-128,1))", '{"m":1
tests/testflows/map_type/tests/feature.py:None
Routetable_map_select_key_with_key_stringExamples("type data output select", [
("Map(String, Int8)", "('2020-01-01', map('',1))", '{"m":1}', "m['']
tests/testflows/map_type/tests/feature.py:None
Routetable_map_select_key_with_value_stringExamples("type data output", [
("Map(String, String)", "('2020-01-01', map('key',''))", '{"m":""}', Name("
tests/testflows/map_type/tests/feature.py:None
Routetable_map_with_duplicated_keysExamples("type data output", [
("Map(String, String)",
"('2020-01-01', map('hello','there','hello'
tests/testflows/map_type/tests/feature.py:None
Routetable_map_with_key_integerExamples("type data output", [
("Map(Int8, Int8)", "('2020-01-01', map(127,1,0,1,-128,1))", '{"d":"2020-01
tests/testflows/map_type/tests/feature.py:None
Routetable_map_with_key_stringExamples("type data output", [
("Map(String, Int8)", "('2020-01-01', map('',1))", '{"d":"2020-01-01","m":{
tests/testflows/map_type/tests/feature.py:None
Routetable_map_with_value_arrayExamples("type data output", [
("Map(String, Array(Int8))", "('2020-01-01', map('key',[]))", '{"d":"2020-0
tests/testflows/map_type/tests/feature.py:None
Routetable_map_with_value_integerExamples("type data output", [
("Map(Int8, Int8)", "('2020-01-01', map(1,127,2,0,3,-128))", '{"d":"2020-01
tests/testflows/map_type/tests/feature.py:None
Routetable_map_with_value_stringExamples("type data output", [
("Map(String, String)", "('2020-01-01', map('key',''))", '{"d":"2020-01-01"
tests/testflows/map_type/tests/feature.py:None