We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1648a commit e6090a9Copy full SHA for e6090a9
regression-test/data/audit/test_audit_log_behavior.out
@@ -15,9 +15,12 @@ scan_rows bigint Yes false \N NONE
15
return_rows bigint Yes false \N NONE
16
shuffle_send_rows bigint Yes false \N NONE
17
shuffle_send_bytes bigint Yes false \N NONE
18
+scan_bytes_from_local_storage bigint Yes false \N NONE
19
+scan_bytes_from_remote_storage bigint Yes false \N NONE
20
stmt_id bigint Yes false \N NONE
21
stmt_type varchar(48) Yes false \N NONE
22
is_query tinyint Yes false \N NONE
23
+is_nereids tinyint Yes false \N NONE
24
frontend_ip varchar(128) Yes false \N NONE
25
cpu_time_ms bigint Yes false \N NONE
26
sql_hash varchar(128) Yes false \N NONE
0 commit comments