英文: How to refer a variate with correct form in Kdb+? 问题 在第3行,x 和 p 都指代一个表变量,但在 $(枚举)的调用中,需要使用 `x(作为...
如何在Kdb+中设置具有复合主键的外键?
英文: How to set foreign key with compound primary key in Kdb+? 问题 这里是您要翻译的部分: "有关如何设置外键的文件已足够,但关...
在Kdb+中,符号类型是压缩还是索引化的?
英文: Is symbol type compressed or indexed in Kdb+? 问题 official doc 已经显示 symbol 是一个原子,但这个特性是否被用于压缩或索引?...
fastest way to read and iterate over the rows of a table, and read/call a function with corresponding arguments and raw data from each row?
英文: fastest way to read and iterate over the rows of a table, and read/call a function with correspo...
提取具有与特定模式匹配的列名的行在kdb q中
英文: Extract rows with column name matching a specific pattern in kdb q 问题 以下是您要求的翻译部分: 我有一个包含多种字符字符串...
KX炼油厂连接并从表中获取数据。
英文: KX refinery connection and get data from tables 问题 我需要连接到Kx炼油厂并获取表格数据。 表格名称:stock 我尝试使用: \c `:ho...
How to extracts the first letters from each words in the "sym" column and creates a new column called "derived" with unique values
英文: How to extracts the first letters from each words in the "sym" column and creates a ne...
Get name of function that called current function
英文: Get name of function that called current function 问题 我希望能够在不减慢或使日志功能过于复杂的情况下,为记录目的获取调用日志功能的函数的函数...
我如何在KDB+中按符号从表中获取累积加权平均价格,考虑所有先前的记录?
英文: How can I get accumulating weighted-average prices in KDB+ by symbol from a table, taking into a...
创建新的列,基于特定列中的分隔符。
英文: create new cols based on a delimiter from a particular column 问题 我有一个名为tab的表,其中有多个列。我对类型为C的列text...
4