You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ref/dotz.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1156,6 +1156,7 @@ q).z.z
1156
1156
1157
1157
```syntax
1158
1158
.z.zd:(lbs;alg;lvl)
1159
+
.z.zd:dic
1159
1160
```
1160
1161
1161
1162
Integers `lbs`, `alg`, and `lvl` are [compression parameters](../kb/file-compression.md#compression-parameters) and/or [encryption parameters](../kb/dare.md#encryption).
@@ -1167,6 +1168,16 @@ q).z.zd:17 2 6 / set zip defaults
1167
1168
q)\x .z.zd / clear zip defaults
1168
1169
```
1169
1170
1171
+
You can also assign a dictionary to `.z.zd`. The keys of the dictionary are either column names or the null symbol `` ` ``. The value of each entry is an integer vector: `lbs`, `alg`, and `lvl`.
0 commit comments