英文: Can I pass the result of a query as an argument to the next in DolphinDB? 问题 我有一个kdb+/q语句 {selec...
kdb排名函数与重复排名
英文: q kdb rank function with duplicated ranks 问题 I can provide a translation of the code-related con...
在KDB中如何对列表进行分块?
英文: How do I chunk a list in KDB? 问题 我想将一个列表重新排列成大小为n的“块”: 0 1 2 3 4 5 6 7 8 9 0 1 2 1 2 3 2 3 4 在这种...
Weekdays / weekend filter on a table
英文: Weekdays / weekend filter on a table 问题 以下是代码的翻译部分: //排除周末: firstdate: 2023.01.01 lastdate: 2023...
KDB视图是否应包含副作用?
英文: Should KDB views contain side effects or not? 问题 在这篇关于视图的文章(https://code.kx.com/q/learn/views/)中...
如何在KDB中重放多个日志文件
英文: How do you replay multiple logs files in KDB 问题 当使用-11!来重放日志文件时,是否可以在多个文件上进行迭代。 仅仅使用 -11!each li...
4