diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-01-19 03:17:52 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-01-19 03:17:52 +0900 |
| commit | 1513ca1a19d4758b3c166ac14040d5d3f7193218 (patch) | |
| tree | 58b6f32847cfa4bfbad72a59a5e6fb4283b02c66 /src/jq.zig | |
| parent | 13128e5e506c7b50716bd5d587135c63d7c8a278 (diff) | |
| download | zgjq-1513ca1a19d4758b3c166ac14040d5d3f7193218.tar.gz zgjq-1513ca1a19d4758b3c166ac14040d5d3f7193218.tar.zst zgjq-1513ca1a19d4758b3c166ac14040d5d3f7193218.zip | |
allow query to return multiple values
Diffstat (limited to 'src/jq.zig')
| -rw-r--r-- | src/jq.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,4 +13,4 @@ pub const Instr = @import("./jq/compile.zig").Instr; pub const compile = @import("./jq/compile.zig").compile; pub const ExecuteError = @import("./jq/execute.zig").ExecuteError; -pub const execute = @import("./jq/execute.zig").execute; +pub const Runtime = @import("./jq/execute.zig").Runtime; |
