github.com/mithrandie/csvq@v1.18.1/docs/_posts/2006-01-02-runtime-information.md (about) 1 --- 2 layout: default 3 title: Runtime Information - Reference Manual - csvq 4 category: reference 5 --- 6 7 # Runtime Information 8 9 Following values can be referred as runtime information. 10 11 | name | type | description | 12 | :- | :- | :- | 13 | @#UNCOMMITTED | boolean | Whether there are tables or views that have not been committed. | 14 | @#CREATED | integer | Number of uncommitted tables after creation | 15 | @#UPDATED | integer | Number of uncommitted tables after update | 16 | @#UPDATED_VIEWS | integer | Number of uncommitted views after update | 17 | @#LOADED_TABLES | integer | Number of loaded tables | 18 | @#WORKING_DIRECTORY | string | Current working directory | 19 | @#VERSION | string | Version of csvq | 20