You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Zip defaults - If defined, is an integer list of default parameters for logical block size, compression algorithm and compression level that apply when saving to files with no file extension.",
1798
1798
documentation: ".z.zd:100 1 9",
1799
1799
},
1800
+
{
1801
+
label: ".com_kx_edi.getMeta",
1802
+
detail: "This function returns the metadata of the databases.",
1803
+
documentation: ".com_kx_edi.getMeta[]",
1804
+
},
1805
+
{
1806
+
label: ".com_kx_edi.sql",
1807
+
detail: "This function runs an SQL query.",
1808
+
documentation: ".com_kx_edi.sql[query]",
1809
+
},
1810
+
{
1811
+
label: ".com_kx_edi.qsql",
1812
+
detail:
1813
+
"This is a QSQL query builder that assembles QSQL queries based on a q expression.",
1814
+
documentation: ".com_kx_edi.qsql[args]",
1815
+
},
1816
+
{
1817
+
label: ".com_kx_edi.queryBuilder",
1818
+
detail:
1819
+
"The queryBuilder function uses the GetData API to construct queries.",
0 commit comments