We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b4a4e commit 132c08fCopy full SHA for 132c08f
resources/evaluate.q
@@ -175,7 +175,15 @@
175
generateTableColumns[originalType;isAtom;0b;data];
176
generateColumns[originalType;isAtom;0b;data;$[isAtom;"value";"values"]]
177
];
178
- : .j.j `count`columns!(quantity; columns)
+ : .j.j `count`columns!($[
179
+ (type columns) = 99h;
180
+ $[
181
+ (count columns[`values] = 1);
182
+ 1;
183
+ quantity
184
+ ];
185
186
+ ]; columns)
187
}[generateTableColumns; generateColumns];
188
typeOf: {$[0>type x; .axq.i_PRIMCODE neg type x; .axq.i_NONPRIMCODE type x]};
189
isAtom: {not type[x] within 0 99h};
0 commit comments