作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
有没有办法在 q 中找到函数的价(秩)?
即我正在寻找一个函数 v 使得
v[{42}] gives 0
v[{x*x}] gives 1
v[{x+y}] gives 2
等等
最佳答案
你想做的是
q)f:{x+y+z}
q)/the second item returned by value f is the args of f, so we simply count them.
q)value f
0x63624161410003
`x`y`z <--- args of f
`symbol$()
,`
7 5 6 3 4 2 2
"..f"
""
-1
"{x+y+z}"
q)count value[f]1
3
q)/ wrap it in a function
q)v:{count value[x]1}
(虽然应该注意像
{42}
这样的 niladic func 仍然会显示 1 个参数,
x
)
关于kdb - 如何找到 kdb 函数的价数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69377235/
我是一名优秀的程序员,十分优秀!