# | Time (ms) | RQL | Result | SQL | Description | Stack | |
---|---|---|---|---|---|---|---|
${1 + i} | ${'%.2f' % query["time"]} | ${highlight(query["rql"], "RQL") | n} ${highlight(query["args"], "python3") | n} |
% if len(str(query["result"])) > 50:
${highlight(str(query["result"])[:50], "python3") | n}... | % else:${highlight(query["result"], "python3") | n} | % endif
% for sql in query["generated_sql_queries"]:
${highlight(sql['sql'], "SQL") | n}
% endfor
${highlight(sql['args'], "python3") | n} |
${highlight(query["description"], "python3") | n} | show stack |