英文: How do I pass a variable through multiple inner functions in KDB? 问题 我有一个名为 peg 的函数: peg: {{$[ab...
The calculation rule of the keyword “div” is 什么是关键字 “div” 的计算规则.
英文: KDB:What is the calculation rule of the keyword div 问题 今天我发现了关于kdb中div的一个有趣现象 a:2 div 2.4 b:2.0 ...
连接 kdb q 中的 hdb 数据库到 .q 脚本的方法是?
英文: How to connect a hdb database in kdb q to .q script? 问题 我想在一个kdb的.q脚本中连接到一个hdb数据库,并在脚本中进行查询,而不是直...
有没有一种方法可以在左表的列上进行带聚合的wj(join)?
英文: Is there a way to do wj with aggration on columns from the left table? 问题 我有以下代码。`weight` 来自右表,聚...
Reading Log files and finding errors 读取日志文件并查找错误
英文: Reading Log files and finding errors 问题 我想从文件夹中读取当前日期的所有日志文件,并查找包含“ERROR”字符串的行。 创建一个具有以下列的表格: Lo...
convert time to based on each timezone in KDB+
英文: convert time to based on each timezone in KDB+ 问题 timeStamp timeZone localTime 2022.10.06D08:56:...
如何向分裂表追加数据
英文: How to append data to splayed table 问题 我有一个展开的表格,有一个文件夹结构 我的根目录/ 2023年01月01日 我的表格 列1 列2 ... .d 2...
how do we check effectively and maintain kdb process health status and latest table count on the process for Windows OS
英文: how do we check effectively and maintain kdb process health status and latest table count on the...
你如何从KDB中的函数选择/更新/删除语句中获取日期范围?
英文: How can I get a date range from a functional select/update/delete statement in KDB? 问题 我有以下功能性语句...
如何获取KDB中当天最高报价的时间?
英文: How do I get the time of the highest quote of the day in KDB? 问题 我试图从表q中提取max m对应的t。 我的查询是: sele...
4