[FEATURE]add maat_get_table_schema_tag API => TSG-17872

This commit is contained in:
liuwentan
2023-12-18 08:43:54 +00:00
parent df7505fa7f
commit b7d6eb16a1
8 changed files with 231 additions and 13 deletions

View File

@@ -15,6 +15,7 @@
"table_name":"COMPILE_ALIAS",
"table_type":"compile",
"valid_column":9,
"schema_tag": "{\"compile_alias\": \"compile\"}",
"custom": {
"compile_id":1,
"tags":6,
@@ -28,6 +29,7 @@
"default_compile_table":2,
"table_type":"compile",
"valid_column":9,
"schema_tag": "{\"compile_conjunction\": \"compile\"}",
"custom": {
"compile_id":1,
"tags":6,
@@ -41,6 +43,7 @@
"table_type":"group2compile",
"associated_compile_table_id":2,
"valid_column":6,
"schema_tag": "{\"group2compile\": \"group2compile\"}",
"custom": {
"group_id":1,
"compile_id":2,
@@ -103,6 +106,7 @@
"db_tables":["COMPILE_DEFAULT", "COMPILE_ALIAS"],
"table_type":"plugin",
"valid_column":8,
"schema_tag": "{\"compile_plugin\": \"plugin\"}",
"custom": {
"gc_timeout_s":3,
"key_type":"integer",
@@ -130,6 +134,7 @@
"table_type":"expr",
"expr_engine":"rulescan",
"valid_column":7,
"schema_tag": "{\"http_region\": \"expr\"}",
"custom": {
"item_id":1,
"group_id":2,
@@ -340,7 +345,8 @@
"table_id":25,
"table_name":"HTTP_RESPONSE_KEYWORDS",
"table_type":"virtual",
"physical_table": "KEYWORDS_TABLE"
"physical_table": "KEYWORDS_TABLE",
"schema_tag": "{\"http_response_keywords\": \"virtual\"}"
},
{
"table_id":26,
@@ -359,7 +365,8 @@
"table_name":"VIRTUAL_IP_PLUS_TABLE",
"db_tables":["VIRTUAL_IP_PLUS_SOURCE", "VIRTUAL_IP_PLUS_DESTINATION"],
"table_type":"virtual",
"physical_table": "IP_PLUS_CONFIG"
"physical_table": "IP_PLUS_CONFIG",
"schema_tag": "{\"virtual_ip_plus_table\": \"virtual\"}"
},
{
"table_id":29,