@grepr/cli 1.1.4 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/dist/commands/base-command.d.ts +3 -2
- package/build/dist/commands/base-command.d.ts.map +1 -1
- package/build/dist/commands/base-command.js +1 -1
- package/build/dist/commands/base-command.js.map +1 -1
- package/build/dist/commands/config-command.d.ts +5 -9
- package/build/dist/commands/config-command.d.ts.map +1 -1
- package/build/dist/commands/config-command.js +32 -4
- package/build/dist/commands/config-command.js.map +1 -1
- package/build/dist/commands/crud-command.d.ts +11 -18
- package/build/dist/commands/crud-command.d.ts.map +1 -1
- package/build/dist/commands/crud-command.js +27 -11
- package/build/dist/commands/crud-command.js.map +1 -1
- package/build/dist/commands/dataset-command.d.ts +8 -13
- package/build/dist/commands/dataset-command.d.ts.map +1 -1
- package/build/dist/commands/dataset-command.js.map +1 -1
- package/build/dist/commands/docs-command.d.ts +87 -0
- package/build/dist/commands/docs-command.d.ts.map +1 -0
- package/build/dist/commands/docs-command.js +164 -0
- package/build/dist/commands/docs-command.js.map +1 -0
- package/build/dist/commands/docs-get-command.d.ts +53 -0
- package/build/dist/commands/docs-get-command.d.ts.map +1 -0
- package/build/dist/commands/docs-get-command.js +75 -0
- package/build/dist/commands/docs-get-command.js.map +1 -0
- package/build/dist/commands/grok-command.d.ts +71 -0
- package/build/dist/commands/grok-command.d.ts.map +1 -0
- package/build/dist/commands/grok-command.js +258 -0
- package/build/dist/commands/grok-command.js.map +1 -0
- package/build/dist/commands/integration-command.d.ts +5 -7
- package/build/dist/commands/integration-command.d.ts.map +1 -1
- package/build/dist/commands/integration-command.js +4 -4
- package/build/dist/commands/integration-command.js.map +1 -1
- package/build/dist/commands/job-command.d.ts +7 -43
- package/build/dist/commands/job-command.d.ts.map +1 -1
- package/build/dist/commands/job-command.js +5 -3
- package/build/dist/commands/job-command.js.map +1 -1
- package/build/dist/commands/job-to-test-command.d.ts +74 -0
- package/build/dist/commands/job-to-test-command.d.ts.map +1 -0
- package/build/dist/commands/job-to-test-command.js +159 -0
- package/build/dist/commands/job-to-test-command.js.map +1 -0
- package/build/dist/commands/list-command.d.ts +5 -7
- package/build/dist/commands/list-command.d.ts.map +1 -1
- package/build/dist/commands/list-command.js +20 -4
- package/build/dist/commands/list-command.js.map +1 -1
- package/build/dist/commands/query-command.d.ts +3 -8
- package/build/dist/commands/query-command.d.ts.map +1 -1
- package/build/dist/commands/query-command.js +34 -13
- package/build/dist/commands/query-command.js.map +1 -1
- package/build/dist/docs-index/001b47a0-3be3-40ee-8f07-caac8f638d9d.json +1 -0
- package/build/dist/docs-index/001b47a0-3be3-40ee-8f07-caac8f638d9d.txt +3 -0
- package/build/dist/docs-index/008d3d6d-778c-4c4c-aa4f-4e13c53096f5.json +1 -0
- package/build/dist/docs-index/008d3d6d-778c-4c4c-aa4f-4e13c53096f5.txt +40 -0
- package/build/dist/docs-index/01d363c1-af55-4b31-aca8-ac8ab23b901e.json +1 -0
- package/build/dist/docs-index/01d363c1-af55-4b31-aca8-ac8ab23b901e.txt +34 -0
- package/build/dist/docs-index/01e90a52-5d00-481d-b376-74912a3da1b0.json +1 -0
- package/build/dist/docs-index/01e90a52-5d00-481d-b376-74912a3da1b0.txt +29 -0
- package/build/dist/docs-index/02567fae-d517-46d5-ab8e-ad0f71613865.json +1 -0
- package/build/dist/docs-index/02567fae-d517-46d5-ab8e-ad0f71613865.txt +20 -0
- package/build/dist/docs-index/0462ddc7-21fc-455f-8790-343c514462dc.json +1 -0
- package/build/dist/docs-index/0462ddc7-21fc-455f-8790-343c514462dc.txt +29 -0
- package/build/dist/docs-index/04c60541-1fbe-4efe-941d-d7776306a66f.json +1 -0
- package/build/dist/docs-index/04c60541-1fbe-4efe-941d-d7776306a66f.txt +44 -0
- package/build/dist/docs-index/0511dbf1-5421-49ef-9880-138e8758e663.json +1 -0
- package/build/dist/docs-index/0511dbf1-5421-49ef-9880-138e8758e663.txt +8 -0
- package/build/dist/docs-index/0588031b-e2d4-4214-a67d-8f56c49205c0.json +1 -0
- package/build/dist/docs-index/0588031b-e2d4-4214-a67d-8f56c49205c0.txt +18 -0
- package/build/dist/docs-index/07e3ec1d-db6e-4763-a251-0080b7380c80.json +1 -0
- package/build/dist/docs-index/07e3ec1d-db6e-4763-a251-0080b7380c80.txt +24 -0
- package/build/dist/docs-index/07ea377a-43f3-4eed-8e05-ac5247733983.json +1 -0
- package/build/dist/docs-index/07ea377a-43f3-4eed-8e05-ac5247733983.txt +18 -0
- package/build/dist/docs-index/07f47336-864f-40bf-81d4-219fecefb0a1.json +1 -0
- package/build/dist/docs-index/07f47336-864f-40bf-81d4-219fecefb0a1.txt +27 -0
- package/build/dist/docs-index/08140ea3-a4e2-4afe-aca9-4e05b45a7f8a.json +1 -0
- package/build/dist/docs-index/08140ea3-a4e2-4afe-aca9-4e05b45a7f8a.txt +259 -0
- package/build/dist/docs-index/08319098-e760-4698-bf6c-a4b0ccf6b931.json +1 -0
- package/build/dist/docs-index/08319098-e760-4698-bf6c-a4b0ccf6b931.txt +51 -0
- package/build/dist/docs-index/08588224-3f9b-438f-9ce0-e732ee3abacd.json +1 -0
- package/build/dist/docs-index/08588224-3f9b-438f-9ce0-e732ee3abacd.txt +23 -0
- package/build/dist/docs-index/08ffc9d2-cf9e-47fb-b2e1-eb062c642a0e.json +1 -0
- package/build/dist/docs-index/08ffc9d2-cf9e-47fb-b2e1-eb062c642a0e.txt +8 -0
- package/build/dist/docs-index/0947927f-d039-40ab-88a3-fc7b5bbbda49.json +1 -0
- package/build/dist/docs-index/0947927f-d039-40ab-88a3-fc7b5bbbda49.txt +47 -0
- package/build/dist/docs-index/094dec7d-ab3f-42ce-bc9b-8a1eed3647ac.json +1 -0
- package/build/dist/docs-index/094dec7d-ab3f-42ce-bc9b-8a1eed3647ac.txt +36 -0
- package/build/dist/docs-index/0974afe1-8b2d-4647-8a8d-b5891201e8e9.json +1 -0
- package/build/dist/docs-index/0974afe1-8b2d-4647-8a8d-b5891201e8e9.txt +59 -0
- package/build/dist/docs-index/09b91ed4-7c0d-4ea4-bfad-6e52a45b18f8.json +1 -0
- package/build/dist/docs-index/09b91ed4-7c0d-4ea4-bfad-6e52a45b18f8.txt +16 -0
- package/build/dist/docs-index/0af43cea-02be-4611-bb02-072c40dd9448.json +1 -0
- package/build/dist/docs-index/0af43cea-02be-4611-bb02-072c40dd9448.txt +15 -0
- package/build/dist/docs-index/0afcb119-2879-4e77-a251-eb3cd44fa7e9.json +1 -0
- package/build/dist/docs-index/0afcb119-2879-4e77-a251-eb3cd44fa7e9.txt +29 -0
- package/build/dist/docs-index/0c217cb5-bcfa-4bd5-81d4-2b975dbd8fd5.json +1 -0
- package/build/dist/docs-index/0c217cb5-bcfa-4bd5-81d4-2b975dbd8fd5.txt +44 -0
- package/build/dist/docs-index/0d4fbddb-ef41-4c83-894c-aba99073da7b.json +1 -0
- package/build/dist/docs-index/0d4fbddb-ef41-4c83-894c-aba99073da7b.txt +13 -0
- package/build/dist/docs-index/0dd20b52-d0da-4779-a5cb-318294e6637f.json +1 -0
- package/build/dist/docs-index/0dd20b52-d0da-4779-a5cb-318294e6637f.txt +22 -0
- package/build/dist/docs-index/0eb8e00c-bc86-426d-a14e-40d1efa487ff.json +1 -0
- package/build/dist/docs-index/0eb8e00c-bc86-426d-a14e-40d1efa487ff.txt +983 -0
- package/build/dist/docs-index/0f9188a0-998b-4f88-81b1-52add9033f20.json +1 -0
- package/build/dist/docs-index/0f9188a0-998b-4f88-81b1-52add9033f20.txt +13 -0
- package/build/dist/docs-index/0fb49b0f-3786-4491-b40a-30483e1aa88a.json +1 -0
- package/build/dist/docs-index/0fb49b0f-3786-4491-b40a-30483e1aa88a.txt +17 -0
- package/build/dist/docs-index/10cc7fe5-b150-46f6-975f-c8a44e7d1f98.json +1 -0
- package/build/dist/docs-index/10cc7fe5-b150-46f6-975f-c8a44e7d1f98.txt +34 -0
- package/build/dist/docs-index/120a110a-1a64-4eb8-8a10-48fe2cd4a083.json +1 -0
- package/build/dist/docs-index/120a110a-1a64-4eb8-8a10-48fe2cd4a083.txt +8 -0
- package/build/dist/docs-index/120ae49d-fe82-4018-859d-ef4e71a94345.json +1 -0
- package/build/dist/docs-index/120ae49d-fe82-4018-859d-ef4e71a94345.txt +8 -0
- package/build/dist/docs-index/12152940-6000-4c37-9d3e-e11633376d22.json +1 -0
- package/build/dist/docs-index/12152940-6000-4c37-9d3e-e11633376d22.txt +16 -0
- package/build/dist/docs-index/1361dd23-7c16-44ff-8fbe-3b9c58ac7753.json +1 -0
- package/build/dist/docs-index/1361dd23-7c16-44ff-8fbe-3b9c58ac7753.txt +11 -0
- package/build/dist/docs-index/13d87950-2ea3-400e-a442-c861a0bcfc09.json +1 -0
- package/build/dist/docs-index/13d87950-2ea3-400e-a442-c861a0bcfc09.txt +24 -0
- package/build/dist/docs-index/15ea3bf2-f1da-40d3-9daf-d6caacbe2bcf.json +1 -0
- package/build/dist/docs-index/15ea3bf2-f1da-40d3-9daf-d6caacbe2bcf.txt +10 -0
- package/build/dist/docs-index/1607fdb9-7e77-4026-99ec-8f25c025dd15.json +1 -0
- package/build/dist/docs-index/1607fdb9-7e77-4026-99ec-8f25c025dd15.txt +25 -0
- package/build/dist/docs-index/16c5f096-5095-44ee-96aa-c3dc9f04e157.json +1 -0
- package/build/dist/docs-index/16c5f096-5095-44ee-96aa-c3dc9f04e157.txt +5 -0
- package/build/dist/docs-index/17260be3-a406-43f0-bb5a-6ca2c6832ca0.json +1 -0
- package/build/dist/docs-index/17260be3-a406-43f0-bb5a-6ca2c6832ca0.txt +66 -0
- package/build/dist/docs-index/17876c18-e486-4496-a799-5ed9bdd19e67.json +1 -0
- package/build/dist/docs-index/17876c18-e486-4496-a799-5ed9bdd19e67.txt +124 -0
- package/build/dist/docs-index/1795e087-6344-4b45-a9dd-2cdd1a23d55f.json +1 -0
- package/build/dist/docs-index/1795e087-6344-4b45-a9dd-2cdd1a23d55f.txt +39 -0
- package/build/dist/docs-index/17b45af1-0874-45ec-8cda-b71eab23e999.json +1 -0
- package/build/dist/docs-index/17b45af1-0874-45ec-8cda-b71eab23e999.txt +24 -0
- package/build/dist/docs-index/180700f4-2d4f-471f-9803-7d3a310c7df0.json +1 -0
- package/build/dist/docs-index/180700f4-2d4f-471f-9803-7d3a310c7df0.txt +126 -0
- package/build/dist/docs-index/181cdf78-0f6c-4775-994a-0f463618f4e4.json +1 -0
- package/build/dist/docs-index/181cdf78-0f6c-4775-994a-0f463618f4e4.txt +8 -0
- package/build/dist/docs-index/1913bd37-ff5d-4fd3-8e6b-3e8f2dfbb208.json +1 -0
- package/build/dist/docs-index/1913bd37-ff5d-4fd3-8e6b-3e8f2dfbb208.txt +15 -0
- package/build/dist/docs-index/19e2c643-e1f3-4369-8865-545723ccac55.json +1 -0
- package/build/dist/docs-index/19e2c643-e1f3-4369-8865-545723ccac55.txt +32 -0
- package/build/dist/docs-index/1b47b126-a474-40a5-8edd-dd9dbb6e3719.json +1 -0
- package/build/dist/docs-index/1b47b126-a474-40a5-8edd-dd9dbb6e3719.txt +16 -0
- package/build/dist/docs-index/1dbb391f-2ad7-4573-aad0-4abbbf346a45.json +1 -0
- package/build/dist/docs-index/1dbb391f-2ad7-4573-aad0-4abbbf346a45.txt +8 -0
- package/build/dist/docs-index/1e26ed3c-b708-4b99-84c9-c720d5e8e4a2.json +1 -0
- package/build/dist/docs-index/1e26ed3c-b708-4b99-84c9-c720d5e8e4a2.txt +14 -0
- package/build/dist/docs-index/1ec6b4bc-2dc6-4f1b-b83f-82980de3dbf0.json +1 -0
- package/build/dist/docs-index/1ec6b4bc-2dc6-4f1b-b83f-82980de3dbf0.txt +9 -0
- package/build/dist/docs-index/1f7519bd-cc29-4fbb-9b18-ce1209691e6c.json +1 -0
- package/build/dist/docs-index/1f7519bd-cc29-4fbb-9b18-ce1209691e6c.txt +29 -0
- package/build/dist/docs-index/1fa04a27-7edb-4f17-979f-d2d07e5ea6d3.json +1 -0
- package/build/dist/docs-index/1fa04a27-7edb-4f17-979f-d2d07e5ea6d3.txt +15 -0
- package/build/dist/docs-index/1ff03dea-5918-419f-b1bc-a80d26139523.json +1 -0
- package/build/dist/docs-index/1ff03dea-5918-419f-b1bc-a80d26139523.txt +8 -0
- package/build/dist/docs-index/21343226-f92a-4c2f-9393-8e08ec70a1ea.json +1 -0
- package/build/dist/docs-index/21343226-f92a-4c2f-9393-8e08ec70a1ea.txt +12 -0
- package/build/dist/docs-index/21d670fa-eff4-4545-8be7-a900d35500c0.json +1 -0
- package/build/dist/docs-index/21d670fa-eff4-4545-8be7-a900d35500c0.txt +231 -0
- package/build/dist/docs-index/2206102e-baac-44c8-9877-c0515d274c06.json +1 -0
- package/build/dist/docs-index/2206102e-baac-44c8-9877-c0515d274c06.txt +114 -0
- package/build/dist/docs-index/2244adb4-42b0-43c9-9906-456a4e2671e4.json +1 -0
- package/build/dist/docs-index/2244adb4-42b0-43c9-9906-456a4e2671e4.txt +15 -0
- package/build/dist/docs-index/242fffbb-321d-49c0-a8d8-1621140ed0bc.json +1 -0
- package/build/dist/docs-index/242fffbb-321d-49c0-a8d8-1621140ed0bc.txt +38 -0
- package/build/dist/docs-index/2452ff58-9f0c-48b8-ac90-9041be03a528.json +1 -0
- package/build/dist/docs-index/2452ff58-9f0c-48b8-ac90-9041be03a528.txt +203 -0
- package/build/dist/docs-index/24a3675d-198b-413d-b9c6-c271099d174c.json +1 -0
- package/build/dist/docs-index/24a3675d-198b-413d-b9c6-c271099d174c.txt +8 -0
- package/build/dist/docs-index/24c0059d-f6e8-43ed-a784-a078b74bc1ca.json +1 -0
- package/build/dist/docs-index/24c0059d-f6e8-43ed-a784-a078b74bc1ca.txt +17 -0
- package/build/dist/docs-index/24c8cf34-2fa2-4cb6-92fb-d823845e6482.json +1 -0
- package/build/dist/docs-index/24c8cf34-2fa2-4cb6-92fb-d823845e6482.txt +104 -0
- package/build/dist/docs-index/26109a68-60c9-4b95-808e-64fbbd692b27.json +1 -0
- package/build/dist/docs-index/26109a68-60c9-4b95-808e-64fbbd692b27.txt +24 -0
- package/build/dist/docs-index/26262142-3627-4105-8e51-2f0ea704f4bc.json +1 -0
- package/build/dist/docs-index/26262142-3627-4105-8e51-2f0ea704f4bc.txt +15 -0
- package/build/dist/docs-index/26ca007a-9a83-4194-98eb-ca573823803f.json +1 -0
- package/build/dist/docs-index/26ca007a-9a83-4194-98eb-ca573823803f.txt +29 -0
- package/build/dist/docs-index/270940ac-4cbe-4785-8716-3f3a6ae60a93.json +1 -0
- package/build/dist/docs-index/270940ac-4cbe-4785-8716-3f3a6ae60a93.txt +81 -0
- package/build/dist/docs-index/274a4f45-d529-4471-9a80-cb4f3f712c74.json +1 -0
- package/build/dist/docs-index/274a4f45-d529-4471-9a80-cb4f3f712c74.txt +530 -0
- package/build/dist/docs-index/2807a1b3-df9f-45f0-97f2-c68381dc34f0.json +1 -0
- package/build/dist/docs-index/2807a1b3-df9f-45f0-97f2-c68381dc34f0.txt +23 -0
- package/build/dist/docs-index/285b9e62-6619-4267-9b45-f9f9777272fb.json +1 -0
- package/build/dist/docs-index/285b9e62-6619-4267-9b45-f9f9777272fb.txt +46 -0
- package/build/dist/docs-index/28b0fdd4-db74-4e24-8ede-5a054e0c43fe.json +1 -0
- package/build/dist/docs-index/28b0fdd4-db74-4e24-8ede-5a054e0c43fe.txt +88 -0
- package/build/dist/docs-index/2aef20e2-7e6a-4097-9090-2cb2526bc88e.json +1 -0
- package/build/dist/docs-index/2aef20e2-7e6a-4097-9090-2cb2526bc88e.txt +11 -0
- package/build/dist/docs-index/2b067b11-16a0-4d13-8089-6077a354b21f.json +1 -0
- package/build/dist/docs-index/2b067b11-16a0-4d13-8089-6077a354b21f.txt +28 -0
- package/build/dist/docs-index/2b2f013c-c4dc-4657-9cc6-411a4694fa93.json +1 -0
- package/build/dist/docs-index/2b2f013c-c4dc-4657-9cc6-411a4694fa93.txt +11 -0
- package/build/dist/docs-index/2b6bffb6-35c0-4c8c-a6a2-ad1cd0cd95db.json +1 -0
- package/build/dist/docs-index/2b6bffb6-35c0-4c8c-a6a2-ad1cd0cd95db.txt +16 -0
- package/build/dist/docs-index/2bbabed8-09a9-4c23-81df-febf5e9ec4a5.json +1 -0
- package/build/dist/docs-index/2bbabed8-09a9-4c23-81df-febf5e9ec4a5.txt +36 -0
- package/build/dist/docs-index/2c5ab829-a5f5-4329-9123-99a7c3ec9ce9.json +1 -0
- package/build/dist/docs-index/2c5ab829-a5f5-4329-9123-99a7c3ec9ce9.txt +33 -0
- package/build/dist/docs-index/2c9c245d-86b9-47a2-9047-de25ad044719.json +1 -0
- package/build/dist/docs-index/2c9c245d-86b9-47a2-9047-de25ad044719.txt +23 -0
- package/build/dist/docs-index/2cc208a3-215a-4982-8f92-3b00059670a4.json +1 -0
- package/build/dist/docs-index/2cc208a3-215a-4982-8f92-3b00059670a4.txt +8 -0
- package/build/dist/docs-index/2d3b2717-be69-46de-b246-7ac959ea9ff8.json +1 -0
- package/build/dist/docs-index/2d3b2717-be69-46de-b246-7ac959ea9ff8.txt +21 -0
- package/build/dist/docs-index/2d58c5eb-640f-4cb8-8160-c1354c32d0c4.json +1 -0
- package/build/dist/docs-index/2d58c5eb-640f-4cb8-8160-c1354c32d0c4.txt +65 -0
- package/build/dist/docs-index/2d955c98-45b4-40c6-b3cf-abc55a7af838.json +1 -0
- package/build/dist/docs-index/2d955c98-45b4-40c6-b3cf-abc55a7af838.txt +34 -0
- package/build/dist/docs-index/2ddcb8d4-33ac-4fb4-82e2-ad4e2885fadd.json +1 -0
- package/build/dist/docs-index/2ddcb8d4-33ac-4fb4-82e2-ad4e2885fadd.txt +20 -0
- package/build/dist/docs-index/2fe18db7-4fa3-40a9-9268-df6105a80144.json +1 -0
- package/build/dist/docs-index/2fe18db7-4fa3-40a9-9268-df6105a80144.txt +8 -0
- package/build/dist/docs-index/31cad3b4-075c-4c76-911c-3ad555036325.json +1 -0
- package/build/dist/docs-index/31cad3b4-075c-4c76-911c-3ad555036325.txt +24 -0
- package/build/dist/docs-index/322ec094-87c5-40d7-91d2-342a5b6a5ad8.json +1 -0
- package/build/dist/docs-index/322ec094-87c5-40d7-91d2-342a5b6a5ad8.txt +20 -0
- package/build/dist/docs-index/329de8e8-aed8-4fd0-8cdb-d0e166d92988.json +1 -0
- package/build/dist/docs-index/329de8e8-aed8-4fd0-8cdb-d0e166d92988.txt +10 -0
- package/build/dist/docs-index/338ec461-f763-41c9-a3fb-3f06bce21ee9.json +1 -0
- package/build/dist/docs-index/338ec461-f763-41c9-a3fb-3f06bce21ee9.txt +5 -0
- package/build/dist/docs-index/33d77f2c-6b8e-4583-92df-aed8cd0a7859.json +1 -0
- package/build/dist/docs-index/33d77f2c-6b8e-4583-92df-aed8cd0a7859.txt +12 -0
- package/build/dist/docs-index/34361d06-904d-42b1-9e24-82a8d619b143.json +1 -0
- package/build/dist/docs-index/34361d06-904d-42b1-9e24-82a8d619b143.txt +13 -0
- package/build/dist/docs-index/3556153a-fc81-48f8-904e-5931681c117e.json +1 -0
- package/build/dist/docs-index/3556153a-fc81-48f8-904e-5931681c117e.txt +23 -0
- package/build/dist/docs-index/357ecaa2-58bb-4866-8e03-f26963f1d04e.json +1 -0
- package/build/dist/docs-index/357ecaa2-58bb-4866-8e03-f26963f1d04e.txt +79 -0
- package/build/dist/docs-index/372860ef-2dfc-4bc7-9d21-0a1ca2c45fca.json +1 -0
- package/build/dist/docs-index/372860ef-2dfc-4bc7-9d21-0a1ca2c45fca.txt +27 -0
- package/build/dist/docs-index/38560d8c-3251-49dd-bf33-914651deff17.json +1 -0
- package/build/dist/docs-index/38560d8c-3251-49dd-bf33-914651deff17.txt +20 -0
- package/build/dist/docs-index/3885b082-1cb9-439a-a873-23f0b984a327.json +1 -0
- package/build/dist/docs-index/3885b082-1cb9-439a-a873-23f0b984a327.txt +34 -0
- package/build/dist/docs-index/388f8fe5-6cd5-4159-bd44-a2c34912bf1c.json +1 -0
- package/build/dist/docs-index/388f8fe5-6cd5-4159-bd44-a2c34912bf1c.txt +45 -0
- package/build/dist/docs-index/38b20909-c156-4d41-8b4a-b8705e88bb01.json +1 -0
- package/build/dist/docs-index/38b20909-c156-4d41-8b4a-b8705e88bb01.txt +43 -0
- package/build/dist/docs-index/3a270bb5-117a-40f3-ba73-4633a805e34d.json +1 -0
- package/build/dist/docs-index/3a270bb5-117a-40f3-ba73-4633a805e34d.txt +29 -0
- package/build/dist/docs-index/3b681714-aec0-490f-8b99-efe317dbda13.json +1 -0
- package/build/dist/docs-index/3b681714-aec0-490f-8b99-efe317dbda13.txt +124 -0
- package/build/dist/docs-index/3c9f91e2-d540-4d3e-b62a-dabf27ac8140.json +1 -0
- package/build/dist/docs-index/3c9f91e2-d540-4d3e-b62a-dabf27ac8140.txt +16 -0
- package/build/dist/docs-index/3d675e92-872d-401b-b5ec-fa680f7a7b4f.json +1 -0
- package/build/dist/docs-index/3d675e92-872d-401b-b5ec-fa680f7a7b4f.txt +43 -0
- package/build/dist/docs-index/3e91686d-0f45-4ae6-ace1-e335e3a7ddf8.json +1 -0
- package/build/dist/docs-index/3e91686d-0f45-4ae6-ace1-e335e3a7ddf8.txt +24 -0
- package/build/dist/docs-index/3ec66ad4-3f45-4817-a03c-3b37e0fe93b7.json +1 -0
- package/build/dist/docs-index/3ec66ad4-3f45-4817-a03c-3b37e0fe93b7.txt +34 -0
- package/build/dist/docs-index/3feedaba-03c4-4c35-9f94-a3c61af35320.json +1 -0
- package/build/dist/docs-index/3feedaba-03c4-4c35-9f94-a3c61af35320.txt +114 -0
- package/build/dist/docs-index/40b588dd-f618-4329-ad91-43efd9a32b28.json +1 -0
- package/build/dist/docs-index/40b588dd-f618-4329-ad91-43efd9a32b28.txt +29 -0
- package/build/dist/docs-index/415ab0e3-9b6f-45ea-97c9-fac80df14881.json +1 -0
- package/build/dist/docs-index/415ab0e3-9b6f-45ea-97c9-fac80df14881.txt +8 -0
- package/build/dist/docs-index/424c273a-355e-45f9-8a27-b2f46217af68.json +1 -0
- package/build/dist/docs-index/424c273a-355e-45f9-8a27-b2f46217af68.txt +16 -0
- package/build/dist/docs-index/429fea8e-fac4-45d3-870b-3bc59a01e9a5.json +1 -0
- package/build/dist/docs-index/429fea8e-fac4-45d3-870b-3bc59a01e9a5.txt +32 -0
- package/build/dist/docs-index/42a56d79-79eb-4c40-8406-0698212019f8.json +1 -0
- package/build/dist/docs-index/42a56d79-79eb-4c40-8406-0698212019f8.txt +42 -0
- package/build/dist/docs-index/43a5ba9d-c6c4-406d-857e-8d1465520860.json +1 -0
- package/build/dist/docs-index/43a5ba9d-c6c4-406d-857e-8d1465520860.txt +12 -0
- package/build/dist/docs-index/445439e2-fb53-4cd9-b9f1-4c17e40ed310.json +1 -0
- package/build/dist/docs-index/445439e2-fb53-4cd9-b9f1-4c17e40ed310.txt +46 -0
- package/build/dist/docs-index/44d59b10-5b0b-4ed3-9ab6-7c45577fa58c.json +1 -0
- package/build/dist/docs-index/44d59b10-5b0b-4ed3-9ab6-7c45577fa58c.txt +13 -0
- package/build/dist/docs-index/46499192-a0e2-4e94-a38b-e495a8ae34af.json +1 -0
- package/build/dist/docs-index/46499192-a0e2-4e94-a38b-e495a8ae34af.txt +292 -0
- package/build/dist/docs-index/4699de94-2eb2-41e2-ae03-a1b1246dd1e5.json +1 -0
- package/build/dist/docs-index/4699de94-2eb2-41e2-ae03-a1b1246dd1e5.txt +40 -0
- package/build/dist/docs-index/4732af6b-3f8f-4c19-91c8-4d3fb455ae95.json +1 -0
- package/build/dist/docs-index/4732af6b-3f8f-4c19-91c8-4d3fb455ae95.txt +3 -0
- package/build/dist/docs-index/477f54df-ef22-4510-b92d-31b83bf28995.json +1 -0
- package/build/dist/docs-index/477f54df-ef22-4510-b92d-31b83bf28995.txt +32 -0
- package/build/dist/docs-index/47fd1ad1-32b6-4556-a8ba-1cc0670636e3.json +1 -0
- package/build/dist/docs-index/47fd1ad1-32b6-4556-a8ba-1cc0670636e3.txt +12 -0
- package/build/dist/docs-index/48493886-6378-48f3-8188-5c81d13470c3.json +1 -0
- package/build/dist/docs-index/48493886-6378-48f3-8188-5c81d13470c3.txt +51 -0
- package/build/dist/docs-index/4a280b15-e086-47b9-be1b-66bdbc85472e.json +1 -0
- package/build/dist/docs-index/4a280b15-e086-47b9-be1b-66bdbc85472e.txt +68 -0
- package/build/dist/docs-index/4aa3da44-5f43-4f77-9b85-294ececc79ed.json +1 -0
- package/build/dist/docs-index/4aa3da44-5f43-4f77-9b85-294ececc79ed.txt +13 -0
- package/build/dist/docs-index/4b763020-0c3c-4150-a6da-27a3b47d951a.json +1 -0
- package/build/dist/docs-index/4b763020-0c3c-4150-a6da-27a3b47d951a.txt +22 -0
- package/build/dist/docs-index/4c7f2b86-1ba8-463b-ba0f-741936d042ca.json +1 -0
- package/build/dist/docs-index/4c7f2b86-1ba8-463b-ba0f-741936d042ca.txt +25 -0
- package/build/dist/docs-index/4d42e52d-3086-4ee2-b35b-ec5cebf07620.json +1 -0
- package/build/dist/docs-index/4d42e52d-3086-4ee2-b35b-ec5cebf07620.txt +23 -0
- package/build/dist/docs-index/4e3da4ff-c6a8-4263-853c-e52ed86c7233.json +1 -0
- package/build/dist/docs-index/4e3da4ff-c6a8-4263-853c-e52ed86c7233.txt +182 -0
- package/build/dist/docs-index/4ee6451e-283d-405a-a821-64ec1df6035e.json +1 -0
- package/build/dist/docs-index/4ee6451e-283d-405a-a821-64ec1df6035e.txt +5 -0
- package/build/dist/docs-index/4f1b07f7-4275-4a95-a1c2-7b3862d2e63d.json +1 -0
- package/build/dist/docs-index/4f1b07f7-4275-4a95-a1c2-7b3862d2e63d.txt +18 -0
- package/build/dist/docs-index/4f4cbfc3-ee2c-4ef1-b2aa-2c4a104f16a9.json +1 -0
- package/build/dist/docs-index/4f4cbfc3-ee2c-4ef1-b2aa-2c4a104f16a9.txt +77 -0
- package/build/dist/docs-index/5014770d-4b0d-4bad-b0a8-f1277a6a7be3.json +1 -0
- package/build/dist/docs-index/5014770d-4b0d-4bad-b0a8-f1277a6a7be3.txt +13 -0
- package/build/dist/docs-index/5039fc20-3317-43d3-8829-64a4651ccc1c.json +1 -0
- package/build/dist/docs-index/5039fc20-3317-43d3-8829-64a4651ccc1c.txt +12 -0
- package/build/dist/docs-index/507d6fd6-9247-45a0-bf9e-1f275a371647.json +1 -0
- package/build/dist/docs-index/507d6fd6-9247-45a0-bf9e-1f275a371647.txt +29 -0
- package/build/dist/docs-index/50ce9e81-0af6-407b-81a1-a50bcb17f301.json +1 -0
- package/build/dist/docs-index/50ce9e81-0af6-407b-81a1-a50bcb17f301.txt +118 -0
- package/build/dist/docs-index/50f2cf09-68be-4c59-a02a-9acd41d438d6.json +1 -0
- package/build/dist/docs-index/50f2cf09-68be-4c59-a02a-9acd41d438d6.txt +26 -0
- package/build/dist/docs-index/522741fb-758f-46b1-9c46-8789e2ac0ce1.json +1 -0
- package/build/dist/docs-index/522741fb-758f-46b1-9c46-8789e2ac0ce1.txt +14 -0
- package/build/dist/docs-index/52b39a00-db49-41de-890b-3c3e181191dc.json +1 -0
- package/build/dist/docs-index/52b39a00-db49-41de-890b-3c3e181191dc.txt +111 -0
- package/build/dist/docs-index/52f53672-3a64-4b14-ad18-f19017580632.json +1 -0
- package/build/dist/docs-index/52f53672-3a64-4b14-ad18-f19017580632.txt +37 -0
- package/build/dist/docs-index/544bcaea-aa93-465a-8602-eed23b215d29.json +1 -0
- package/build/dist/docs-index/544bcaea-aa93-465a-8602-eed23b215d29.txt +32 -0
- package/build/dist/docs-index/55382716-13ce-4376-aea1-1808274c5565.json +1 -0
- package/build/dist/docs-index/55382716-13ce-4376-aea1-1808274c5565.txt +15 -0
- package/build/dist/docs-index/55a6c096-d2b7-4a4a-98ce-c6e880afc7e7.json +1 -0
- package/build/dist/docs-index/55a6c096-d2b7-4a4a-98ce-c6e880afc7e7.txt +39 -0
- package/build/dist/docs-index/5728eb9c-f366-4230-a28e-376561393dc9.json +1 -0
- package/build/dist/docs-index/5728eb9c-f366-4230-a28e-376561393dc9.txt +15 -0
- package/build/dist/docs-index/578aa0d7-6408-41c1-b241-062dd368c7ae.json +1 -0
- package/build/dist/docs-index/578aa0d7-6408-41c1-b241-062dd368c7ae.txt +34 -0
- package/build/dist/docs-index/57ab65fb-2837-4de0-be4c-d838e233e0b1.json +1 -0
- package/build/dist/docs-index/57ab65fb-2837-4de0-be4c-d838e233e0b1.txt +20 -0
- package/build/dist/docs-index/5820530a-2cd4-49d1-9fa3-fdd2b02c263f.json +1 -0
- package/build/dist/docs-index/5820530a-2cd4-49d1-9fa3-fdd2b02c263f.txt +248 -0
- package/build/dist/docs-index/58a48874-7d23-451d-a75a-ce322384fa01.json +1 -0
- package/build/dist/docs-index/58a48874-7d23-451d-a75a-ce322384fa01.txt +35 -0
- package/build/dist/docs-index/593f7012-a795-44dd-b3bb-ad998b14a4c9.json +1 -0
- package/build/dist/docs-index/593f7012-a795-44dd-b3bb-ad998b14a4c9.txt +3 -0
- package/build/dist/docs-index/5985999a-f35d-4681-947b-4c3953c05020.json +1 -0
- package/build/dist/docs-index/5985999a-f35d-4681-947b-4c3953c05020.txt +44 -0
- package/build/dist/docs-index/59c83412-f686-49a3-8a20-e28f945808dd.json +1 -0
- package/build/dist/docs-index/59c83412-f686-49a3-8a20-e28f945808dd.txt +25 -0
- package/build/dist/docs-index/5a114e9a-e43b-4ff7-ac4b-94a6396fd23f.json +1 -0
- package/build/dist/docs-index/5a114e9a-e43b-4ff7-ac4b-94a6396fd23f.txt +141 -0
- package/build/dist/docs-index/5b0058e6-f00f-4f9a-8162-ab840ef6d5f3.json +1 -0
- package/build/dist/docs-index/5b0058e6-f00f-4f9a-8162-ab840ef6d5f3.txt +17 -0
- package/build/dist/docs-index/5b076c25-5732-4f5d-aaf6-174d2b3d30f5.json +1 -0
- package/build/dist/docs-index/5b076c25-5732-4f5d-aaf6-174d2b3d30f5.txt +9 -0
- package/build/dist/docs-index/5b27464c-54fd-4706-9afd-17da1ea6238c.json +1 -0
- package/build/dist/docs-index/5b27464c-54fd-4706-9afd-17da1ea6238c.txt +15 -0
- package/build/dist/docs-index/5bd02b8e-e812-4fe2-b742-f2d61690afef.json +1 -0
- package/build/dist/docs-index/5bd02b8e-e812-4fe2-b742-f2d61690afef.txt +20 -0
- package/build/dist/docs-index/5c377c17-156b-4bc0-894b-7720f1d839d2.json +1 -0
- package/build/dist/docs-index/5c377c17-156b-4bc0-894b-7720f1d839d2.txt +14 -0
- package/build/dist/docs-index/5d59c3c3-4496-4d38-b2d3-95888b4002a1.json +1 -0
- package/build/dist/docs-index/5d59c3c3-4496-4d38-b2d3-95888b4002a1.txt +22 -0
- package/build/dist/docs-index/5d99505f-9136-4520-9199-c317661f1c80.json +1 -0
- package/build/dist/docs-index/5d99505f-9136-4520-9199-c317661f1c80.txt +10 -0
- package/build/dist/docs-index/5dbb3bd1-cb55-4b54-a032-9459b49301da.json +1 -0
- package/build/dist/docs-index/5dbb3bd1-cb55-4b54-a032-9459b49301da.txt +24 -0
- package/build/dist/docs-index/5e78694f-28bc-40f0-bb77-bc3e9ad04b12.json +1 -0
- package/build/dist/docs-index/5e78694f-28bc-40f0-bb77-bc3e9ad04b12.txt +20 -0
- package/build/dist/docs-index/5f3b925f-235f-47dd-b602-75f7180b2a04.json +1 -0
- package/build/dist/docs-index/5f3b925f-235f-47dd-b602-75f7180b2a04.txt +24 -0
- package/build/dist/docs-index/5f87228e-8227-4ed6-983d-b7e2177db0c7.json +1 -0
- package/build/dist/docs-index/5f87228e-8227-4ed6-983d-b7e2177db0c7.txt +5 -0
- package/build/dist/docs-index/5fb1467a-1997-456c-b2cb-d531f403fe65.json +1 -0
- package/build/dist/docs-index/5fb1467a-1997-456c-b2cb-d531f403fe65.txt +30 -0
- package/build/dist/docs-index/606d1f9a-8054-44c0-bc39-1655fe6ea909.json +1 -0
- package/build/dist/docs-index/606d1f9a-8054-44c0-bc39-1655fe6ea909.txt +19 -0
- package/build/dist/docs-index/6148c6b4-5621-400d-9f3f-b942ff22715c.json +1 -0
- package/build/dist/docs-index/6148c6b4-5621-400d-9f3f-b942ff22715c.txt +9 -0
- package/build/dist/docs-index/624a0463-fe2b-4cc5-bd31-5e0d6e529438.json +1 -0
- package/build/dist/docs-index/624a0463-fe2b-4cc5-bd31-5e0d6e529438.txt +17 -0
- package/build/dist/docs-index/62760b70-fb2e-4a7d-85e2-fcef9d00e062.json +1 -0
- package/build/dist/docs-index/62760b70-fb2e-4a7d-85e2-fcef9d00e062.txt +351 -0
- package/build/dist/docs-index/62cc03e2-aa6e-4e2c-aa24-1a2f07fbf5d9.json +1 -0
- package/build/dist/docs-index/62cc03e2-aa6e-4e2c-aa24-1a2f07fbf5d9.txt +17 -0
- package/build/dist/docs-index/62e88fe6-e8d9-47c5-81f2-e3da98cb2b34.json +1 -0
- package/build/dist/docs-index/62e88fe6-e8d9-47c5-81f2-e3da98cb2b34.txt +14 -0
- package/build/dist/docs-index/64164aec-6442-4219-84b5-4344381176f0.json +1 -0
- package/build/dist/docs-index/64164aec-6442-4219-84b5-4344381176f0.txt +19 -0
- package/build/dist/docs-index/644393d4-9ebe-4d3d-af93-9f6e55097817.json +1 -0
- package/build/dist/docs-index/644393d4-9ebe-4d3d-af93-9f6e55097817.txt +815 -0
- package/build/dist/docs-index/647e0904-4c90-4fb3-89bb-04b088096050.json +1 -0
- package/build/dist/docs-index/647e0904-4c90-4fb3-89bb-04b088096050.txt +26 -0
- package/build/dist/docs-index/656f1567-d692-48a8-a812-095a3e347933.json +1 -0
- package/build/dist/docs-index/656f1567-d692-48a8-a812-095a3e347933.txt +8 -0
- package/build/dist/docs-index/664ed883-7da3-4284-8df1-bb06fcb608c3.json +1 -0
- package/build/dist/docs-index/664ed883-7da3-4284-8df1-bb06fcb608c3.txt +31 -0
- package/build/dist/docs-index/66c4f638-4163-402d-b23f-608a06199a89.json +1 -0
- package/build/dist/docs-index/66c4f638-4163-402d-b23f-608a06199a89.txt +30 -0
- package/build/dist/docs-index/680617e9-a820-4fdc-8f7b-70b3b0db08f0.json +1 -0
- package/build/dist/docs-index/680617e9-a820-4fdc-8f7b-70b3b0db08f0.txt +24 -0
- package/build/dist/docs-index/6856efbb-26ff-49ca-9cca-8659ed69ad81.json +1 -0
- package/build/dist/docs-index/6856efbb-26ff-49ca-9cca-8659ed69ad81.txt +10 -0
- package/build/dist/docs-index/68df1be1-aea8-45fe-9750-d44ad4937563.json +1 -0
- package/build/dist/docs-index/68df1be1-aea8-45fe-9750-d44ad4937563.txt +16 -0
- package/build/dist/docs-index/6a171b65-b360-4459-ac0f-b8b0fd612280.json +1 -0
- package/build/dist/docs-index/6a171b65-b360-4459-ac0f-b8b0fd612280.txt +40 -0
- package/build/dist/docs-index/6a326c16-35c7-451c-a702-025a705e6f34.json +1 -0
- package/build/dist/docs-index/6a326c16-35c7-451c-a702-025a705e6f34.txt +34 -0
- package/build/dist/docs-index/6a396de0-ca51-43c5-8fb1-fa90f6d49a3b.json +1 -0
- package/build/dist/docs-index/6a396de0-ca51-43c5-8fb1-fa90f6d49a3b.txt +21 -0
- package/build/dist/docs-index/6a51460a-f590-4d75-8df8-4b6ad40a184f.json +1 -0
- package/build/dist/docs-index/6a51460a-f590-4d75-8df8-4b6ad40a184f.txt +30 -0
- package/build/dist/docs-index/6affe624-efdb-47fd-bda8-086d8d649cab.json +1 -0
- package/build/dist/docs-index/6affe624-efdb-47fd-bda8-086d8d649cab.txt +35 -0
- package/build/dist/docs-index/6b53db87-ffa3-4ea4-a75f-19c6fde8e4c3.json +1 -0
- package/build/dist/docs-index/6b53db87-ffa3-4ea4-a75f-19c6fde8e4c3.txt +43 -0
- package/build/dist/docs-index/6b8d7b3c-d499-470c-b6f3-6181624587ac.json +1 -0
- package/build/dist/docs-index/6b8d7b3c-d499-470c-b6f3-6181624587ac.txt +44 -0
- package/build/dist/docs-index/6bc5ec8d-1dd4-43d9-85b6-6d6bb24dfb31.json +1 -0
- package/build/dist/docs-index/6bc5ec8d-1dd4-43d9-85b6-6d6bb24dfb31.txt +23 -0
- package/build/dist/docs-index/6bd4bd03-cf6d-490f-ae8e-fd35d3e154db.json +1 -0
- package/build/dist/docs-index/6bd4bd03-cf6d-490f-ae8e-fd35d3e154db.txt +30 -0
- package/build/dist/docs-index/6e37fa63-d600-477f-9308-80cdaa31bcfc.json +1 -0
- package/build/dist/docs-index/6e37fa63-d600-477f-9308-80cdaa31bcfc.txt +8 -0
- package/build/dist/docs-index/6e8c079c-cc7d-47bc-aa6e-af86b77025da.json +1 -0
- package/build/dist/docs-index/6e8c079c-cc7d-47bc-aa6e-af86b77025da.txt +11 -0
- package/build/dist/docs-index/6f8a4ba9-1bef-4428-96d3-da55d7570d34.json +1 -0
- package/build/dist/docs-index/6f8a4ba9-1bef-4428-96d3-da55d7570d34.txt +20 -0
- package/build/dist/docs-index/6fd48f2d-6ab7-4a3d-b115-2aec9887d522.json +1 -0
- package/build/dist/docs-index/6fd48f2d-6ab7-4a3d-b115-2aec9887d522.txt +29 -0
- package/build/dist/docs-index/71bb5dd3-145d-4d50-9db9-553d364cefef.json +1 -0
- package/build/dist/docs-index/71bb5dd3-145d-4d50-9db9-553d364cefef.txt +24 -0
- package/build/dist/docs-index/71d8d087-16a8-42e0-b972-21dba9331654.json +1 -0
- package/build/dist/docs-index/71d8d087-16a8-42e0-b972-21dba9331654.txt +267 -0
- package/build/dist/docs-index/72039cf4-e531-470f-bf52-4c1ee2283252.json +1 -0
- package/build/dist/docs-index/72039cf4-e531-470f-bf52-4c1ee2283252.txt +17 -0
- package/build/dist/docs-index/722e5d38-1567-4a1c-9654-0465cb08bd8c.json +1 -0
- package/build/dist/docs-index/722e5d38-1567-4a1c-9654-0465cb08bd8c.txt +17 -0
- package/build/dist/docs-index/725ec4ee-708a-49d0-9c1c-fb5b8c612f8e.json +1 -0
- package/build/dist/docs-index/725ec4ee-708a-49d0-9c1c-fb5b8c612f8e.txt +10 -0
- package/build/dist/docs-index/732caed1-6a6d-490d-bc78-075d34868b3a.json +1 -0
- package/build/dist/docs-index/732caed1-6a6d-490d-bc78-075d34868b3a.txt +11 -0
- package/build/dist/docs-index/735ad199-772a-4db8-8e94-969e65a9d182.json +1 -0
- package/build/dist/docs-index/735ad199-772a-4db8-8e94-969e65a9d182.txt +26 -0
- package/build/dist/docs-index/74f239f7-8e1e-4a01-b196-6ea571b83b49.json +1 -0
- package/build/dist/docs-index/74f239f7-8e1e-4a01-b196-6ea571b83b49.txt +18 -0
- package/build/dist/docs-index/754f72ed-2276-40de-8c91-827a1e021633.json +1 -0
- package/build/dist/docs-index/754f72ed-2276-40de-8c91-827a1e021633.txt +20 -0
- package/build/dist/docs-index/75e1e2fb-6f6d-45cd-b439-18983836a45b.json +1 -0
- package/build/dist/docs-index/75e1e2fb-6f6d-45cd-b439-18983836a45b.txt +26 -0
- package/build/dist/docs-index/7608db40-dd82-4f81-8d76-551cf050e2ba.json +1 -0
- package/build/dist/docs-index/7608db40-dd82-4f81-8d76-551cf050e2ba.txt +8 -0
- package/build/dist/docs-index/763c575a-1763-4b20-affb-afd718cf8076.json +1 -0
- package/build/dist/docs-index/763c575a-1763-4b20-affb-afd718cf8076.txt +8 -0
- package/build/dist/docs-index/7654232b-b709-4843-b93d-f1f997ae4231.json +1 -0
- package/build/dist/docs-index/7654232b-b709-4843-b93d-f1f997ae4231.txt +68 -0
- package/build/dist/docs-index/767cb90e-aa92-401e-af0a-056e0c60eb78.json +1 -0
- package/build/dist/docs-index/767cb90e-aa92-401e-af0a-056e0c60eb78.txt +13 -0
- package/build/dist/docs-index/77a8352e-66be-4b4e-9340-fa90d774b7fa.json +1 -0
- package/build/dist/docs-index/77a8352e-66be-4b4e-9340-fa90d774b7fa.txt +28 -0
- package/build/dist/docs-index/790d7b96-6000-4db9-b3aa-f9ef510de9dd.json +1 -0
- package/build/dist/docs-index/790d7b96-6000-4db9-b3aa-f9ef510de9dd.txt +155 -0
- package/build/dist/docs-index/795d6884-2767-4bc2-870d-4e959266ee29.json +1 -0
- package/build/dist/docs-index/795d6884-2767-4bc2-870d-4e959266ee29.txt +17 -0
- package/build/dist/docs-index/79c2a3f7-5427-4f7c-bd4e-50fea49c6a27.json +1 -0
- package/build/dist/docs-index/79c2a3f7-5427-4f7c-bd4e-50fea49c6a27.txt +11 -0
- package/build/dist/docs-index/7b7cbaf5-81be-443b-83b7-d5340e29591f.json +1 -0
- package/build/dist/docs-index/7b7cbaf5-81be-443b-83b7-d5340e29591f.txt +62 -0
- package/build/dist/docs-index/7bac60dd-1d84-4d6b-9a71-01eff4dba653.json +1 -0
- package/build/dist/docs-index/7bac60dd-1d84-4d6b-9a71-01eff4dba653.txt +35 -0
- package/build/dist/docs-index/7bc8dda3-f6aa-46dc-acf7-22b4d4b714ad.json +1 -0
- package/build/dist/docs-index/7bc8dda3-f6aa-46dc-acf7-22b4d4b714ad.txt +22 -0
- package/build/dist/docs-index/7be9bf7c-2645-4fe4-a03f-f410ecba6aad.json +1 -0
- package/build/dist/docs-index/7be9bf7c-2645-4fe4-a03f-f410ecba6aad.txt +31 -0
- package/build/dist/docs-index/7c0260d3-693d-4e66-bc9c-283089bf9090.json +1 -0
- package/build/dist/docs-index/7c0260d3-693d-4e66-bc9c-283089bf9090.txt +436 -0
- package/build/dist/docs-index/7c7dcb92-b94d-4cad-bd03-14428b5a3e62.json +1 -0
- package/build/dist/docs-index/7c7dcb92-b94d-4cad-bd03-14428b5a3e62.txt +29 -0
- package/build/dist/docs-index/7da85faf-0011-4cc4-8029-a21a7ac1b687.json +1 -0
- package/build/dist/docs-index/7da85faf-0011-4cc4-8029-a21a7ac1b687.txt +12 -0
- package/build/dist/docs-index/7db1f0fa-a6b9-4080-b8c4-184e70e296cc.json +1 -0
- package/build/dist/docs-index/7db1f0fa-a6b9-4080-b8c4-184e70e296cc.txt +17 -0
- package/build/dist/docs-index/7ee5f3d5-f4eb-48f8-b64e-e325edbdc70d.json +1 -0
- package/build/dist/docs-index/7ee5f3d5-f4eb-48f8-b64e-e325edbdc70d.txt +14 -0
- package/build/dist/docs-index/809ba777-9aa3-42ae-8214-dcd71072c84d.json +1 -0
- package/build/dist/docs-index/809ba777-9aa3-42ae-8214-dcd71072c84d.txt +21 -0
- package/build/dist/docs-index/80fa0f2a-b4e3-434a-9dea-3d54d9c831f8.json +1 -0
- package/build/dist/docs-index/80fa0f2a-b4e3-434a-9dea-3d54d9c831f8.txt +141 -0
- package/build/dist/docs-index/8112f4eb-ca7c-428b-bcc0-ce14ab2fbbb6.json +1 -0
- package/build/dist/docs-index/8112f4eb-ca7c-428b-bcc0-ce14ab2fbbb6.txt +24 -0
- package/build/dist/docs-index/815d30f5-f871-4bf4-bab5-de6a333e6830.json +1 -0
- package/build/dist/docs-index/815d30f5-f871-4bf4-bab5-de6a333e6830.txt +43 -0
- package/build/dist/docs-index/819213c7-eae0-41eb-86c0-589b76b1ef7a.json +1 -0
- package/build/dist/docs-index/819213c7-eae0-41eb-86c0-589b76b1ef7a.txt +8 -0
- package/build/dist/docs-index/81bf0756-3027-40be-a7d4-6d628950e248.json +1 -0
- package/build/dist/docs-index/81bf0756-3027-40be-a7d4-6d628950e248.txt +16 -0
- package/build/dist/docs-index/831df24c-448f-4cf1-9a81-662f3b5b6fa2.json +1 -0
- package/build/dist/docs-index/831df24c-448f-4cf1-9a81-662f3b5b6fa2.txt +40 -0
- package/build/dist/docs-index/83954f71-e89e-41ed-9089-5f85ef2eda5d.json +1 -0
- package/build/dist/docs-index/83954f71-e89e-41ed-9089-5f85ef2eda5d.txt +20 -0
- package/build/dist/docs-index/8447ffa6-5a60-4607-8cc1-cddc58b7a0b2.json +1 -0
- package/build/dist/docs-index/8447ffa6-5a60-4607-8cc1-cddc58b7a0b2.txt +14 -0
- package/build/dist/docs-index/84b365c4-93c8-4a50-b98d-35442b6d7a3e.json +1 -0
- package/build/dist/docs-index/84b365c4-93c8-4a50-b98d-35442b6d7a3e.txt +12 -0
- package/build/dist/docs-index/84dd297d-32d6-439a-9ad2-06d104c79549.json +1 -0
- package/build/dist/docs-index/84dd297d-32d6-439a-9ad2-06d104c79549.txt +9 -0
- package/build/dist/docs-index/859d7f83-069d-4b01-a67f-4d5b51d18211.json +1 -0
- package/build/dist/docs-index/859d7f83-069d-4b01-a67f-4d5b51d18211.txt +17 -0
- package/build/dist/docs-index/85cd2816-029c-460f-b8c9-d2a296b544cb.json +1 -0
- package/build/dist/docs-index/85cd2816-029c-460f-b8c9-d2a296b544cb.txt +29 -0
- package/build/dist/docs-index/86c35409-bf4a-4407-b418-fc79f75ebba6.json +1 -0
- package/build/dist/docs-index/86c35409-bf4a-4407-b418-fc79f75ebba6.txt +13 -0
- package/build/dist/docs-index/86dae0bb-a3e4-4e66-b3f2-0174ec6b8085.json +1 -0
- package/build/dist/docs-index/86dae0bb-a3e4-4e66-b3f2-0174ec6b8085.txt +36 -0
- package/build/dist/docs-index/87a8a51c-e216-4361-935c-219fd485240a.json +1 -0
- package/build/dist/docs-index/87a8a51c-e216-4361-935c-219fd485240a.txt +36 -0
- package/build/dist/docs-index/8803d699-dcae-4b3f-872e-3cabe0311a24.json +1 -0
- package/build/dist/docs-index/8803d699-dcae-4b3f-872e-3cabe0311a24.txt +34 -0
- package/build/dist/docs-index/888ff512-d899-4e4b-9da9-938c6eff1b83.json +1 -0
- package/build/dist/docs-index/888ff512-d899-4e4b-9da9-938c6eff1b83.txt +21 -0
- package/build/dist/docs-index/88a04369-40da-4fed-a6ec-509a5dc24656.json +1 -0
- package/build/dist/docs-index/88a04369-40da-4fed-a6ec-509a5dc24656.txt +137 -0
- package/build/dist/docs-index/88ef5fff-9c36-4eae-bdf8-7fe018f2035f.json +1 -0
- package/build/dist/docs-index/88ef5fff-9c36-4eae-bdf8-7fe018f2035f.txt +30 -0
- package/build/dist/docs-index/8b2576f7-b62e-4f32-a175-4e200d26e6af.json +1 -0
- package/build/dist/docs-index/8b2576f7-b62e-4f32-a175-4e200d26e6af.txt +23 -0
- package/build/dist/docs-index/8b5f4a71-d772-4700-95b7-96db74963045.json +1 -0
- package/build/dist/docs-index/8b5f4a71-d772-4700-95b7-96db74963045.txt +23 -0
- package/build/dist/docs-index/8b604d13-c7ec-4e7e-bebc-5b1a666d75ca.json +1 -0
- package/build/dist/docs-index/8b604d13-c7ec-4e7e-bebc-5b1a666d75ca.txt +31 -0
- package/build/dist/docs-index/8bce46bd-f622-43bd-a9e3-402043103a6d.json +1 -0
- package/build/dist/docs-index/8bce46bd-f622-43bd-a9e3-402043103a6d.txt +24 -0
- package/build/dist/docs-index/8c5af17e-166c-4265-ae8c-81fd22bf4549.json +1 -0
- package/build/dist/docs-index/8c5af17e-166c-4265-ae8c-81fd22bf4549.txt +20 -0
- package/build/dist/docs-index/8d3bbd0e-ee8e-4be5-9fb1-d02a8a660c97.json +1 -0
- package/build/dist/docs-index/8d3bbd0e-ee8e-4be5-9fb1-d02a8a660c97.txt +25 -0
- package/build/dist/docs-index/8d4acfb5-a956-4915-8e3b-4e2fcb632e51.json +1 -0
- package/build/dist/docs-index/8d4acfb5-a956-4915-8e3b-4e2fcb632e51.txt +20 -0
- package/build/dist/docs-index/8d52a724-8815-4d2b-82cc-3a9fe2f987ea.json +1 -0
- package/build/dist/docs-index/8d52a724-8815-4d2b-82cc-3a9fe2f987ea.txt +31 -0
- package/build/dist/docs-index/8dd41ade-6712-463f-9172-7af4defc5331.json +1 -0
- package/build/dist/docs-index/8dd41ade-6712-463f-9172-7af4defc5331.txt +13 -0
- package/build/dist/docs-index/8e4bad9c-c425-4d22-ab0d-bc2a7ccc4bf3.json +1 -0
- package/build/dist/docs-index/8e4bad9c-c425-4d22-ab0d-bc2a7ccc4bf3.txt +20 -0
- package/build/dist/docs-index/8f1d6e35-0743-415a-8d1b-79a079eccaea.json +1 -0
- package/build/dist/docs-index/8f1d6e35-0743-415a-8d1b-79a079eccaea.txt +38 -0
- package/build/dist/docs-index/8f529be8-deee-401d-8e08-32da32e35bce.json +1 -0
- package/build/dist/docs-index/8f529be8-deee-401d-8e08-32da32e35bce.txt +80 -0
- package/build/dist/docs-index/90497e4d-9694-445c-8f7f-262f05d5a49e.json +1 -0
- package/build/dist/docs-index/90497e4d-9694-445c-8f7f-262f05d5a49e.txt +37 -0
- package/build/dist/docs-index/90c72e03-c694-4276-b355-d5f4451a9359.json +1 -0
- package/build/dist/docs-index/90c72e03-c694-4276-b355-d5f4451a9359.txt +25 -0
- package/build/dist/docs-index/91c382fe-ba5f-475c-901e-4101b3e24904.json +1 -0
- package/build/dist/docs-index/91c382fe-ba5f-475c-901e-4101b3e24904.txt +20 -0
- package/build/dist/docs-index/9274c495-0cba-4d12-8873-81589d05b7a7.json +1 -0
- package/build/dist/docs-index/9274c495-0cba-4d12-8873-81589d05b7a7.txt +30 -0
- package/build/dist/docs-index/92cc427a-ecb1-4793-99f0-aa64ecad7cab.json +1 -0
- package/build/dist/docs-index/92cc427a-ecb1-4793-99f0-aa64ecad7cab.txt +21 -0
- package/build/dist/docs-index/94529aab-ff29-49c1-9163-299f4f3551fc.json +1 -0
- package/build/dist/docs-index/94529aab-ff29-49c1-9163-299f4f3551fc.txt +24 -0
- package/build/dist/docs-index/94bf840a-b9c7-4ecc-80e5-b9c59d4d2ee3.json +1 -0
- package/build/dist/docs-index/94bf840a-b9c7-4ecc-80e5-b9c59d4d2ee3.txt +3 -0
- package/build/dist/docs-index/950f6f2e-4605-4f65-becf-590f702d2dca.json +1 -0
- package/build/dist/docs-index/950f6f2e-4605-4f65-becf-590f702d2dca.txt +32 -0
- package/build/dist/docs-index/95134f04-fb54-4bf6-8483-8c3e14bd5160.json +1 -0
- package/build/dist/docs-index/95134f04-fb54-4bf6-8483-8c3e14bd5160.txt +19 -0
- package/build/dist/docs-index/958114b1-7135-4d6a-b628-9cf5c1154a1d.json +1 -0
- package/build/dist/docs-index/958114b1-7135-4d6a-b628-9cf5c1154a1d.txt +8 -0
- package/build/dist/docs-index/96a78cb8-79f9-41ca-8dda-c212114da923.json +1 -0
- package/build/dist/docs-index/96a78cb8-79f9-41ca-8dda-c212114da923.txt +17 -0
- package/build/dist/docs-index/96b14fc7-a81b-4881-a73d-3b9e2d8f1c4f.json +1 -0
- package/build/dist/docs-index/96b14fc7-a81b-4881-a73d-3b9e2d8f1c4f.txt +17 -0
- package/build/dist/docs-index/97ce53a0-3a0e-4054-86fd-8cdb7e425d56.json +1 -0
- package/build/dist/docs-index/97ce53a0-3a0e-4054-86fd-8cdb7e425d56.txt +5 -0
- package/build/dist/docs-index/98e247a4-51d5-4b73-92c7-d634503a7777.json +1 -0
- package/build/dist/docs-index/98e247a4-51d5-4b73-92c7-d634503a7777.txt +17 -0
- package/build/dist/docs-index/98f7af0f-3867-487c-9de4-e4ea6b641e74.json +1 -0
- package/build/dist/docs-index/98f7af0f-3867-487c-9de4-e4ea6b641e74.txt +20 -0
- package/build/dist/docs-index/9911ae6c-9b25-4782-a147-1123d7165da1.json +1 -0
- package/build/dist/docs-index/9911ae6c-9b25-4782-a147-1123d7165da1.txt +13 -0
- package/build/dist/docs-index/9a88833f-3b1c-4179-a3ad-4f82276c941e.json +1 -0
- package/build/dist/docs-index/9a88833f-3b1c-4179-a3ad-4f82276c941e.txt +17 -0
- package/build/dist/docs-index/9b1f4ccb-fa09-49a4-b5fa-bc0199b90203.json +1 -0
- package/build/dist/docs-index/9b1f4ccb-fa09-49a4-b5fa-bc0199b90203.txt +21 -0
- package/build/dist/docs-index/9bf055fd-2ee4-4b9a-9113-f2e526b38ea4.json +1 -0
- package/build/dist/docs-index/9bf055fd-2ee4-4b9a-9113-f2e526b38ea4.txt +39 -0
- package/build/dist/docs-index/9bf7ea02-6ba1-4860-a5b7-991cd161d1c7.json +1 -0
- package/build/dist/docs-index/9bf7ea02-6ba1-4860-a5b7-991cd161d1c7.txt +39 -0
- package/build/dist/docs-index/9c3367d0-b8bb-4dc1-bb69-67d13a310ac8.json +1 -0
- package/build/dist/docs-index/9c3367d0-b8bb-4dc1-bb69-67d13a310ac8.txt +13 -0
- package/build/dist/docs-index/9cf48e47-f807-4d00-a03d-18499e5a2e99.json +1 -0
- package/build/dist/docs-index/9cf48e47-f807-4d00-a03d-18499e5a2e99.txt +29 -0
- package/build/dist/docs-index/9d3ddce7-bd42-48c9-9063-39f3779519fc.json +1 -0
- package/build/dist/docs-index/9d3ddce7-bd42-48c9-9063-39f3779519fc.txt +20 -0
- package/build/dist/docs-index/9e00d892-12fe-4819-848a-5c2f76cbe99e.json +1 -0
- package/build/dist/docs-index/9e00d892-12fe-4819-848a-5c2f76cbe99e.txt +44 -0
- package/build/dist/docs-index/9e3d4771-ddf0-4ba8-82cb-d226e37adef7.json +1 -0
- package/build/dist/docs-index/9e3d4771-ddf0-4ba8-82cb-d226e37adef7.txt +20 -0
- package/build/dist/docs-index/9e772d0d-9afb-4d6e-b83f-45380d9af365.json +1 -0
- package/build/dist/docs-index/9e772d0d-9afb-4d6e-b83f-45380d9af365.txt +32 -0
- package/build/dist/docs-index/9ef6a353-eb68-484e-aca3-16fda6991922.json +1 -0
- package/build/dist/docs-index/9ef6a353-eb68-484e-aca3-16fda6991922.txt +20 -0
- package/build/dist/docs-index/9fc7ecc8-48dd-4473-9cea-ad4319de2cc8.json +1 -0
- package/build/dist/docs-index/9fc7ecc8-48dd-4473-9cea-ad4319de2cc8.txt +24 -0
- package/build/dist/docs-index/a00cf03f-8551-4e18-aec4-67864cea41aa.json +1 -0
- package/build/dist/docs-index/a00cf03f-8551-4e18-aec4-67864cea41aa.txt +30 -0
- package/build/dist/docs-index/a0fac060-5bef-497f-b9ac-921a1660b2d9.json +1 -0
- package/build/dist/docs-index/a0fac060-5bef-497f-b9ac-921a1660b2d9.txt +35 -0
- package/build/dist/docs-index/a12ff3d1-8138-4c77-bac7-0b630ef8ad45.json +1 -0
- package/build/dist/docs-index/a12ff3d1-8138-4c77-bac7-0b630ef8ad45.txt +44 -0
- package/build/dist/docs-index/a1524187-861d-4e3a-8717-d251ce562272.json +1 -0
- package/build/dist/docs-index/a1524187-861d-4e3a-8717-d251ce562272.txt +18 -0
- package/build/dist/docs-index/a189174a-0027-477e-8fc8-dfe13b5f25bc.json +1 -0
- package/build/dist/docs-index/a189174a-0027-477e-8fc8-dfe13b5f25bc.txt +142 -0
- package/build/dist/docs-index/a248212d-cb47-40c4-8499-4a593c01b9ba.json +1 -0
- package/build/dist/docs-index/a248212d-cb47-40c4-8499-4a593c01b9ba.txt +13 -0
- package/build/dist/docs-index/a2de4fc2-05ab-4151-826a-e2b8eafd7ce6.json +1 -0
- package/build/dist/docs-index/a2de4fc2-05ab-4151-826a-e2b8eafd7ce6.txt +28 -0
- package/build/dist/docs-index/a326fad4-579d-4c41-bdc9-144f647804e4.json +1 -0
- package/build/dist/docs-index/a326fad4-579d-4c41-bdc9-144f647804e4.txt +16 -0
- package/build/dist/docs-index/a3467ff6-5d96-40bd-b1cb-29f6b6acef34.json +1 -0
- package/build/dist/docs-index/a3467ff6-5d96-40bd-b1cb-29f6b6acef34.txt +16 -0
- package/build/dist/docs-index/a59b583b-71a7-49e2-a36d-855b030ae289.json +1 -0
- package/build/dist/docs-index/a59b583b-71a7-49e2-a36d-855b030ae289.txt +13 -0
- package/build/dist/docs-index/a5b9fa37-dcc4-4e58-858a-b0dc1f77ea19.json +1 -0
- package/build/dist/docs-index/a5b9fa37-dcc4-4e58-858a-b0dc1f77ea19.txt +24 -0
- package/build/dist/docs-index/a60ce768-5e6c-498f-9582-2794d9f6b3b6.json +1 -0
- package/build/dist/docs-index/a60ce768-5e6c-498f-9582-2794d9f6b3b6.txt +34 -0
- package/build/dist/docs-index/a6deaf28-ed38-4368-85ff-4cd1b2534a1f.json +1 -0
- package/build/dist/docs-index/a6deaf28-ed38-4368-85ff-4cd1b2534a1f.txt +14 -0
- package/build/dist/docs-index/a6fd4d6e-d905-4555-be8f-dbb78fa723b6.json +1 -0
- package/build/dist/docs-index/a6fd4d6e-d905-4555-be8f-dbb78fa723b6.txt +29 -0
- package/build/dist/docs-index/a8e30f67-0037-46eb-9b7b-ae2a8e3871b3.json +1 -0
- package/build/dist/docs-index/a8e30f67-0037-46eb-9b7b-ae2a8e3871b3.txt +44 -0
- package/build/dist/docs-index/a8fde5fb-7db5-4f0c-8115-3c99c6df7a19.json +1 -0
- package/build/dist/docs-index/a8fde5fb-7db5-4f0c-8115-3c99c6df7a19.txt +43 -0
- package/build/dist/docs-index/a97c2107-7209-4deb-b64d-91f0ec296c9f.json +1 -0
- package/build/dist/docs-index/a97c2107-7209-4deb-b64d-91f0ec296c9f.txt +28 -0
- package/build/dist/docs-index/a9f93969-2452-4870-9696-4877500395b3.json +1 -0
- package/build/dist/docs-index/a9f93969-2452-4870-9696-4877500395b3.txt +168 -0
- package/build/dist/docs-index/aaa321a3-301f-4dd9-9ffd-86f7368229b4.json +1 -0
- package/build/dist/docs-index/aaa321a3-301f-4dd9-9ffd-86f7368229b4.txt +20 -0
- package/build/dist/docs-index/ab33a2ad-935b-44ca-a50d-33e190324642.json +1 -0
- package/build/dist/docs-index/ab33a2ad-935b-44ca-a50d-33e190324642.txt +24 -0
- package/build/dist/docs-index/ab4bc466-72d3-440a-a4bb-6abc5a56c408.json +1 -0
- package/build/dist/docs-index/ab4bc466-72d3-440a-a4bb-6abc5a56c408.txt +254 -0
- package/build/dist/docs-index/abce3ed4-66b9-4a5f-b562-ba51e678c31d.json +1 -0
- package/build/dist/docs-index/abce3ed4-66b9-4a5f-b562-ba51e678c31d.txt +20 -0
- package/build/dist/docs-index/ac4af805-6114-46eb-8a56-6af3fac9711f.json +1 -0
- package/build/dist/docs-index/ac4af805-6114-46eb-8a56-6af3fac9711f.txt +22 -0
- package/build/dist/docs-index/acaba58b-589f-4577-85c6-33ac32e531e9.json +1 -0
- package/build/dist/docs-index/acaba58b-589f-4577-85c6-33ac32e531e9.txt +16 -0
- package/build/dist/docs-index/ad8669b6-1b86-490d-80fb-29c70be6fcb5.json +1 -0
- package/build/dist/docs-index/ad8669b6-1b86-490d-80fb-29c70be6fcb5.txt +14 -0
- package/build/dist/docs-index/ae2d8d97-2e7a-4531-b5d1-c407844dd942.json +1 -0
- package/build/dist/docs-index/ae2d8d97-2e7a-4531-b5d1-c407844dd942.txt +15 -0
- package/build/dist/docs-index/af3700de-06eb-486b-afd7-9a51ab375d0e.json +1 -0
- package/build/dist/docs-index/af3700de-06eb-486b-afd7-9a51ab375d0e.txt +29 -0
- package/build/dist/docs-index/b15f5227-a29a-4127-8850-34132d1ca1b1.json +1 -0
- package/build/dist/docs-index/b15f5227-a29a-4127-8850-34132d1ca1b1.txt +43 -0
- package/build/dist/docs-index/b1651f29-dc99-4249-bf78-7c1013586904.json +1 -0
- package/build/dist/docs-index/b1651f29-dc99-4249-bf78-7c1013586904.txt +28 -0
- package/build/dist/docs-index/b1ae8787-c69a-4179-99ca-a59a996669fd.json +1 -0
- package/build/dist/docs-index/b1ae8787-c69a-4179-99ca-a59a996669fd.txt +9 -0
- package/build/dist/docs-index/b1e8adab-05dc-4aac-8563-7f26182f635f.json +1 -0
- package/build/dist/docs-index/b1e8adab-05dc-4aac-8563-7f26182f635f.txt +17 -0
- package/build/dist/docs-index/b31632b0-4116-4dd7-a56e-d22853e02940.json +1 -0
- package/build/dist/docs-index/b31632b0-4116-4dd7-a56e-d22853e02940.txt +13 -0
- package/build/dist/docs-index/b352accc-804b-45dd-b5ce-f0c6d091c4e0.json +1 -0
- package/build/dist/docs-index/b352accc-804b-45dd-b5ce-f0c6d091c4e0.txt +15 -0
- package/build/dist/docs-index/b43032f5-8558-4c33-a5b2-bb07f5961ec9.json +1 -0
- package/build/dist/docs-index/b43032f5-8558-4c33-a5b2-bb07f5961ec9.txt +11 -0
- package/build/dist/docs-index/b4f3cefa-1904-45b8-841a-6130116f3166.json +1 -0
- package/build/dist/docs-index/b4f3cefa-1904-45b8-841a-6130116f3166.txt +40 -0
- package/build/dist/docs-index/b548e100-f1e1-4e69-a7db-516f0fac633e.json +1 -0
- package/build/dist/docs-index/b548e100-f1e1-4e69-a7db-516f0fac633e.txt +29 -0
- package/build/dist/docs-index/b5ccebe1-ea37-40b8-ae5a-498f56b57dfc.json +1 -0
- package/build/dist/docs-index/b5ccebe1-ea37-40b8-ae5a-498f56b57dfc.txt +39 -0
- package/build/dist/docs-index/b64fc20e-6efb-4d65-899d-bdb1194a705e.json +1 -0
- package/build/dist/docs-index/b64fc20e-6efb-4d65-899d-bdb1194a705e.txt +110 -0
- package/build/dist/docs-index/b6551223-3580-48c7-aa27-15340c90c4d7.json +1 -0
- package/build/dist/docs-index/b6551223-3580-48c7-aa27-15340c90c4d7.txt +8 -0
- package/build/dist/docs-index/b687ac4e-f0d4-4364-af34-ca7acd4ba270.json +1 -0
- package/build/dist/docs-index/b687ac4e-f0d4-4364-af34-ca7acd4ba270.txt +25 -0
- package/build/dist/docs-index/b7628ff2-98a7-40a6-856c-266f46315bd0.json +1 -0
- package/build/dist/docs-index/b7628ff2-98a7-40a6-856c-266f46315bd0.txt +30 -0
- package/build/dist/docs-index/b7beb57d-9ca2-4345-b23f-7b7ec6e4dbdd.json +1 -0
- package/build/dist/docs-index/b7beb57d-9ca2-4345-b23f-7b7ec6e4dbdd.txt +26 -0
- package/build/dist/docs-index/b9875a67-c5e5-4a88-be87-119f70a12218.json +1 -0
- package/build/dist/docs-index/b9875a67-c5e5-4a88-be87-119f70a12218.txt +31 -0
- package/build/dist/docs-index/b9a5167c-51f5-49bd-8f70-4cc271c382f3.json +1 -0
- package/build/dist/docs-index/b9a5167c-51f5-49bd-8f70-4cc271c382f3.txt +11 -0
- package/build/dist/docs-index/b9fc9516-124d-4e46-9002-8c2af182bce7.json +1 -0
- package/build/dist/docs-index/b9fc9516-124d-4e46-9002-8c2af182bce7.txt +29 -0
- package/build/dist/docs-index/ba320675-a0f4-4344-8c8d-045d06914f10.json +1 -0
- package/build/dist/docs-index/ba320675-a0f4-4344-8c8d-045d06914f10.txt +17 -0
- package/build/dist/docs-index/bb09c379-ebcf-4726-a6dc-5ef72d066334.json +1 -0
- package/build/dist/docs-index/bb09c379-ebcf-4726-a6dc-5ef72d066334.txt +31 -0
- package/build/dist/docs-index/bd786a88-13ed-4e49-b7fc-6458fa455cb9.json +1 -0
- package/build/dist/docs-index/bd786a88-13ed-4e49-b7fc-6458fa455cb9.txt +39 -0
- package/build/dist/docs-index/be1a3a95-fe15-4d10-a807-0ae7d1128447.json +1 -0
- package/build/dist/docs-index/be1a3a95-fe15-4d10-a807-0ae7d1128447.txt +13 -0
- package/build/dist/docs-index/be68824a-033a-455c-a7d1-f526cdd07c68.json +1 -0
- package/build/dist/docs-index/be68824a-033a-455c-a7d1-f526cdd07c68.txt +13 -0
- package/build/dist/docs-index/bf738b9a-86d8-4f73-88de-32c8fa2efd86.json +1 -0
- package/build/dist/docs-index/bf738b9a-86d8-4f73-88de-32c8fa2efd86.txt +82 -0
- package/build/dist/docs-index/bfcf7a89-8d98-4029-8d64-c23c6819a371.json +1 -0
- package/build/dist/docs-index/bfcf7a89-8d98-4029-8d64-c23c6819a371.txt +21 -0
- package/build/dist/docs-index/c0856cac-3362-4140-873c-f5e3d1595978.json +1 -0
- package/build/dist/docs-index/c0856cac-3362-4140-873c-f5e3d1595978.txt +29 -0
- package/build/dist/docs-index/c08f2e74-3bef-4fd0-b76c-f779e53b47c4.json +1 -0
- package/build/dist/docs-index/c08f2e74-3bef-4fd0-b76c-f779e53b47c4.txt +29 -0
- package/build/dist/docs-index/c0d5758c-721f-45ec-9d41-ca824d842a15.json +1 -0
- package/build/dist/docs-index/c0d5758c-721f-45ec-9d41-ca824d842a15.txt +389 -0
- package/build/dist/docs-index/c11d6da9-6590-4cb0-b955-e1baf8c70615.json +1 -0
- package/build/dist/docs-index/c11d6da9-6590-4cb0-b955-e1baf8c70615.txt +25 -0
- package/build/dist/docs-index/c230060f-86f3-48ad-b2d1-e76b22acbb08.json +1 -0
- package/build/dist/docs-index/c230060f-86f3-48ad-b2d1-e76b22acbb08.txt +16 -0
- package/build/dist/docs-index/c2eab58c-f3f8-4ae9-a011-3a7788f7f6cf.json +1 -0
- package/build/dist/docs-index/c2eab58c-f3f8-4ae9-a011-3a7788f7f6cf.txt +20 -0
- package/build/dist/docs-index/c3196395-7e58-461d-bdaf-d5299b0b0ccc.json +1 -0
- package/build/dist/docs-index/c3196395-7e58-461d-bdaf-d5299b0b0ccc.txt +22 -0
- package/build/dist/docs-index/c41d1e47-62bf-4dbf-8f10-cf50f75779f4.json +1 -0
- package/build/dist/docs-index/c41d1e47-62bf-4dbf-8f10-cf50f75779f4.txt +35 -0
- package/build/dist/docs-index/c452e6b8-90c5-4b9d-8dbf-1f8367246893.json +1 -0
- package/build/dist/docs-index/c452e6b8-90c5-4b9d-8dbf-1f8367246893.txt +8 -0
- package/build/dist/docs-index/c511ee90-f7ab-48e9-a3c7-ede8ceb94ce5.json +1 -0
- package/build/dist/docs-index/c511ee90-f7ab-48e9-a3c7-ede8ceb94ce5.txt +28 -0
- package/build/dist/docs-index/c52917b9-1811-4ef3-b7da-598813fbf275.json +1 -0
- package/build/dist/docs-index/c52917b9-1811-4ef3-b7da-598813fbf275.txt +40 -0
- package/build/dist/docs-index/c5d05875-d1da-407b-b322-95590e74ad0b.json +1 -0
- package/build/dist/docs-index/c5d05875-d1da-407b-b322-95590e74ad0b.txt +23 -0
- package/build/dist/docs-index/c6252d01-317d-4102-aa05-e4dce0a283f6.json +1 -0
- package/build/dist/docs-index/c6252d01-317d-4102-aa05-e4dce0a283f6.txt +20 -0
- package/build/dist/docs-index/c6b19232-61a2-4f9f-bb5b-14bb4b63dbc3.json +1 -0
- package/build/dist/docs-index/c6b19232-61a2-4f9f-bb5b-14bb4b63dbc3.txt +17 -0
- package/build/dist/docs-index/c70af951-2577-40d4-9a87-34c40ca40ee3.json +1 -0
- package/build/dist/docs-index/c70af951-2577-40d4-9a87-34c40ca40ee3.txt +22 -0
- package/build/dist/docs-index/c8509be2-b71e-4016-a286-574d08713094.json +1 -0
- package/build/dist/docs-index/c8509be2-b71e-4016-a286-574d08713094.txt +20 -0
- package/build/dist/docs-index/c85725a5-2526-4c3f-bdd6-71992013ba47.json +1 -0
- package/build/dist/docs-index/c85725a5-2526-4c3f-bdd6-71992013ba47.txt +20 -0
- package/build/dist/docs-index/c87d1d91-c708-4969-865d-43d3961db72c.json +1 -0
- package/build/dist/docs-index/c87d1d91-c708-4969-865d-43d3961db72c.txt +22 -0
- package/build/dist/docs-index/c8de6a9a-c048-4c06-9b4f-7a346e814412.json +1 -0
- package/build/dist/docs-index/c8de6a9a-c048-4c06-9b4f-7a346e814412.txt +16 -0
- package/build/dist/docs-index/c90f3ddd-1d3e-4d58-ba41-57a3b0885096.json +1 -0
- package/build/dist/docs-index/c90f3ddd-1d3e-4d58-ba41-57a3b0885096.txt +31 -0
- package/build/dist/docs-index/c927f8ec-5e65-4236-b723-c075d9a0f281.json +1 -0
- package/build/dist/docs-index/c927f8ec-5e65-4236-b723-c075d9a0f281.txt +20 -0
- package/build/dist/docs-index/c9d95ea5-17f2-4f6c-90f6-6d7296e51b10.json +1 -0
- package/build/dist/docs-index/c9d95ea5-17f2-4f6c-90f6-6d7296e51b10.txt +22 -0
- package/build/dist/docs-index/ca737a48-df79-4348-a5b7-f57ce6b41d63.json +1 -0
- package/build/dist/docs-index/ca737a48-df79-4348-a5b7-f57ce6b41d63.txt +29 -0
- package/build/dist/docs-index/catalog.json +1 -0
- package/build/dist/docs-index/cb326b5e-3cb1-474e-af90-b44cff6aea5b.json +1 -0
- package/build/dist/docs-index/cb326b5e-3cb1-474e-af90-b44cff6aea5b.txt +24 -0
- package/build/dist/docs-index/cb8d9151-6981-43b8-92ce-a385bd2334c1.json +1 -0
- package/build/dist/docs-index/cb8d9151-6981-43b8-92ce-a385bd2334c1.txt +76 -0
- package/build/dist/docs-index/cc8bed8d-eb5d-4486-95e1-d846d35acea3.json +1 -0
- package/build/dist/docs-index/cc8bed8d-eb5d-4486-95e1-d846d35acea3.txt +80 -0
- package/build/dist/docs-index/ccf2962a-fd6f-4bb1-96ac-7a7ce32e9946.json +1 -0
- package/build/dist/docs-index/ccf2962a-fd6f-4bb1-96ac-7a7ce32e9946.txt +21 -0
- package/build/dist/docs-index/cd395973-f392-4ccc-9920-03e53d1f6e03.json +1 -0
- package/build/dist/docs-index/cd395973-f392-4ccc-9920-03e53d1f6e03.txt +8 -0
- package/build/dist/docs-index/ce92e5fa-f3a5-48a6-86d5-8de13e92d76f.json +1 -0
- package/build/dist/docs-index/ce92e5fa-f3a5-48a6-86d5-8de13e92d76f.txt +131 -0
- package/build/dist/docs-index/ceb429c0-ca8b-46ff-bbfe-48f644fde212.json +1 -0
- package/build/dist/docs-index/ceb429c0-ca8b-46ff-bbfe-48f644fde212.txt +17 -0
- package/build/dist/docs-index/cf3c1b00-4edb-4e49-b79c-92129de1ffd3.json +1 -0
- package/build/dist/docs-index/cf3c1b00-4edb-4e49-b79c-92129de1ffd3.txt +29 -0
- package/build/dist/docs-index/cfe4df63-94e8-4e7d-a8fe-840eb234c126.json +1 -0
- package/build/dist/docs-index/cfe4df63-94e8-4e7d-a8fe-840eb234c126.txt +5 -0
- package/build/dist/docs-index/d02966c7-3e06-425a-a9b8-314b32175b26.json +1 -0
- package/build/dist/docs-index/d02966c7-3e06-425a-a9b8-314b32175b26.txt +12 -0
- package/build/dist/docs-index/d02e6299-a690-4228-b812-6f8a26d0905c.json +1 -0
- package/build/dist/docs-index/d02e6299-a690-4228-b812-6f8a26d0905c.txt +11 -0
- package/build/dist/docs-index/d053820a-50a8-4528-be74-bfc70af32188.json +1 -0
- package/build/dist/docs-index/d053820a-50a8-4528-be74-bfc70af32188.txt +11 -0
- package/build/dist/docs-index/d0dc8bea-d37f-4354-902e-949e62f6986f.json +1 -0
- package/build/dist/docs-index/d0dc8bea-d37f-4354-902e-949e62f6986f.txt +29 -0
- package/build/dist/docs-index/d11aa189-dd48-401a-815f-8a98949c5ab4.json +1 -0
- package/build/dist/docs-index/d11aa189-dd48-401a-815f-8a98949c5ab4.txt +80 -0
- package/build/dist/docs-index/d15277c5-a7f8-4257-81af-5a4642c91493.json +1 -0
- package/build/dist/docs-index/d15277c5-a7f8-4257-81af-5a4642c91493.txt +28 -0
- package/build/dist/docs-index/d1cad4c3-3af3-409f-a78e-48694b9895cb.json +1 -0
- package/build/dist/docs-index/d1cad4c3-3af3-409f-a78e-48694b9895cb.txt +16 -0
- package/build/dist/docs-index/d1db7f7e-a6ce-45ce-9190-fc167521e129.json +1 -0
- package/build/dist/docs-index/d1db7f7e-a6ce-45ce-9190-fc167521e129.txt +29 -0
- package/build/dist/docs-index/d20416bc-46e2-48c4-851f-6d8dee714734.json +1 -0
- package/build/dist/docs-index/d20416bc-46e2-48c4-851f-6d8dee714734.txt +27 -0
- package/build/dist/docs-index/d2e8891a-ec94-488f-8a05-10f58a51eae0.json +1 -0
- package/build/dist/docs-index/d2e8891a-ec94-488f-8a05-10f58a51eae0.txt +3 -0
- package/build/dist/docs-index/d30c40a6-ca1a-467d-a987-c91c9cc68985.json +1 -0
- package/build/dist/docs-index/d30c40a6-ca1a-467d-a987-c91c9cc68985.txt +15 -0
- package/build/dist/docs-index/d3631755-5534-4a96-8139-56cf4d9c5f44.json +1 -0
- package/build/dist/docs-index/d3631755-5534-4a96-8139-56cf4d9c5f44.txt +24 -0
- package/build/dist/docs-index/d53d1d29-6471-4360-805d-9e8d5b35f50a.json +1 -0
- package/build/dist/docs-index/d53d1d29-6471-4360-805d-9e8d5b35f50a.txt +9 -0
- package/build/dist/docs-index/d59778c3-d125-4cfe-a6ae-67fe2d58d30b.json +1 -0
- package/build/dist/docs-index/d59778c3-d125-4cfe-a6ae-67fe2d58d30b.txt +167 -0
- package/build/dist/docs-index/d5d04658-c7c0-4461-84f1-87e9b27f82dc.json +1 -0
- package/build/dist/docs-index/d5d04658-c7c0-4461-84f1-87e9b27f82dc.txt +17 -0
- package/build/dist/docs-index/d618119a-9568-4d51-b25d-218e3c03fc17.json +1 -0
- package/build/dist/docs-index/d618119a-9568-4d51-b25d-218e3c03fc17.txt +18 -0
- package/build/dist/docs-index/d62494c9-804e-4de5-8372-705fa0ad51ec.json +1 -0
- package/build/dist/docs-index/d62494c9-804e-4de5-8372-705fa0ad51ec.txt +155 -0
- package/build/dist/docs-index/d77b1ac2-44f8-46ac-b9f3-a62eca6c35ff.json +1 -0
- package/build/dist/docs-index/d77b1ac2-44f8-46ac-b9f3-a62eca6c35ff.txt +39 -0
- package/build/dist/docs-index/d7caf6f0-003c-4139-94e6-f45984a80e97.json +1 -0
- package/build/dist/docs-index/d7caf6f0-003c-4139-94e6-f45984a80e97.txt +30 -0
- package/build/dist/docs-index/d9146c7c-6247-46a1-bdf4-07b44a6c7cfd.json +1 -0
- package/build/dist/docs-index/d9146c7c-6247-46a1-bdf4-07b44a6c7cfd.txt +21 -0
- package/build/dist/docs-index/d93c4c0d-507f-4851-9c52-85f05235f131.json +1 -0
- package/build/dist/docs-index/d93c4c0d-507f-4851-9c52-85f05235f131.txt +24 -0
- package/build/dist/docs-index/d9ebb906-cfb6-4a49-abba-87b7bb7a9e06.json +1 -0
- package/build/dist/docs-index/d9ebb906-cfb6-4a49-abba-87b7bb7a9e06.txt +17 -0
- package/build/dist/docs-index/da7879ab-ccc5-4959-bf7e-2b114abe055f.json +1 -0
- package/build/dist/docs-index/da7879ab-ccc5-4959-bf7e-2b114abe055f.txt +34 -0
- package/build/dist/docs-index/db27b65c-d09e-4067-bd6e-0462b4799de7.json +1 -0
- package/build/dist/docs-index/db27b65c-d09e-4067-bd6e-0462b4799de7.txt +10 -0
- package/build/dist/docs-index/dbc0c97a-faa1-4641-bbc4-d5f37a7d1328.json +1 -0
- package/build/dist/docs-index/dbc0c97a-faa1-4641-bbc4-d5f37a7d1328.txt +10 -0
- package/build/dist/docs-index/dbf905fc-5cb6-4030-997a-710b87c2a894.json +1 -0
- package/build/dist/docs-index/dbf905fc-5cb6-4030-997a-710b87c2a894.txt +11 -0
- package/build/dist/docs-index/dcab898d-db52-4e2f-afbf-15fe02cd9314.json +1 -0
- package/build/dist/docs-index/dcab898d-db52-4e2f-afbf-15fe02cd9314.txt +20 -0
- package/build/dist/docs-index/dcd11a4b-c142-4192-aedb-430fc359d5aa.json +1 -0
- package/build/dist/docs-index/dcd11a4b-c142-4192-aedb-430fc359d5aa.txt +14 -0
- package/build/dist/docs-index/de94354d-e6a6-4172-8f13-891e7f9a366c.json +1 -0
- package/build/dist/docs-index/de94354d-e6a6-4172-8f13-891e7f9a366c.txt +20 -0
- package/build/dist/docs-index/decc59f9-e281-4704-bb3f-4aaf2537dc1c.json +1 -0
- package/build/dist/docs-index/decc59f9-e281-4704-bb3f-4aaf2537dc1c.txt +113 -0
- package/build/dist/docs-index/df1fe6b2-0a41-4a75-98de-91a3793d88db.json +1 -0
- package/build/dist/docs-index/df1fe6b2-0a41-4a75-98de-91a3793d88db.txt +20 -0
- package/build/dist/docs-index/df8f3e33-fc59-4774-b6bd-d412050a2ed6.json +1 -0
- package/build/dist/docs-index/df8f3e33-fc59-4774-b6bd-d412050a2ed6.txt +498 -0
- package/build/dist/docs-index/dfa93b96-65e8-4cc2-af5a-f1586cca9623.json +1 -0
- package/build/dist/docs-index/dfa93b96-65e8-4cc2-af5a-f1586cca9623.txt +8 -0
- package/build/dist/docs-index/e0114ff6-3f4c-4427-8646-5094fca34c73.json +1 -0
- package/build/dist/docs-index/e0114ff6-3f4c-4427-8646-5094fca34c73.txt +20 -0
- package/build/dist/docs-index/e089bf60-eb3c-4b81-8348-dc21c78d7160.json +1 -0
- package/build/dist/docs-index/e089bf60-eb3c-4b81-8348-dc21c78d7160.txt +10 -0
- package/build/dist/docs-index/e0b8d918-1ec1-493c-88f0-871bb245fd24.json +1 -0
- package/build/dist/docs-index/e0b8d918-1ec1-493c-88f0-871bb245fd24.txt +662 -0
- package/build/dist/docs-index/e0fe9b07-7631-4a1b-ac1d-02bcf2b1d987.json +1 -0
- package/build/dist/docs-index/e0fe9b07-7631-4a1b-ac1d-02bcf2b1d987.txt +24 -0
- package/build/dist/docs-index/e1481b86-a686-4bc6-bb08-8e5100318dd1.json +1 -0
- package/build/dist/docs-index/e1481b86-a686-4bc6-bb08-8e5100318dd1.txt +34 -0
- package/build/dist/docs-index/e15ba483-e698-41d3-8ad2-bd61b8e2e5f0.json +1 -0
- package/build/dist/docs-index/e15ba483-e698-41d3-8ad2-bd61b8e2e5f0.txt +17 -0
- package/build/dist/docs-index/e20c1811-b2a8-4839-82da-0ba831759bdd.json +1 -0
- package/build/dist/docs-index/e20c1811-b2a8-4839-82da-0ba831759bdd.txt +16 -0
- package/build/dist/docs-index/e2567536-0b74-496b-8c85-58d3391496fb.json +1 -0
- package/build/dist/docs-index/e2567536-0b74-496b-8c85-58d3391496fb.txt +8 -0
- package/build/dist/docs-index/e261da09-db56-4055-84c4-4f2ba99f02ed.json +1 -0
- package/build/dist/docs-index/e261da09-db56-4055-84c4-4f2ba99f02ed.txt +8 -0
- package/build/dist/docs-index/e2abffcf-4356-4d97-8869-0e58e5120f4f.json +1 -0
- package/build/dist/docs-index/e2abffcf-4356-4d97-8869-0e58e5120f4f.txt +36 -0
- package/build/dist/docs-index/e2ffddb5-6706-4eac-9326-c647557bdcbb.json +1 -0
- package/build/dist/docs-index/e2ffddb5-6706-4eac-9326-c647557bdcbb.txt +9 -0
- package/build/dist/docs-index/e36139f1-7404-4f7b-ba22-d26ea41b886b.json +1 -0
- package/build/dist/docs-index/e36139f1-7404-4f7b-ba22-d26ea41b886b.txt +1080 -0
- package/build/dist/docs-index/e4de75bf-f316-4636-b93e-b28b9b834cbb.json +1 -0
- package/build/dist/docs-index/e4de75bf-f316-4636-b93e-b28b9b834cbb.txt +12 -0
- package/build/dist/docs-index/e62b2d0b-6ade-414c-9ef6-ecc7fbde66f4.json +1 -0
- package/build/dist/docs-index/e62b2d0b-6ade-414c-9ef6-ecc7fbde66f4.txt +19 -0
- package/build/dist/docs-index/e642b878-17ff-46c3-aab7-a69a6b6408d7.json +1 -0
- package/build/dist/docs-index/e642b878-17ff-46c3-aab7-a69a6b6408d7.txt +19 -0
- package/build/dist/docs-index/e666f860-806f-4c1e-89b6-e5a1e9da79aa.json +1 -0
- package/build/dist/docs-index/e666f860-806f-4c1e-89b6-e5a1e9da79aa.txt +9 -0
- package/build/dist/docs-index/e6acc689-c953-4ad9-a2b3-a0f85bc86d8e.json +1 -0
- package/build/dist/docs-index/e6acc689-c953-4ad9-a2b3-a0f85bc86d8e.txt +8 -0
- package/build/dist/docs-index/e6f653e4-a73c-4bcf-bc7c-0d73caebb498.json +1 -0
- package/build/dist/docs-index/e6f653e4-a73c-4bcf-bc7c-0d73caebb498.txt +20 -0
- package/build/dist/docs-index/e77cca99-6ed6-43a5-a520-7405a9587845.json +1 -0
- package/build/dist/docs-index/e77cca99-6ed6-43a5-a520-7405a9587845.txt +29 -0
- package/build/dist/docs-index/e7c62785-bc10-4a62-a625-f1d56d8504a6.json +1 -0
- package/build/dist/docs-index/e7c62785-bc10-4a62-a625-f1d56d8504a6.txt +15 -0
- package/build/dist/docs-index/e7ff787f-534a-4f54-af63-634a269f723a.json +1 -0
- package/build/dist/docs-index/e7ff787f-534a-4f54-af63-634a269f723a.txt +39 -0
- package/build/dist/docs-index/e85d2fc8-0867-4799-9bc3-74b226b6174e.json +1 -0
- package/build/dist/docs-index/e85d2fc8-0867-4799-9bc3-74b226b6174e.txt +132 -0
- package/build/dist/docs-index/e87a2d65-e3f3-48b9-aaf4-fb27fb96c2e3.json +1 -0
- package/build/dist/docs-index/e87a2d65-e3f3-48b9-aaf4-fb27fb96c2e3.txt +152 -0
- package/build/dist/docs-index/eb725123-5a7a-47b5-91c0-34c5b6431e81.json +1 -0
- package/build/dist/docs-index/eb725123-5a7a-47b5-91c0-34c5b6431e81.txt +33 -0
- package/build/dist/docs-index/ebc108b6-b130-4420-85b3-5795efc4a53a.json +1 -0
- package/build/dist/docs-index/ebc108b6-b130-4420-85b3-5795efc4a53a.txt +16 -0
- package/build/dist/docs-index/ec3bf098-22aa-47d5-a22b-31eb7667b978.json +1 -0
- package/build/dist/docs-index/ec3bf098-22aa-47d5-a22b-31eb7667b978.txt +34 -0
- package/build/dist/docs-index/ecf8c655-4173-499a-acc9-e24222cb60f3.json +1 -0
- package/build/dist/docs-index/ecf8c655-4173-499a-acc9-e24222cb60f3.txt +26 -0
- package/build/dist/docs-index/ed24e904-6fff-4b78-9426-4d481b22ad88.json +1 -0
- package/build/dist/docs-index/ed24e904-6fff-4b78-9426-4d481b22ad88.txt +40 -0
- package/build/dist/docs-index/ed8f60cd-7c97-4a9a-a732-0ee0f9e7d791.json +1 -0
- package/build/dist/docs-index/ed8f60cd-7c97-4a9a-a732-0ee0f9e7d791.txt +13 -0
- package/build/dist/docs-index/edbef84b-72da-49d4-857f-5106c07abdcf.json +1 -0
- package/build/dist/docs-index/edbef84b-72da-49d4-857f-5106c07abdcf.txt +44 -0
- package/build/dist/docs-index/eee97062-d9a6-4617-b963-35d9ab092132.json +1 -0
- package/build/dist/docs-index/eee97062-d9a6-4617-b963-35d9ab092132.txt +1 -0
- package/build/dist/docs-index/ef7031da-82ea-469f-bfb2-c2b845696787.json +1 -0
- package/build/dist/docs-index/ef7031da-82ea-469f-bfb2-c2b845696787.txt +9 -0
- package/build/dist/docs-index/efc45b50-3305-4d92-9d84-febb89b87b16.json +1 -0
- package/build/dist/docs-index/efc45b50-3305-4d92-9d84-febb89b87b16.txt +8 -0
- package/build/dist/docs-index/f0d1f0d3-bec7-4eee-b868-261223f8cd04.json +1 -0
- package/build/dist/docs-index/f0d1f0d3-bec7-4eee-b868-261223f8cd04.txt +152 -0
- package/build/dist/docs-index/f1b183a4-77f2-497b-b36b-411d4c885456.json +1 -0
- package/build/dist/docs-index/f1b183a4-77f2-497b-b36b-411d4c885456.txt +33 -0
- package/build/dist/docs-index/f25cd841-3653-44f7-b4a7-0af6f3853d69.json +1 -0
- package/build/dist/docs-index/f25cd841-3653-44f7-b4a7-0af6f3853d69.txt +24 -0
- package/build/dist/docs-index/f3fa40ba-c192-498f-84f6-0805e890fa44.json +1 -0
- package/build/dist/docs-index/f3fa40ba-c192-498f-84f6-0805e890fa44.txt +27 -0
- package/build/dist/docs-index/f475b08f-b740-4873-8ac8-9823eba4f04d.json +1 -0
- package/build/dist/docs-index/f475b08f-b740-4873-8ac8-9823eba4f04d.txt +30 -0
- package/build/dist/docs-index/f5018e11-17fb-4acd-a22d-fe7925d66391.json +1 -0
- package/build/dist/docs-index/f5018e11-17fb-4acd-a22d-fe7925d66391.txt +73 -0
- package/build/dist/docs-index/f558551a-79fa-4001-b2e8-1db05b1cd1f1.json +1 -0
- package/build/dist/docs-index/f558551a-79fa-4001-b2e8-1db05b1cd1f1.txt +34 -0
- package/build/dist/docs-index/f62aeff2-e89c-4aaf-9a28-e9f4b2ce1084.json +1 -0
- package/build/dist/docs-index/f62aeff2-e89c-4aaf-9a28-e9f4b2ce1084.txt +12 -0
- package/build/dist/docs-index/f65fc8d2-a2de-442c-ae10-38a681ca8041.json +1 -0
- package/build/dist/docs-index/f65fc8d2-a2de-442c-ae10-38a681ca8041.txt +21 -0
- package/build/dist/docs-index/f693b885-165a-4af0-9140-11e129267dce.json +1 -0
- package/build/dist/docs-index/f693b885-165a-4af0-9140-11e129267dce.txt +19 -0
- package/build/dist/docs-index/f6a80e22-575e-4c94-948f-4aea0ab4aca3.json +1 -0
- package/build/dist/docs-index/f6a80e22-575e-4c94-948f-4aea0ab4aca3.txt +34 -0
- package/build/dist/docs-index/f6cd1bff-0734-4a41-8838-636597a5ba56.json +1 -0
- package/build/dist/docs-index/f6cd1bff-0734-4a41-8838-636597a5ba56.txt +24 -0
- package/build/dist/docs-index/f74e26e5-1151-4537-9cd4-0dc60c13a7e2.json +1 -0
- package/build/dist/docs-index/f74e26e5-1151-4537-9cd4-0dc60c13a7e2.txt +13 -0
- package/build/dist/docs-index/f8223cb0-ca00-4b75-8382-804d6e63e59d.json +1 -0
- package/build/dist/docs-index/f8223cb0-ca00-4b75-8382-804d6e63e59d.txt +20 -0
- package/build/dist/docs-index/f88d7c36-31ce-4bee-8dff-6832a9666f21.json +1 -0
- package/build/dist/docs-index/f88d7c36-31ce-4bee-8dff-6832a9666f21.txt +3 -0
- package/build/dist/docs-index/f8a68fd3-f500-4fbc-b889-cf2478f8dede.json +1 -0
- package/build/dist/docs-index/f8a68fd3-f500-4fbc-b889-cf2478f8dede.txt +24 -0
- package/build/dist/docs-index/f8b307fd-6a83-4d82-8110-d878629e2b84.json +1 -0
- package/build/dist/docs-index/f8b307fd-6a83-4d82-8110-d878629e2b84.txt +12 -0
- package/build/dist/docs-index/f920ee95-8328-4efa-9836-ec90a7c36029.json +1 -0
- package/build/dist/docs-index/f920ee95-8328-4efa-9836-ec90a7c36029.txt +23 -0
- package/build/dist/docs-index/f99462be-5a4f-4a90-bd8b-91dcf7c2bc2c.json +1 -0
- package/build/dist/docs-index/f99462be-5a4f-4a90-bd8b-91dcf7c2bc2c.txt +32 -0
- package/build/dist/docs-index/fa017496-10af-456c-a52d-a2cf77c0fe78.json +1 -0
- package/build/dist/docs-index/fa017496-10af-456c-a52d-a2cf77c0fe78.txt +17 -0
- package/build/dist/docs-index/fa25f9d3-fd81-4ecb-bc67-fce1f5fc612e.json +1 -0
- package/build/dist/docs-index/fa25f9d3-fd81-4ecb-bc67-fce1f5fc612e.txt +12 -0
- package/build/dist/docs-index/fb138829-6126-4477-954a-94d3ada76555.json +1 -0
- package/build/dist/docs-index/fb138829-6126-4477-954a-94d3ada76555.txt +21 -0
- package/build/dist/docs-index/fb1c85cd-865d-43e0-89a8-25e4b825c920.json +1 -0
- package/build/dist/docs-index/fb1c85cd-865d-43e0-89a8-25e4b825c920.txt +259 -0
- package/build/dist/docs-index/fb2811ab-237a-453c-bff2-3832ad13e693.json +1 -0
- package/build/dist/docs-index/fb2811ab-237a-453c-bff2-3832ad13e693.txt +24 -0
- package/build/dist/docs-index/fbb2b3c9-2e15-48ed-bac6-505b6c529a66.json +1 -0
- package/build/dist/docs-index/fbb2b3c9-2e15-48ed-bac6-505b6c529a66.txt +25 -0
- package/build/dist/docs-index/fbf94f08-8829-485f-a4b4-69a964cc7219.json +1 -0
- package/build/dist/docs-index/fbf94f08-8829-485f-a4b4-69a964cc7219.txt +26 -0
- package/build/dist/docs-index/fd55ac46-b3d1-4f9a-a707-ea8efd59c795.json +1 -0
- package/build/dist/docs-index/fd55ac46-b3d1-4f9a-a707-ea8efd59c795.txt +14 -0
- package/build/dist/docs-index/fd92c169-63aa-4a8a-9591-e5c0d011d3be.json +1 -0
- package/build/dist/docs-index/fd92c169-63aa-4a8a-9591-e5c0d011d3be.txt +35 -0
- package/build/dist/docs-index/fdbaeae2-7066-4f48-823a-fe376aac30b8.json +1 -0
- package/build/dist/docs-index/fdbaeae2-7066-4f48-823a-fe376aac30b8.txt +14 -0
- package/build/dist/docs-index/fdc43b02-8e29-4f47-8aaf-9cb45de63a2c.json +1 -0
- package/build/dist/docs-index/fdc43b02-8e29-4f47-8aaf-9cb45de63a2c.txt +967 -0
- package/build/dist/docs-index/fde97af5-ea82-4d8b-a0b4-2469449f0514.json +1 -0
- package/build/dist/docs-index/fde97af5-ea82-4d8b-a0b4-2469449f0514.txt +15 -0
- package/build/dist/docs-index/fe0553f0-9d7a-42d9-a790-963f3f6d7c63.json +1 -0
- package/build/dist/docs-index/fe0553f0-9d7a-42d9-a790-963f3f6d7c63.txt +32 -0
- package/build/dist/docs-index/ff3bd557-c77f-46e7-bb27-9f263f557c81.json +1 -0
- package/build/dist/docs-index/ff3bd557-c77f-46e7-bb27-9f263f557c81.txt +204 -0
- package/build/dist/docs-index/ff72d7ff-8fcb-487b-a033-a20633b54256.json +1 -0
- package/build/dist/docs-index/ff72d7ff-8fcb-487b-a033-a20633b54256.txt +13 -0
- package/build/dist/docs-index/index.json +1 -0
- package/build/dist/grepr.js +28 -4
- package/build/dist/grepr.js.map +1 -1
- package/build/dist/lib/auth.d.ts +1 -3
- package/build/dist/lib/auth.d.ts.map +1 -1
- package/build/dist/lib/auth.js +4 -1
- package/build/dist/lib/auth.js.map +1 -1
- package/build/dist/lib/command-registry.d.ts +3 -2
- package/build/dist/lib/command-registry.d.ts.map +1 -1
- package/build/dist/lib/command-registry.js.map +1 -1
- package/build/dist/lib/config.d.ts +15 -0
- package/build/dist/lib/config.d.ts.map +1 -1
- package/build/dist/lib/config.js +45 -10
- package/build/dist/lib/config.js.map +1 -1
- package/build/dist/lib/docs-search.d.ts +156 -0
- package/build/dist/lib/docs-search.d.ts.map +1 -0
- package/build/dist/lib/docs-search.js +211 -0
- package/build/dist/lib/docs-search.js.map +1 -0
- package/build/dist/lib/grepr-api-client.d.ts +33 -193
- package/build/dist/lib/grepr-api-client.d.ts.map +1 -1
- package/build/dist/lib/grepr-api-client.js +56 -36
- package/build/dist/lib/grepr-api-client.js.map +1 -1
- package/build/dist/lib/job-graph-transformer.d.ts +89 -0
- package/build/dist/lib/job-graph-transformer.d.ts.map +1 -0
- package/build/dist/lib/job-graph-transformer.js +497 -0
- package/build/dist/lib/job-graph-transformer.js.map +1 -0
- package/build/dist/lib/job-graph-utils.d.ts +50 -0
- package/build/dist/lib/job-graph-utils.d.ts.map +1 -0
- package/build/dist/lib/job-graph-utils.js +84 -0
- package/build/dist/lib/job-graph-utils.js.map +1 -0
- package/build/dist/lib/json-formatter.d.ts +1 -0
- package/build/dist/lib/json-formatter.d.ts.map +1 -1
- package/build/dist/lib/json-formatter.js +28 -16
- package/build/dist/lib/json-formatter.js.map +1 -1
- package/build/dist/lib/parser.d.ts.map +1 -1
- package/build/dist/lib/parser.js +3 -6
- package/build/dist/lib/parser.js.map +1 -1
- package/build/dist/lib/streaming-job-executor.d.ts +3 -2
- package/build/dist/lib/streaming-job-executor.d.ts.map +1 -1
- package/build/dist/lib/streaming-job-executor.js +54 -14
- package/build/dist/lib/streaming-job-executor.js.map +1 -1
- package/build/dist/lib/time-utils.js +1 -1
- package/build/dist/lib/time-utils.js.map +1 -1
- package/build/dist/lib/transformers-embeddings.d.ts +76 -0
- package/build/dist/lib/transformers-embeddings.d.ts.map +1 -0
- package/build/dist/lib/transformers-embeddings.js +109 -0
- package/build/dist/lib/transformers-embeddings.js.map +1 -0
- package/build/dist/openapi/openApiTypes.d.ts +3967 -2240
- package/build/dist/openapi/openApiTypes.d.ts.map +1 -1
- package/build/dist/openapi/openApiTypes.js +341 -85
- package/build/dist/openapi/openApiTypes.js.map +1 -1
- package/build/dist/openapi-docs/api/Access-Configuration/getAccessConfig.md +24 -0
- package/build/dist/openapi-docs/api/Access-Configuration/updateAccessConfig.md +30 -0
- package/build/dist/openapi-docs/api/Activity-Logs/searchActivityLogs.md +28 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/create.md +32 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/delete.md +24 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/deleteAppKey.md +28 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/deleteClientToken-hidden.md +28 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/get.md +29 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/getIntegrationExceptions.md +40 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/getWithExceptions.md +29 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/list.md +20 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/listValidDatadogSites.md +20 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/update.md +39 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/upsertApiKey.md +34 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/upsertAppKey.md +34 -0
- package/build/dist/openapi-docs/api/Datadog-Integration/upsertClientToken-hidden.md +34 -0
- package/build/dist/openapi-docs/api/Datasets/createDataset.md +23 -0
- package/build/dist/openapi-docs/api/Datasets/deleteDataset.md +30 -0
- package/build/dist/openapi-docs/api/Datasets/getAllDatasets.md +17 -0
- package/build/dist/openapi-docs/api/Datasets/getDatasetById.md +25 -0
- package/build/dist/openapi-docs/api/Datasets/updateDataset.md +31 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/create_2.md +34 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/delete_2.md +24 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/getCloudFormationSetupInfo.md +25 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/getConsoleSetupInfo.md +25 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/get_2.md +29 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/list_2.md +18 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/test.md +26 -0
- package/build/dist/openapi-docs/api/External-S3-Data-Warehouse-Integration/update_2.md +43 -0
- package/build/dist/openapi-docs/api/External-Triggers/submitTrigger.md +23 -0
- package/build/dist/openapi-docs/api/Grepr-API-Key/createGreprApiKey.md +18 -0
- package/build/dist/openapi-docs/api/Grepr-API-Key/deleteGreprApiKey.md +17 -0
- package/build/dist/openapi-docs/api/Grepr-API-Key/getGreprApiKey.md +18 -0
- package/build/dist/openapi-docs/api/Grepr-hosted-Data-Warehouse-Integration/create_1.md +30 -0
- package/build/dist/openapi-docs/api/Grepr-hosted-Data-Warehouse-Integration/delete_1.md +24 -0
- package/build/dist/openapi-docs/api/Grepr-hosted-Data-Warehouse-Integration/get_1.md +29 -0
- package/build/dist/openapi-docs/api/Grepr-hosted-Data-Warehouse-Integration/list_1.md +20 -0
- package/build/dist/openapi-docs/api/Grepr-hosted-Data-Warehouse-Integration/update_1.md +35 -0
- package/build/dist/openapi-docs/api/Grok-Parsing/parse.md +31 -0
- package/build/dist/openapi-docs/api/Grok-Parsing/parse_1.md +31 -0
- package/build/dist/openapi-docs/api/Invitations/deleteInvitation.md +22 -0
- package/build/dist/openapi-docs/api/Invitations/getInvitation.md +23 -0
- package/build/dist/openapi-docs/api/Invitations/invite.md +23 -0
- package/build/dist/openapi-docs/api/Invitations/listInvitations.md +25 -0
- package/build/dist/openapi-docs/api/Job-Anomalies/getAnomaliesForJobRuleEngineAndTriggers.md +35 -0
- package/build/dist/openapi-docs/api/Jobs/deleteJob.md +27 -0
- package/build/dist/openapi-docs/api/Jobs/getAsyncBatchJobsForJob-hidden.md +27 -0
- package/build/dist/openapi-docs/api/Jobs/getJob.md +36 -0
- package/build/dist/openapi-docs/api/Jobs/getJobs.md +44 -0
- package/build/dist/openapi-docs/api/Jobs/heartbeatSyncJob.md +29 -0
- package/build/dist/openapi-docs/api/Jobs/submitAsyncJob.md +36 -0
- package/build/dist/openapi-docs/api/Jobs/submitSyncJob.md +30 -0
- package/build/dist/openapi-docs/api/Jobs/updateJob.md +47 -0
- package/build/dist/openapi-docs/api/Manifest/getManifest.md +17 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/create_3.md +32 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/delete_3.md +24 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/getIntegrationExceptions_1.md +40 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/getWithExceptions_1.md +29 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/get_3.md +29 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/listValidNewRelicSites.md +20 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/list_3.md +20 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/update_3.md +39 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/upsertApiKey_1.md +34 -0
- package/build/dist/openapi-docs/api/New-Relic-Integration/upsertLicenseKey.md +34 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/create_4.md +32 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/deleteSecretHeader.md +30 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/delete_4.md +24 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/get_4.md +29 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/list_4.md +20 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/update_4.md +39 -0
- package/build/dist/openapi-docs/api/OpenTelemetry-Integration/upsertSecretHeader.md +40 -0
- package/build/dist/openapi-docs/api/Organizations/getOrganization.md +24 -0
- package/build/dist/openapi-docs/api/Organizations/updateOrganization.md +34 -0
- package/build/dist/openapi-docs/api/Permission/getAvailablePermissions.md +20 -0
- package/build/dist/openapi-docs/api/Query-Jobs/query.md +29 -0
- package/build/dist/openapi-docs/api/Query-Jobs/read.md +29 -0
- package/build/dist/openapi-docs/api/Query-Parsing/parse_2.md +31 -0
- package/build/dist/openapi-docs/api/Roles/createRole.md +34 -0
- package/build/dist/openapi-docs/api/Roles/deleteRole.md +32 -0
- package/build/dist/openapi-docs/api/Roles/getRoleById.md +29 -0
- package/build/dist/openapi-docs/api/Roles/listRoles.md +20 -0
- package/build/dist/openapi-docs/api/Roles/updateRole.md +43 -0
- package/build/dist/openapi-docs/api/Signup/signup.md +21 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/create_5.md +32 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/delete_5.md +24 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/getIntegrationExceptions_2.md +40 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/getWithExceptions_2.md +29 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/get_5.md +29 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/list_5.md +20 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/update_5.md +39 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/upsertAuthToken.md +34 -0
- package/build/dist/openapi-docs/api/Splunk-Integration/upsertRestAuthToken.md +34 -0
- package/build/dist/openapi-docs/api/Status-Metrics/queryRange.md +21 -0
- package/build/dist/openapi-docs/api/Status-Metrics/query_1.md +21 -0
- package/build/dist/openapi-docs/api/Sumo-Logic-Integration/create_6.md +32 -0
- package/build/dist/openapi-docs/api/Sumo-Logic-Integration/delete_6.md +24 -0
- package/build/dist/openapi-docs/api/Sumo-Logic-Integration/get_6.md +29 -0
- package/build/dist/openapi-docs/api/Sumo-Logic-Integration/list_6.md +20 -0
- package/build/dist/openapi-docs/api/Sumo-Logic-Integration/update_6.md +39 -0
- package/build/dist/openapi-docs/api/Sumo-Logic-Integration/upsertEndpoint.md +34 -0
- package/build/dist/openapi-docs/api/Teams/addUsersToTeam.md +35 -0
- package/build/dist/openapi-docs/api/Teams/createTeam.md +21 -0
- package/build/dist/openapi-docs/api/Teams/deleteTeam.md +20 -0
- package/build/dist/openapi-docs/api/Teams/getTeamById.md +20 -0
- package/build/dist/openapi-docs/api/Teams/getTeamRoles.md +29 -0
- package/build/dist/openapi-docs/api/Teams/getUsersInTeam.md +24 -0
- package/build/dist/openapi-docs/api/Teams/listTeams.md +24 -0
- package/build/dist/openapi-docs/api/Teams/removeUserFromTeam.md +30 -0
- package/build/dist/openapi-docs/api/Teams/updateRolesForUserInTeam.md +28 -0
- package/build/dist/openapi-docs/api/Teams/updateTeam.md +26 -0
- package/build/dist/openapi-docs/api/Templates/createTemplate.md +31 -0
- package/build/dist/openapi-docs/api/Templates/deleteTemplate.md +32 -0
- package/build/dist/openapi-docs/api/Templates/getTemplate.md +33 -0
- package/build/dist/openapi-docs/api/Templates/listTemplates.md +19 -0
- package/build/dist/openapi-docs/api/Templates/testTemplate.md +36 -0
- package/build/dist/openapi-docs/api/Templates/updateTemplate.md +37 -0
- package/build/dist/openapi-docs/api/Users/createUser.md +38 -0
- package/build/dist/openapi-docs/api/Users/deleteUser.md +20 -0
- package/build/dist/openapi-docs/api/Users/getUser.md +33 -0
- package/build/dist/openapi-docs/api/Users/getUserPermissions.md +15 -0
- package/build/dist/openapi-docs/api/Users/list_7.md +31 -0
- package/build/dist/openapi-docs/api/Users/provisionUser.md +21 -0
- package/build/dist/openapi-docs/api/Users/updateUser.md +26 -0
- package/build/dist/openapi-docs/api/Users/updateUserOrgRoles.md +26 -0
- package/build/dist/openapi-docs/api/Validation/validate.md +34 -0
- package/build/dist/openapi-docs/api/Vendor-Exceptions/deleteExceptionImpactEstimationConfig.md +29 -0
- package/build/dist/openapi-docs/api/Vendor-Exceptions/getExceptionImpactEstimationConfig.md +30 -0
- package/build/dist/openapi-docs/api/Vendor-Exceptions/triggerExceptionImpactEstimationRefresh.md +29 -0
- package/build/dist/openapi-docs/api/Vendor-Exceptions/upsertExceptionImpactEstimationConfig.md +36 -0
- package/build/dist/openapi-docs/schemas/AccessConfig.md +8 -0
- package/build/dist/openapi-docs/schemas/ActionRule.md +15 -0
- package/build/dist/openapi-docs/schemas/ActivityLogsSearch.md +43 -0
- package/build/dist/openapi-docs/schemas/AddToListAttributeAction.md +20 -0
- package/build/dist/openapi-docs/schemas/AggregationAccumulator.md +11 -0
- package/build/dist/openapi-docs/schemas/AllQueryNode.md +9 -0
- package/build/dist/openapi-docs/schemas/AndQueryNode.md +13 -0
- package/build/dist/openapi-docs/schemas/Any.md +3 -0
- package/build/dist/openapi-docs/schemas/AttributeKeyTermNode.md +13 -0
- package/build/dist/openapi-docs/schemas/AttributeNode.md +17 -0
- package/build/dist/openapi-docs/schemas/AttributePrefixNode.md +17 -0
- package/build/dist/openapi-docs/schemas/AttributeRe2Node.md +17 -0
- package/build/dist/openapi-docs/schemas/AttributeWildcardNode.md +17 -0
- package/build/dist/openapi-docs/schemas/AttributeWithComparatorNode.md +21 -0
- package/build/dist/openapi-docs/schemas/AttributesMergeStrategy.md +36 -0
- package/build/dist/openapi-docs/schemas/AttributesMergeStrategyEntry.md +14 -0
- package/build/dist/openapi-docs/schemas/AuthConfig.md +17 -0
- package/build/dist/openapi-docs/schemas/AvailablePermission.md +25 -0
- package/build/dist/openapi-docs/schemas/AverageAttributesMergeStrategy.md +9 -0
- package/build/dist/openapi-docs/schemas/BackfillJobAction.md +40 -0
- package/build/dist/openapi-docs/schemas/BucketAccessResult.md +14 -0
- package/build/dist/openapi-docs/schemas/ChunkedOutputEventRecordReadableData.md +11 -0
- package/build/dist/openapi-docs/schemas/CloudFormationSetupInfo.md +29 -0
- package/build/dist/openapi-docs/schemas/CloudTrailLogsFileSource.md +38 -0
- package/build/dist/openapi-docs/schemas/CompleteSpan.md +40 -0
- package/build/dist/openapi-docs/schemas/CompositeAttributesMergeStrategy.md +12 -0
- package/build/dist/openapi-docs/schemas/Condition.md +10 -0
- package/build/dist/openapi-docs/schemas/ConsoleSetupInfo.md +21 -0
- package/build/dist/openapi-docs/schemas/ConstantSampling.md +9 -0
- package/build/dist/openapi-docs/schemas/CreateJob.md +30 -0
- package/build/dist/openapi-docs/schemas/CreateRole.md +17 -0
- package/build/dist/openapi-docs/schemas/CreateUser.md +24 -0
- package/build/dist/openapi-docs/schemas/Data.md +8 -0
- package/build/dist/openapi-docs/schemas/DataWarehouse.md +5 -0
- package/build/dist/openapi-docs/schemas/DatabaseUserInfo.md +14 -0
- package/build/dist/openapi-docs/schemas/Datadog.md +39 -0
- package/build/dist/openapi-docs/schemas/DatadogLogAgentSource.md +19 -0
- package/build/dist/openapi-docs/schemas/DatadogLogCloudSource.md +20 -0
- package/build/dist/openapi-docs/schemas/DatadogLogSink.md +24 -0
- package/build/dist/openapi-docs/schemas/DatadogMetricsSink.md +20 -0
- package/build/dist/openapi-docs/schemas/DatadogQueryPredicate.md +13 -0
- package/build/dist/openapi-docs/schemas/DatadogStatsSink.md +22 -0
- package/build/dist/openapi-docs/schemas/DatadogTraceAgentSource.md +20 -0
- package/build/dist/openapi-docs/schemas/DatadogTraceSink.md +22 -0
- package/build/dist/openapi-docs/schemas/DatasetCreate.md +15 -0
- package/build/dist/openapi-docs/schemas/DatasetRead.md +21 -0
- package/build/dist/openapi-docs/schemas/DatasetUpdate.md +12 -0
- package/build/dist/openapi-docs/schemas/DoubleDatapoint.md +23 -0
- package/build/dist/openapi-docs/schemas/EarliestReadingStrategy.md +5 -0
- package/build/dist/openapi-docs/schemas/EntityRef.md +23 -0
- package/build/dist/openapi-docs/schemas/ErrorDetails.md +11 -0
- package/build/dist/openapi-docs/schemas/EventAction.md +26 -0
- package/build/dist/openapi-docs/schemas/EventActionRule.md +16 -0
- package/build/dist/openapi-docs/schemas/EventDedupIcebergTableSink.md +19 -0
- package/build/dist/openapi-docs/schemas/EventPredicate.md +29 -0
- package/build/dist/openapi-docs/schemas/EventPredicateTrigger.md +24 -0
- package/build/dist/openapi-docs/schemas/EventRecord.md +18 -0
- package/build/dist/openapi-docs/schemas/ExactAttributesMergeStrategy.md +9 -0
- package/build/dist/openapi-docs/schemas/ExternalSourceTrigger.md +17 -0
- package/build/dist/openapi-docs/schemas/ExternalTriggerPayload.md +23 -0
- package/build/dist/openapi-docs/schemas/FileFormat.md +10 -0
- package/build/dist/openapi-docs/schemas/FileReadingStrategy.md +10 -0
- package/build/dist/openapi-docs/schemas/GreprApiKey.md +8 -0
- package/build/dist/openapi-docs/schemas/GreprJobGraph.md +13 -0
- package/build/dist/openapi-docs/schemas/GreprMetricsSource.md +20 -0
- package/build/dist/openapi-docs/schemas/GreprRawLogsSource.md +43 -0
- package/build/dist/openapi-docs/schemas/GreprReducerLogSource.md +51 -0
- package/build/dist/openapi-docs/schemas/GreprVendorSource.md +12 -0
- package/build/dist/openapi-docs/schemas/GrokParseBatchRequest.md +12 -0
- package/build/dist/openapi-docs/schemas/GrokParseBatchResponse.md +8 -0
- package/build/dist/openapi-docs/schemas/GrokParseErrors.md +8 -0
- package/build/dist/openapi-docs/schemas/GrokParseRequest.md +12 -0
- package/build/dist/openapi-docs/schemas/GrokParseResponse.md +25 -0
- package/build/dist/openapi-docs/schemas/GrokParser.md +26 -0
- package/build/dist/openapi-docs/schemas/GrokRuleError.md +11 -0
- package/build/dist/openapi-docs/schemas/GrokRuleErrors.md +11 -0
- package/build/dist/openapi-docs/schemas/Header.md +15 -0
- package/build/dist/openapi-docs/schemas/IgnoreAttributesMergeStrategy.md +9 -0
- package/build/dist/openapi-docs/schemas/ImmutableSetListString.md +10 -0
- package/build/dist/openapi-docs/schemas/ImmutableSetString.md +10 -0
- package/build/dist/openapi-docs/schemas/InstrumentationScope.md +22 -0
- package/build/dist/openapi-docs/schemas/IntegrationExceptionConfig.md +16 -0
- package/build/dist/openapi-docs/schemas/IntegrationExceptionImpactEstimationConfig.md +40 -0
- package/build/dist/openapi-docs/schemas/IntegrationExceptionsList.md +22 -0
- package/build/dist/openapi-docs/schemas/InvitationsList.md +14 -0
- package/build/dist/openapi-docs/schemas/Invitee.md +16 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionLogEvent.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadDataWarehouse.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadDatadog.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadInvitation.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadJob.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadNewRelic.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadOtlp.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadS3DataWarehouse.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadSplunk.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadSumo.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionReadUser.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionTemplate.md +8 -0
- package/build/dist/openapi-docs/schemas/ItemsCollectionVendorImportedException.md +10 -0
- package/build/dist/openapi-docs/schemas/JobAction.md +20 -0
- package/build/dist/openapi-docs/schemas/JobActionRule.md +12 -0
- package/build/dist/openapi-docs/schemas/JobAnomaly.md +20 -0
- package/build/dist/openapi-docs/schemas/JobID.md +16 -0
- package/build/dist/openapi-docs/schemas/JsonFileFormat.md +15 -0
- package/build/dist/openapi-docs/schemas/JsonLogProcessor.md +27 -0
- package/build/dist/openapi-docs/schemas/LatestReadingStrategy.md +5 -0
- package/build/dist/openapi-docs/schemas/LogAttributesRemapper.md +76 -0
- package/build/dist/openapi-docs/schemas/LogEvent.md +35 -0
- package/build/dist/openapi-docs/schemas/LogReducer.md +68 -0
- package/build/dist/openapi-docs/schemas/LogReducerFilters.md +19 -0
- package/build/dist/openapi-docs/schemas/LogReducerTemplateInput.md +39 -0
- package/build/dist/openapi-docs/schemas/LogTransformAction.md +15 -0
- package/build/dist/openapi-docs/schemas/LogsBackfillFlinkSource.md +46 -0
- package/build/dist/openapi-docs/schemas/LogsBranch.md +16 -0
- package/build/dist/openapi-docs/schemas/LogsEventSampler.md +24 -0
- package/build/dist/openapi-docs/schemas/LogsFilter.md +24 -0
- package/build/dist/openapi-docs/schemas/LogsIcebergTableSink.md +16 -0
- package/build/dist/openapi-docs/schemas/LogsIcebergTableSource.md +43 -0
- package/build/dist/openapi-docs/schemas/LogsRuleEngine.md +20 -0
- package/build/dist/openapi-docs/schemas/LogsSynchronousSink.md +12 -0
- package/build/dist/openapi-docs/schemas/LogsValuesSource.md +20 -0
- package/build/dist/openapi-docs/schemas/Manifest.md +8 -0
- package/build/dist/openapi-docs/schemas/MatrixData.md +3 -0
- package/build/dist/openapi-docs/schemas/MatrixResult.md +11 -0
- package/build/dist/openapi-docs/schemas/MaxAttributesMergeStrategy.md +9 -0
- package/build/dist/openapi-docs/schemas/MergeMapAttributeAction.md +21 -0
- package/build/dist/openapi-docs/schemas/MessageExactMatchNode.md +13 -0
- package/build/dist/openapi-docs/schemas/MessageNode.md +13 -0
- package/build/dist/openapi-docs/schemas/MessagePrefixNode.md +13 -0
- package/build/dist/openapi-docs/schemas/MessageRe2Node.md +13 -0
- package/build/dist/openapi-docs/schemas/MessageWildcardNode.md +13 -0
- package/build/dist/openapi-docs/schemas/MetricAggSpec.md +23 -0
- package/build/dist/openapi-docs/schemas/MetricEventPredicate.md +20 -0
- package/build/dist/openapi-docs/schemas/MetricsIcebergTableSink.md +16 -0
- package/build/dist/openapi-docs/schemas/MetricsIcebergTableSource.md +46 -0
- package/build/dist/openapi-docs/schemas/MetricsSynchronousSink.md +12 -0
- package/build/dist/openapi-docs/schemas/MinAttributesMergeStrategy.md +9 -0
- package/build/dist/openapi-docs/schemas/NewRelic.md +35 -0
- package/build/dist/openapi-docs/schemas/NewRelicLogAgentSource.md +16 -0
- package/build/dist/openapi-docs/schemas/NewRelicLogSink.md +20 -0
- package/build/dist/openapi-docs/schemas/NewRelicQueryPredicate.md +13 -0
- package/build/dist/openapi-docs/schemas/NotQueryNode.md +12 -0
- package/build/dist/openapi-docs/schemas/NrqlQueryPredicate.md +17 -0
- package/build/dist/openapi-docs/schemas/Operation.md +167 -0
- package/build/dist/openapi-docs/schemas/OrQueryNode.md +13 -0
- package/build/dist/openapi-docs/schemas/Otlp.md +35 -0
- package/build/dist/openapi-docs/schemas/OtlpLogAgentSource.md +16 -0
- package/build/dist/openapi-docs/schemas/OtlpLogSink.md +20 -0
- package/build/dist/openapi-docs/schemas/OtlpTraceAgentSource.md +16 -0
- package/build/dist/openapi-docs/schemas/OtlpTraceSink.md +20 -0
- package/build/dist/openapi-docs/schemas/ParseQueryRequest.md +8 -0
- package/build/dist/openapi-docs/schemas/ParseQueryResponse.md +16 -0
- package/build/dist/openapi-docs/schemas/ParseResult.md +14 -0
- package/build/dist/openapi-docs/schemas/ParsedQueryNode.md +82 -0
- package/build/dist/openapi-docs/schemas/ParsedQueryTree.md +10 -0
- package/build/dist/openapi-docs/schemas/PatternLookupIcebergTableSink.md +16 -0
- package/build/dist/openapi-docs/schemas/PhraseNode.md +13 -0
- package/build/dist/openapi-docs/schemas/PipelineStatus.md +22 -0
- package/build/dist/openapi-docs/schemas/Plan.md +17 -0
- package/build/dist/openapi-docs/schemas/PlanChangeRequest.md +11 -0
- package/build/dist/openapi-docs/schemas/PreserveAllAttributesMergeStrategy.md +15 -0
- package/build/dist/openapi-docs/schemas/PublicUpdate.md +14 -0
- package/build/dist/openapi-docs/schemas/QuantileSamplingTier.md +19 -0
- package/build/dist/openapi-docs/schemas/QueryJobInfo.md +37 -0
- package/build/dist/openapi-docs/schemas/QueryJobMetadata.md +16 -0
- package/build/dist/openapi-docs/schemas/QueryJobToken.md +14 -0
- package/build/dist/openapi-docs/schemas/QueryParsingError.md +8 -0
- package/build/dist/openapi-docs/schemas/QueryResult.md +17 -0
- package/build/dist/openapi-docs/schemas/Read.md +20 -0
- package/build/dist/openapi-docs/schemas/ReadDataWarehouse.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadDatadog.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadInvitation.md +28 -0
- package/build/dist/openapi-docs/schemas/ReadJob.md +73 -0
- package/build/dist/openapi-docs/schemas/ReadNewRelic.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadOrgConstraints.md +29 -0
- package/build/dist/openapi-docs/schemas/ReadOtlp.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadS3DataWarehouse.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadSplunk.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadSumo.md +44 -0
- package/build/dist/openapi-docs/schemas/ReadTeam.md +20 -0
- package/build/dist/openapi-docs/schemas/ReadUser.md +25 -0
- package/build/dist/openapi-docs/schemas/ReadableData.md +23 -0
- package/build/dist/openapi-docs/schemas/ReducerLogsQuerySource.md +51 -0
- package/build/dist/openapi-docs/schemas/RemoveKeyAttributeAction.md +21 -0
- package/build/dist/openapi-docs/schemas/Resource.md +18 -0
- package/build/dist/openapi-docs/schemas/ResourceFilter.md +15 -0
- package/build/dist/openapi-docs/schemas/Role.md +33 -0
- package/build/dist/openapi-docs/schemas/RoleIds.md +10 -0
- package/build/dist/openapi-docs/schemas/RoleUpdate.md +8 -0
- package/build/dist/openapi-docs/schemas/S3DataWarehouse.md +23 -0
- package/build/dist/openapi-docs/schemas/S3LogsFileSource.md +30 -0
- package/build/dist/openapi-docs/schemas/SamplingAttributesMergeStrategy.md +15 -0
- package/build/dist/openapi-docs/schemas/SamplingConfig.md +15 -0
- package/build/dist/openapi-docs/schemas/ScalarData.md +3 -0
- package/build/dist/openapi-docs/schemas/SecretApi.md +11 -0
- package/build/dist/openapi-docs/schemas/SeverityNode.md +13 -0
- package/build/dist/openapi-docs/schemas/SignupRequest.md +14 -0
- package/build/dist/openapi-docs/schemas/SocialUserInfo.md +8 -0
- package/build/dist/openapi-docs/schemas/Span.md +81 -0
- package/build/dist/openapi-docs/schemas/SpanEvent.md +22 -0
- package/build/dist/openapi-docs/schemas/SpanLink.md +34 -0
- package/build/dist/openapi-docs/schemas/SpansSynchronousSink.md +12 -0
- package/build/dist/openapi-docs/schemas/SplQueryPredicate.md +13 -0
- package/build/dist/openapi-docs/schemas/Splunk.md +59 -0
- package/build/dist/openapi-docs/schemas/SplunkLogAgentSource.md +16 -0
- package/build/dist/openapi-docs/schemas/SplunkLogHttpSource.md +20 -0
- package/build/dist/openapi-docs/schemas/SplunkLogSink.md +28 -0
- package/build/dist/openapi-docs/schemas/SqlExecutable.md +26 -0
- package/build/dist/openapi-docs/schemas/SqlIoStatement.md +14 -0
- package/build/dist/openapi-docs/schemas/SqlOperation.md +34 -0
- package/build/dist/openapi-docs/schemas/SqlOperations.md +16 -0
- package/build/dist/openapi-docs/schemas/SqlOutputStatement.md +22 -0
- package/build/dist/openapi-docs/schemas/SqlViewStatement.md +18 -0
- package/build/dist/openapi-docs/schemas/Status.md +15 -0
- package/build/dist/openapi-docs/schemas/StringData.md +3 -0
- package/build/dist/openapi-docs/schemas/SumAttributesMergeStrategy.md +9 -0
- package/build/dist/openapi-docs/schemas/Sumo.md +11 -0
- package/build/dist/openapi-docs/schemas/SumoLogSink.md +20 -0
- package/build/dist/openapi-docs/schemas/SumoLogSource.md +16 -0
- package/build/dist/openapi-docs/schemas/TagAction.md +25 -0
- package/build/dist/openapi-docs/schemas/TagKeyNode.md +13 -0
- package/build/dist/openapi-docs/schemas/TagKeyPrefixNode.md +13 -0
- package/build/dist/openapi-docs/schemas/TagKeyWildcardNode.md +13 -0
- package/build/dist/openapi-docs/schemas/TagNode.md +17 -0
- package/build/dist/openapi-docs/schemas/TagPrefixNode.md +17 -0
- package/build/dist/openapi-docs/schemas/TagRe2Node.md +17 -0
- package/build/dist/openapi-docs/schemas/TagWildcardNode.md +17 -0
- package/build/dist/openapi-docs/schemas/TagWithComparatorNode.md +21 -0
- package/build/dist/openapi-docs/schemas/TailSamplingConfig.md +31 -0
- package/build/dist/openapi-docs/schemas/TeamAssignment.md +15 -0
- package/build/dist/openapi-docs/schemas/Template.md +65 -0
- package/build/dist/openapi-docs/schemas/TemplateAndInputs.md +17 -0
- package/build/dist/openapi-docs/schemas/TemplateDraftOutput.md +19 -0
- package/build/dist/openapi-docs/schemas/TemplateException.md +32 -0
- package/build/dist/openapi-docs/schemas/TemplateExternalTriggerException.md +27 -0
- package/build/dist/openapi-docs/schemas/TemplateInput.md +15 -0
- package/build/dist/openapi-docs/schemas/TemplateIntegrationException.md +5 -0
- package/build/dist/openapi-docs/schemas/TemplateLogSink.md +13 -0
- package/build/dist/openapi-docs/schemas/TemplateOperation.md +28 -0
- package/build/dist/openapi-docs/schemas/TemplateQueryActionRuleException.md +30 -0
- package/build/dist/openapi-docs/schemas/TemplateQueryException.md +14 -0
- package/build/dist/openapi-docs/schemas/TemplateSqlOperation.md +17 -0
- package/build/dist/openapi-docs/schemas/TemplateTraceSamplerException.md +45 -0
- package/build/dist/openapi-docs/schemas/TimestampReadingStrategy.md +5 -0
- package/build/dist/openapi-docs/schemas/TraceAction.md +14 -0
- package/build/dist/openapi-docs/schemas/TraceIdLogsBackfillAction.md +5 -0
- package/build/dist/openapi-docs/schemas/TraceReducer.md +29 -0
- package/build/dist/openapi-docs/schemas/TraceSampler.md +39 -0
- package/build/dist/openapi-docs/schemas/TracesIcebergTableSource.md +43 -0
- package/build/dist/openapi-docs/schemas/Trigger.md +24 -0
- package/build/dist/openapi-docs/schemas/Update.md +8 -0
- package/build/dist/openapi-docs/schemas/UpdateJob.md +22 -0
- package/build/dist/openapi-docs/schemas/UpdateRole.md +17 -0
- package/build/dist/openapi-docs/schemas/UserInfo.md +20 -0
- package/build/dist/openapi-docs/schemas/UserPermissionsResponse.md +8 -0
- package/build/dist/openapi-docs/schemas/UserProvisionInfo.md +8 -0
- package/build/dist/openapi-docs/schemas/UsersListInfos.md +17 -0
- package/build/dist/openapi-docs/schemas/UsersUpdate.md +11 -0
- package/build/dist/openapi-docs/schemas/Variant.md +62 -0
- package/build/dist/openapi-docs/schemas/VariantSynchronousSink.md +12 -0
- package/build/dist/openapi-docs/schemas/VectorData.md +3 -0
- package/build/dist/openapi-docs/schemas/VectorResult.md +11 -0
- package/build/dist/openapi-docs/schemas/VendorImportedException.md +42 -0
- package/build/dist/openapi-docs/schemas/WindowBasedLogarithmicSampling.md +13 -0
- package/build/dist/openapi-docs/schemas/WriteDataWarehouse.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteDatadog.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteNewRelic.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteOtlp.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteS3DataWarehouse.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteSplunk.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteSumo.md +24 -0
- package/build/dist/openapi-docs/schemas/WriteUser.md +17 -0
- package/build/dist/openapi-docs/schemas/backfillQuery.md +29 -0
- package/build/dist/openapi-docs/schemas/query.md +29 -0
- package/build/dist/types.d.ts +42 -72
- package/build/dist/types.d.ts.map +1 -1
- package/build/dist/types.js +73 -0
- package/build/dist/types.js.map +1 -1
- package/package.json +28 -10
|
@@ -0,0 +1,967 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: The Grepr SQL transform supports a comprehensive set of functions and operators. Learn about this support and see examples of using functions and operators with the SQL transform.
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
import { Callout } from 'nextra/components'
|
|
6
|
+
import { HiddenFAQ } from '@/components/HiddenFAQ'
|
|
7
|
+
|
|
8
|
+
# SQL transform functions and operators
|
|
9
|
+
|
|
10
|
+
This page provides a reference to SQL operators and functions supported by the Grepr SQL transform. Although this page describes a subset of available functions, the SQL transform supports the complete Flink SQL function library. For details on all supported functions, see [System (Built-in) Functions](https://nightlies.apache.org/flink/flink-docs-release-2.2.0/docs/dev/table/functions/systemfunctions/).
|
|
11
|
+
|
|
12
|
+
## SQL operators
|
|
13
|
+
|
|
14
|
+
The SQL transform supports all standard SQL operators available in Flink SQL 2.2.0:
|
|
15
|
+
|
|
16
|
+
## Comparison operators
|
|
17
|
+
|
|
18
|
+
- `=`: Equal to
|
|
19
|
+
- `<>` or `!=`: Not equal to
|
|
20
|
+
- `<`: Less than
|
|
21
|
+
- `<=`: Less than or equal to
|
|
22
|
+
- `>`: Greater than
|
|
23
|
+
- `>=`: Greater than or equal to
|
|
24
|
+
- `BETWEEN value1 AND value2`: Range comparison
|
|
25
|
+
- `NOT BETWEEN value1 AND value2`: Negated range comparison
|
|
26
|
+
|
|
27
|
+
### Examples
|
|
28
|
+
|
|
29
|
+
```sql
|
|
30
|
+
SELECT * FROM logs WHERE severity = 17
|
|
31
|
+
SELECT * FROM logs WHERE severity BETWEEN 13 AND 20
|
|
32
|
+
SELECT * FROM logs WHERE eventtimestamp > 1724214074000
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Logical operators
|
|
36
|
+
|
|
37
|
+
- `AND`: Logical AND
|
|
38
|
+
- `OR`: Logical OR
|
|
39
|
+
- `NOT`: Logical NOT
|
|
40
|
+
|
|
41
|
+
### Examples
|
|
42
|
+
|
|
43
|
+
```sql
|
|
44
|
+
SELECT * FROM logs WHERE severity > 16 AND message LIKE '%error%'
|
|
45
|
+
SELECT * FROM logs WHERE severity = 17 OR severity = 21
|
|
46
|
+
SELECT * FROM logs WHERE NOT (severity < 5)
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## Pattern matching operators
|
|
50
|
+
|
|
51
|
+
- `LIKE 'pattern'`: SQL pattern matching with `%` (any chars) and `_` (single char)
|
|
52
|
+
- `NOT LIKE 'pattern'`: Negated pattern matching
|
|
53
|
+
- `SIMILAR TO 'regex'`: Regular expression matching
|
|
54
|
+
- `NOT SIMILAR TO 'regex'`: Negated regex matching
|
|
55
|
+
|
|
56
|
+
### Examples
|
|
57
|
+
|
|
58
|
+
```sql
|
|
59
|
+
SELECT * FROM logs WHERE message LIKE '%failed%'
|
|
60
|
+
SELECT * FROM logs WHERE message LIKE 'Error: ___' -- exactly 3 chars after "Error: "
|
|
61
|
+
SELECT * FROM logs WHERE message SIMILAR TO '^[A-Z]+:' -- starts with uppercase letters and colon
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
## `NULL` handling operators
|
|
65
|
+
|
|
66
|
+
- `IS NULL`: Check for `NULL` values
|
|
67
|
+
- `IS NOT NULL`: Check for non-`NULL` values
|
|
68
|
+
|
|
69
|
+
### Examples
|
|
70
|
+
|
|
71
|
+
```sql
|
|
72
|
+
SELECT * FROM logs WHERE attributes IS NOT NULL
|
|
73
|
+
SELECT * FROM logs WHERE JSON_VALUE(attributes, '$.userId') IS NULL
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
## Arithmetic operators
|
|
77
|
+
|
|
78
|
+
- `+`: Addition
|
|
79
|
+
- `-`: Subtraction
|
|
80
|
+
- `*`: Multiplication
|
|
81
|
+
- `/`: Division
|
|
82
|
+
- `%` or `MOD()`: Modulo
|
|
83
|
+
|
|
84
|
+
### Examples
|
|
85
|
+
|
|
86
|
+
```sql
|
|
87
|
+
SELECT *, severity * 10 as severity_scaled FROM logs
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
## Function compatibility with Flink SQL
|
|
91
|
+
|
|
92
|
+
The SQL transform uses Apache Flink SQL 2.2.0 and is ANSI SQL compliant. Here are important function compatibility notes:
|
|
93
|
+
|
|
94
|
+
### Timestamp functions
|
|
95
|
+
|
|
96
|
+
- **Use:** `TO_TIMESTAMP_LTZ(timestamp_in_millis, 3)` to convert millisecond timestamps to TIMESTAMP
|
|
97
|
+
- **Don't use:** `TIMESTAMP_MILLIS()`. This function is not available in Flink SQL 2.2.0. Use `TO_TIMESTAMP_LTZ()` instead.
|
|
98
|
+
|
|
99
|
+
### String functions
|
|
100
|
+
|
|
101
|
+
- **Available:** Most standard SQL string functions are supported, including`REGEXP_REPLACE()`, `UPPER()`, `LOWER()`, `CONCAT()`, `CHAR_LENGTH()`, `LEFT()`, and `RIGHT()`.
|
|
102
|
+
|
|
103
|
+
### Date and time functions
|
|
104
|
+
|
|
105
|
+
- **Available:** Standard date and time functions, such as`EXTRACT()`, `CURRENT_TIMESTAMP`, and `DATE_FORMAT()`, are supported.
|
|
106
|
+
- **Note:** Always convert millisecond timestamps first using `TO_TIMESTAMP_LTZ()`.
|
|
107
|
+
|
|
108
|
+
### JSON functions
|
|
109
|
+
|
|
110
|
+
- **Available:** `JSON_VALUE()`, `JSON_EXISTS()` for extracting data from JSON strings.
|
|
111
|
+
- **Note:** The `attributes` field is a JSON string that can be processed with these functions.
|
|
112
|
+
|
|
113
|
+
For a complete list of available functions, see [System (Built-in) Functions](https://nightlies.apache.org/flink/flink-docs-release-2.2.0/docs/dev/table/functions/systemfunctions/).
|
|
114
|
+
|
|
115
|
+
## Available SQL functions
|
|
116
|
+
|
|
117
|
+
### String functions
|
|
118
|
+
|
|
119
|
+
#### Case manipulation
|
|
120
|
+
|
|
121
|
+
- **`UPPER(string)`**: Converts string to uppercase
|
|
122
|
+
```sql
|
|
123
|
+
SELECT UPPER(message) as upper_message FROM logs
|
|
124
|
+
-- Input: "Error occurred" → Output: "ERROR OCCURRED"
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
- **`LOWER(string)`**: Converts string to lowercase
|
|
128
|
+
```sql
|
|
129
|
+
SELECT LOWER(message) as lower_message FROM logs
|
|
130
|
+
-- Input: "Error OCCURRED" → Output: "error occurred"
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
- **`INITCAP(string)`**: Capitalizes first letter of each word
|
|
134
|
+
```sql
|
|
135
|
+
SELECT INITCAP(message) as title_case FROM logs
|
|
136
|
+
-- Input: "user login failed" → Output: "User Login Failed"
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
#### String extraction and manipulation
|
|
140
|
+
|
|
141
|
+
- **`SUBSTR(string, start [, length])`**: Extracts substring
|
|
142
|
+
```sql
|
|
143
|
+
SELECT SUBSTR(message, 1, 10) as msg_prefix FROM logs
|
|
144
|
+
SELECT SUBSTR(message, 5) as msg_suffix FROM logs -- from position 5 to end
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
- **`CONCAT(string1, string2, ...)`**: Concatenates strings
|
|
148
|
+
```sql
|
|
149
|
+
SELECT CONCAT('[', severity, '] ', message) as formatted_message FROM logs
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
- **`CONCAT_WS(separator, string1, string2, ...)`**: Concatenates with separator
|
|
153
|
+
```sql
|
|
154
|
+
SELECT CONCAT_WS(' | ', tags['host'][1], tags['service'][1], message) as combined FROM logs
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
- **`TRIM([BOTH | LEADING | TRAILING] [characters] FROM string)`**: Removes specified characters
|
|
158
|
+
```sql
|
|
159
|
+
SELECT TRIM(message) as clean_message FROM logs -- removes whitespace
|
|
160
|
+
SELECT TRIM(LEADING '0' FROM id) as clean_id FROM logs -- removes leading zeros
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
- **`REPLACE(string, search, replacement)`**: Replaces all occurrences
|
|
164
|
+
```sql
|
|
165
|
+
SELECT REPLACE(message, 'ERROR', 'ALERT') as modified_message FROM logs
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
- **`REGEXP_REPLACE(string, pattern, replacement)`**: Regex-based replacement
|
|
169
|
+
```sql
|
|
170
|
+
SELECT REGEXP_REPLACE(message, '\\\\d{4}-\\\\d{2}-\\\\d{2}', 'YYYY-MM-DD') as sanitized FROM logs
|
|
171
|
+
SELECT REGEXP_REPLACE(message, 'user=[^\\\\s]+', 'user=REDACTED') as redacted FROM logs
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
#### String information functions
|
|
175
|
+
|
|
176
|
+
- **`CHAR_LENGTH(string)` or `LENGTH(string)`**: Returns character count
|
|
177
|
+
```sql
|
|
178
|
+
SELECT CHAR_LENGTH(message) as msg_length FROM logs
|
|
179
|
+
SELECT LENGTH(message) as msg_length FROM logs -- Alternative syntax
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
- **`POSITION(substring IN string)`**: Finds substring position (1-based)
|
|
183
|
+
```sql
|
|
184
|
+
SELECT POSITION('error' IN LOWER(message)) as error_pos FROM logs
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
- **`ASCII(string)`**: Returns ASCII value of first character
|
|
188
|
+
```sql
|
|
189
|
+
SELECT ASCII(LEFT(message, 1)) as first_char_code FROM logs
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
### Advanced string functions
|
|
193
|
+
|
|
194
|
+
- **`LPAD(string, length, pad_string)`**: Left-pads string
|
|
195
|
+
```sql
|
|
196
|
+
SELECT LPAD(CAST(severity AS STRING), 3, '0') as padded_severity FROM logs
|
|
197
|
+
-- Input: "9" → Output: "009"
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
- **`RPAD(string, length, pad_string)`**: Right-pads string
|
|
201
|
+
```sql
|
|
202
|
+
SELECT RPAD(tags['service'][1], 10, '-') as padded_service FROM logs
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
- **`LEFT(string, length)`**: Returns leftmost characters
|
|
206
|
+
```sql
|
|
207
|
+
SELECT LEFT(message, 10) as msg_prefix FROM logs
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
- **`RIGHT(string, length)`**: Returns rightmost characters
|
|
211
|
+
```sql
|
|
212
|
+
SELECT RIGHT(message, 10) as msg_suffix FROM logs
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
- **`REGEXP_EXTRACT(string, pattern [, group])`**: Extracts regex match
|
|
216
|
+
```sql
|
|
217
|
+
SELECT REGEXP_EXTRACT(message, 'response_time=(\\\\d+)ms', 1) as response_time FROM logs
|
|
218
|
+
SELECT REGEXP_EXTRACT(message, 'user=([^\\\\s]+)', 1) as username FROM logs
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
### Numeric functions
|
|
222
|
+
|
|
223
|
+
#### Basic mathematical functions
|
|
224
|
+
|
|
225
|
+
- **`ABS(numeric)`**: Returns absolute value
|
|
226
|
+
```sql
|
|
227
|
+
SELECT ABS(severity: 12) as severity_diff FROM logs
|
|
228
|
+
```
|
|
229
|
+
|
|
230
|
+
- **`MOD(numeric1, numeric2)`**: Returns remainder
|
|
231
|
+
```sql
|
|
232
|
+
SELECT MOD(severity, 4) as severity_mod FROM logs
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
- **`POWER(base, exponent)`**: Returns base raised to exponent
|
|
236
|
+
```sql
|
|
237
|
+
SELECT POWER(severity, 2) as severity_squared FROM logs
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
- **`SQRT(numeric)`**: Returns square root
|
|
241
|
+
```sql
|
|
242
|
+
SELECT SQRT(severity) as severity_sqrt FROM logs
|
|
243
|
+
```
|
|
244
|
+
|
|
245
|
+
- **`SIGN(numeric)`**: Returns sign (-1, 0, 1)
|
|
246
|
+
```sql
|
|
247
|
+
SELECT SIGN(receivedtimestamp - eventtimestamp) as delay_sign FROM logs
|
|
248
|
+
```
|
|
249
|
+
|
|
250
|
+
#### Rounding functions
|
|
251
|
+
|
|
252
|
+
- **`ROUND(numeric [, precision])`**: Rounds to specified decimal places
|
|
253
|
+
```sql
|
|
254
|
+
SELECT ROUND(severity / 3.0, 2) as severity_ratio FROM logs
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
- **`FLOOR(numeric)`**: Rounds down to nearest integer
|
|
258
|
+
```sql
|
|
259
|
+
SELECT FLOOR(severity / 4.0) as severity_group FROM logs
|
|
260
|
+
```
|
|
261
|
+
|
|
262
|
+
- **`CEIL(numeric)` or `CEILING(numeric)`**: Rounds up to nearest integer
|
|
263
|
+
```sql
|
|
264
|
+
SELECT CEIL(severity / 4.0) as severity_group_up FROM logs
|
|
265
|
+
SELECT CEILING(severity / 4.0) as severity_group_up FROM logs -- Alternative syntax
|
|
266
|
+
```
|
|
267
|
+
|
|
268
|
+
#### Logarithmic and exponential functions
|
|
269
|
+
|
|
270
|
+
- **`LN(numeric)` or `LOG(numeric)`**: Natural logarithm
|
|
271
|
+
- **`LOG10(numeric)`**: Base-10 logarithm
|
|
272
|
+
- **`LOG2(numeric)`**: Base-2 logarithm
|
|
273
|
+
- **`EXP(numeric)`**: Exponential function (e^x)
|
|
274
|
+
- **`LOG(base, numeric)`**: Logarithm with specified base
|
|
275
|
+
|
|
276
|
+
#### Trigonometric functions
|
|
277
|
+
|
|
278
|
+
- **`SIN(numeric)`**, **`COS(numeric)`**, **`TAN(numeric)`**: Trigonometric functions
|
|
279
|
+
- **`ASIN(numeric)`**, **`ACOS(numeric)`**, **`ATAN(numeric)`**: Inverse trigonometric functions
|
|
280
|
+
- **`DEGREES(radians)`**, **`RADIANS(degrees)`**: Angle conversion
|
|
281
|
+
|
|
282
|
+
### Date and time functions
|
|
283
|
+
|
|
284
|
+
#### Current time functions
|
|
285
|
+
|
|
286
|
+
- **`CURRENT_TIMESTAMP`**: Returns current timestamp in local timezone
|
|
287
|
+
- **`LOCALTIME`**: Returns current SQL time
|
|
288
|
+
- **`CURRENT_DATE`**: Returns current SQL date
|
|
289
|
+
- **`UNIX_TIMESTAMP()`**: Returns current Unix timestamp in seconds
|
|
290
|
+
|
|
291
|
+
#### Time extraction
|
|
292
|
+
|
|
293
|
+
- **`EXTRACT(unit FROM temporal)`**: Extracts time component
|
|
294
|
+
```sql
|
|
295
|
+
SELECT EXTRACT(HOUR FROM eventtimestamp) as event_hour FROM logs
|
|
296
|
+
SELECT EXTRACT(DAY FROM eventtimestamp) as event_day FROM logs
|
|
297
|
+
SELECT EXTRACT(YEAR FROM eventtimestamp) as event_year FROM logs
|
|
298
|
+
```
|
|
299
|
+
Available units: MILLENNIUM, CENTURY, DECADE, YEAR, QUARTER, MONTH, WEEK, DAY, HOUR, MINUTE, SECOND
|
|
300
|
+
|
|
301
|
+
#### Time conversion functions
|
|
302
|
+
|
|
303
|
+
- **`TO_TIMESTAMP_LTZ(numeric, precision)`**: Converts epoch timestamp to TIMESTAMP_LTZ
|
|
304
|
+
```sql
|
|
305
|
+
SELECT TO_TIMESTAMP_LTZ(JSON_VALUE(attributes, '$.timestamp' RETURNING BIGINT), 3) as event_time FROM logs -- 3 for milliseconds
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
- **`UNIX_TIMESTAMP(timestamp)`**: Converts timestamp to Unix timestamp (seconds)
|
|
309
|
+
```sql
|
|
310
|
+
SELECT UNIX_TIMESTAMP(eventtimestamp) as unix_time FROM logs
|
|
311
|
+
```
|
|
312
|
+
|
|
313
|
+
- **`TO_TIMESTAMP(string [, format])`**: Parses string to timestamp
|
|
314
|
+
```sql
|
|
315
|
+
SELECT TO_TIMESTAMP(JSON_VALUE(attributes, '$.timestamp'), 'yyyy-MM-dd HH:mm:ss') as parsed_time FROM logs
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
### Conditional functions
|
|
319
|
+
|
|
320
|
+
#### `IF` conditional
|
|
321
|
+
|
|
322
|
+
- **`IF(condition, true_value, false_value)`**: Simple conditional
|
|
323
|
+
```sql
|
|
324
|
+
SELECT IF(severity > 16, 'HIGH', 'NORMAL') as priority FROM logs
|
|
325
|
+
```
|
|
326
|
+
|
|
327
|
+
#### CASE expressions
|
|
328
|
+
|
|
329
|
+
- **`CASE WHEN condition THEN result [WHEN condition THEN result] ELSE result END`**
|
|
330
|
+
```sql
|
|
331
|
+
SELECT *,
|
|
332
|
+
CASE
|
|
333
|
+
WHEN severity <= 4 THEN 'TRACE'
|
|
334
|
+
WHEN severity <= 8 THEN 'DEBUG'
|
|
335
|
+
WHEN severity <= 12 THEN 'INFO'
|
|
336
|
+
WHEN severity <= 16 THEN 'WARN'
|
|
337
|
+
WHEN severity <= 20 THEN 'ERROR'
|
|
338
|
+
ELSE 'FATAL'
|
|
339
|
+
END as severity_level
|
|
340
|
+
FROM logs
|
|
341
|
+
```
|
|
342
|
+
|
|
343
|
+
- **`CASE value WHEN value1 THEN result1 WHEN value2 THEN result2 ELSE default END`**
|
|
344
|
+
```sql
|
|
345
|
+
SELECT *,
|
|
346
|
+
CASE severity
|
|
347
|
+
WHEN 1 THEN 'TRACE'
|
|
348
|
+
WHEN 9 THEN 'INFO'
|
|
349
|
+
WHEN 17 THEN 'ERROR'
|
|
350
|
+
ELSE 'OTHER'
|
|
351
|
+
END as severity_name
|
|
352
|
+
FROM logs
|
|
353
|
+
```
|
|
354
|
+
|
|
355
|
+
#### NULL handling functions
|
|
356
|
+
|
|
357
|
+
- **`COALESCE(value1, value2, ...)`**: Returns first non-NULL value
|
|
358
|
+
```sql
|
|
359
|
+
SELECT COALESCE(JSON_VALUE(attributes, '$.userId'), 'unknown') as user_id FROM logs
|
|
360
|
+
```
|
|
361
|
+
|
|
362
|
+
- **`NULLIF(value1, value2)`**: Returns NULL if values are equal
|
|
363
|
+
```sql
|
|
364
|
+
SELECT NULLIF(severity, 0) as non_zero_severity FROM logs
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
### Comparison functions
|
|
368
|
+
|
|
369
|
+
- **`GREATEST(value1, value2, ...)`**: Returns maximum value
|
|
370
|
+
```sql
|
|
371
|
+
SELECT GREATEST(severity, 10) as min_severity FROM logs
|
|
372
|
+
```
|
|
373
|
+
|
|
374
|
+
- **`LEAST(value1, value2, ...)`**: Returns minimum value
|
|
375
|
+
```sql
|
|
376
|
+
SELECT LEAST(severity, 20) as max_severity FROM logs
|
|
377
|
+
```
|
|
378
|
+
|
|
379
|
+
### JSON functions
|
|
380
|
+
|
|
381
|
+
#### JSON validation
|
|
382
|
+
|
|
383
|
+
- **`string IS JSON [VALUE | SCALAR | ARRAY | OBJECT]`**: Validates JSON format
|
|
384
|
+
```sql
|
|
385
|
+
SELECT * FROM logs WHERE attributes IS JSON OBJECT
|
|
386
|
+
```
|
|
387
|
+
|
|
388
|
+
#### JSON path functions
|
|
389
|
+
|
|
390
|
+
- **`JSON_EXISTS(json_string, path)`**: Checks if JSON path exists
|
|
391
|
+
```sql
|
|
392
|
+
SELECT * FROM logs WHERE JSON_EXISTS(attributes, '$.process.thread')
|
|
393
|
+
```
|
|
394
|
+
|
|
395
|
+
- **`JSON_VALUE(json_string, path [RETURNING type] [ON ERROR | ON EMPTY])`**: Extracts scalar value
|
|
396
|
+
```sql
|
|
397
|
+
SELECT JSON_VALUE(attributes, '$.userId' RETURNING STRING) as user_id FROM logs
|
|
398
|
+
SELECT JSON_VALUE(attributes, '$.responseTime' RETURNING INTEGER) as response_time FROM logs
|
|
399
|
+
SELECT JSON_VALUE(attributes, '$.isSuccess' RETURNING BOOLEAN) as success FROM logs
|
|
400
|
+
```
|
|
401
|
+
|
|
402
|
+
- **`JSON_QUERY(json_string, path [RETURNING type] [ON ERROR | ON EMPTY])`**: Extracts JSON objects/arrays
|
|
403
|
+
```sql
|
|
404
|
+
SELECT JSON_QUERY(attributes, '$.process') as process_info FROM logs
|
|
405
|
+
SELECT JSON_QUERY(attributes, '$.tags[*]') as all_tags FROM logs
|
|
406
|
+
```
|
|
407
|
+
|
|
408
|
+
#### JSON construction
|
|
409
|
+
|
|
410
|
+
- **`JSON_OBJECT([KEY key VALUE value] ...)`**: Creates JSON object
|
|
411
|
+
```sql
|
|
412
|
+
SELECT JSON_OBJECT('severity' VALUE severity, 'timestamp' VALUE eventtimestamp) as event_summary FROM logs
|
|
413
|
+
```
|
|
414
|
+
|
|
415
|
+
- **`JSON_ARRAY([value1, value2, ...])`**: Creates JSON array
|
|
416
|
+
```sql
|
|
417
|
+
SELECT JSON_ARRAY(severity, EXTRACT(HOUR FROM eventtimestamp), tags['host'][1]) as event_array FROM logs
|
|
418
|
+
```
|
|
419
|
+
|
|
420
|
+
### Hash functions
|
|
421
|
+
|
|
422
|
+
- **`MD5(string)`**: Returns MD5 hash
|
|
423
|
+
```sql
|
|
424
|
+
SELECT MD5(CONCAT(id, message)) as content_hash FROM logs
|
|
425
|
+
```
|
|
426
|
+
|
|
427
|
+
- **`SHA1(string)`**: Returns SHA-1 hash
|
|
428
|
+
- **`SHA256(string)`**: Returns SHA-256 hash
|
|
429
|
+
```sql
|
|
430
|
+
SELECT SHA256(message) as message_hash FROM logs
|
|
431
|
+
```
|
|
432
|
+
|
|
433
|
+
### Aggregate functions
|
|
434
|
+
|
|
435
|
+
#### Basic aggregations
|
|
436
|
+
|
|
437
|
+
- **`COUNT([DISTINCT] expression)`**: Counts rows/distinct values
|
|
438
|
+
```sql
|
|
439
|
+
SELECT COUNT(*) as total_logs FROM logs
|
|
440
|
+
SELECT COUNT(DISTINCT tags['service'][1]) as unique_services FROM logs
|
|
441
|
+
```
|
|
442
|
+
|
|
443
|
+
- **`SUM([DISTINCT] expression)`**: Sums numeric values
|
|
444
|
+
- **`AVG([DISTINCT] expression)`**: Calculates average
|
|
445
|
+
- **`MIN(expression)`**: Finds minimum value
|
|
446
|
+
- **`MAX(expression)`**: Finds maximum value
|
|
447
|
+
```sql
|
|
448
|
+
SELECT tags['service'][1] as service, COUNT(*) as log_count, AVG(severity) as avg_severity FROM logs GROUP BY tags['service'][1]
|
|
449
|
+
```
|
|
450
|
+
|
|
451
|
+
### Statistical functions
|
|
452
|
+
|
|
453
|
+
- **`STDDEV_POP(expression)`**: Population standard deviation
|
|
454
|
+
- **`STDDEV_SAMP(expression)`**: Sample standard deviation
|
|
455
|
+
- **`VAR_POP(expression)`**: Population variance
|
|
456
|
+
- **`VAR_SAMP(expression)`**: Sample variance
|
|
457
|
+
|
|
458
|
+
### Percentile functions [#percentiles-fn]
|
|
459
|
+
|
|
460
|
+
- **`GREPR_PERCENTILES(numeric_expression, percentile1, percentile2, ...)`**: Calculates specified percentiles
|
|
461
|
+
```sql
|
|
462
|
+
-- Calculate median (50th percentile) and 95th percentile for response times
|
|
463
|
+
-- Note that arrays are 1-indexed in SQL
|
|
464
|
+
SELECT
|
|
465
|
+
tags['service'][1] as service,
|
|
466
|
+
GREPR_PERCENTILES(JSON_VALUE(attributes, '$.response_time' RETURNING DOUBLE), 0.5, 0.95) as percentiles
|
|
467
|
+
FROM logs
|
|
468
|
+
WHERE JSON_EXISTS(attributes, '$.response_time')
|
|
469
|
+
GROUP BY tags['service'][1]
|
|
470
|
+
```
|
|
471
|
+
|
|
472
|
+
**Features:**
|
|
473
|
+
- Supports multiple percentile values in a single function call.
|
|
474
|
+
- Uses exact calculation for small datasets (< 1000 values) for precision.
|
|
475
|
+
- Automatically switches to KLL sketches for large datasets with ±1.65% error guarantee.
|
|
476
|
+
- Handles NULL values gracefully by ignoring them.
|
|
477
|
+
- Returns an array of doubles corresponding to the requested percentiles.
|
|
478
|
+
- Percentile ranks must be between 0.0 and 1.0 (e.g., 0.5 for median, 0.95 for 95th percentile).
|
|
479
|
+
|
|
480
|
+
### Collection functions [#collection-fns]
|
|
481
|
+
|
|
482
|
+
- **`COLLECT(expression)`** - Collects values into a MULTISET, when output as an attribute, this becomes a map from stringified value to count of occurences.
|
|
483
|
+
- **`LISTAGG(expression [, separator])`** - Concatenates values with separator
|
|
484
|
+
```sql
|
|
485
|
+
-- Returns a comma-separated list of unique hosts per service
|
|
486
|
+
SELECT tags['service'][1] as service, LISTAGG(DISTINCT tags['host'][1], ',') as hosts FROM logs GROUP BY tags['service'][1]
|
|
487
|
+
```
|
|
488
|
+
- **`ARRAY_AGG(expression)`** - Collects values into an ARRAY
|
|
489
|
+
- **`ORDERED_ARRAY_AGG(expression, 'ASC' | 'DESC', sortkey, [, 'ASC' | 'DESC', sortkey]*)`**: Collects values into an ordered array, where one or more keys specify the sort order. The array values are sorted in the order that the keys are defined. You can use this function to collect log messages, ordered by time, to reconstruct a sequence of events. For example, events in a specific service or user session that occur within a time interval.
|
|
490
|
+
```sql
|
|
491
|
+
-- Returns rows of (service tag, array of log IDs ordered by event timestamp descending)
|
|
492
|
+
SELECT tags['service'][1] as service,
|
|
493
|
+
ORDERED_ARRAY_AGG(id, 'DESC', eventtimestamp) as recent_log_ids
|
|
494
|
+
FROM logs
|
|
495
|
+
GROUP BY tags['service'][1]
|
|
496
|
+
```
|
|
497
|
+
|
|
498
|
+
<Callout>
|
|
499
|
+
The `ORDERED_ARRAY_AGG` function is supported only in Grepr SQL transforms, and is not part of the Flink SQL distribution.
|
|
500
|
+
</Callout>
|
|
501
|
+
|
|
502
|
+
### Windowing and aggregations
|
|
503
|
+
|
|
504
|
+
To aggregate streaming data with Flink SQL, use windowing functions. To learn more, see [Windowing table-valued functions (Windowing TVFs)](https://nightlies.apache.org/flink/flink-docs-release-2.2.0/docs/dev/table/sql/queries/window-tvf/).
|
|
505
|
+
|
|
506
|
+
#### Window functions (streaming)
|
|
507
|
+
|
|
508
|
+
For streaming data processing, Flink SQL provides windowing table-valued functions (TVFs). These functions create windows over time-based or count-based intervals, allowing you to perform streaming aggregations over subsets of data.
|
|
509
|
+
|
|
510
|
+
**Important**: When using streaming windowed aggregations along with `GROUP BY`, you must
|
|
511
|
+
include `window_time` as a group-by key.
|
|
512
|
+
|
|
513
|
+
#### Tumbling windows
|
|
514
|
+
|
|
515
|
+
Fixed-size, non-overlapping windows:
|
|
516
|
+
```sql
|
|
517
|
+
-- Get a breakdown of log count per severity per service in 5-minute windows
|
|
518
|
+
SELECT
|
|
519
|
+
window_start as eventtimestamp, -- Window start as event time
|
|
520
|
+
CONCAT('Window summary: ', service, ' had ', CAST(log_count AS STRING), ' logs with severity ',
|
|
521
|
+
CAST(severity AS STRING)) as message, -- Descriptive message
|
|
522
|
+
severity,
|
|
523
|
+
MAP['service', ARRAY[service], 'window_type', ARRAY['tumbling']] as tags, -- Service and window type tags
|
|
524
|
+
window_start, -- turns into an attribute
|
|
525
|
+
window_end, -- turns into an attribute
|
|
526
|
+
log_count -- turns into an attribute
|
|
527
|
+
FROM (
|
|
528
|
+
SELECT
|
|
529
|
+
window_start, -- Start time of each 5-minute window
|
|
530
|
+
window_end, -- End time of each 5-minute window
|
|
531
|
+
tags['service'][1] as service, -- Group by service name
|
|
532
|
+
severity, -- and severity
|
|
533
|
+
COUNT(*) as log_count -- Count total logs in each window
|
|
534
|
+
FROM TABLE(
|
|
535
|
+
-- Create 5-minute windows based on event timestamp
|
|
536
|
+
TUMBLE(TABLE logs, DESCRIPTOR(eventtimestamp), INTERVAL '5' MINUTES)
|
|
537
|
+
)
|
|
538
|
+
-- Group results by window and service to get aggregates per service per window
|
|
539
|
+
GROUP BY window_start, window_end, severity, tags['service'][1]
|
|
540
|
+
)
|
|
541
|
+
```
|
|
542
|
+
|
|
543
|
+
#### Hopping (sliding) windows
|
|
544
|
+
|
|
545
|
+
Fixed-size windows that can overlap:
|
|
546
|
+
```sql
|
|
547
|
+
-- Convert hopping window analysis into system health LogEvents
|
|
548
|
+
SELECT
|
|
549
|
+
-- Generate synthetic LogEvent fields for each window health report
|
|
550
|
+
MD5(CONCAT(CAST(window_start AS STRING), 'system_health')) as id,
|
|
551
|
+
UNIX_TIMESTAMP(window_end) * 1000 as eventtimestamp, -- Window end as event time
|
|
552
|
+
UNIX_TIMESTAMP(CURRENT_TIMESTAMP) * 1000 as receivedtimestamp,
|
|
553
|
+
CONCAT('System health: ', CAST(log_count AS STRING), ' total logs across ',
|
|
554
|
+
CAST(service_count AS STRING), ' services') as message,
|
|
555
|
+
-- Set severity based on activity level
|
|
556
|
+
CASE
|
|
557
|
+
WHEN log_count < 100 THEN 13 -- WARN: Low activity
|
|
558
|
+
WHEN log_count > 10000 THEN 13 -- WARN: High activity
|
|
559
|
+
ELSE 9 -- INFO: Normal activity
|
|
560
|
+
END as severity,
|
|
561
|
+
MAP['analysis_type', ARRAY['system_health'], 'window_type', ARRAY['hopping']] as tags,
|
|
562
|
+
JSON_OBJECT(
|
|
563
|
+
'window_start' VALUE CAST(window_start AS STRING),
|
|
564
|
+
'window_end' VALUE CAST(window_end AS STRING),
|
|
565
|
+
'total_log_count' VALUE log_count,
|
|
566
|
+
'active_service_count' VALUE service_count,
|
|
567
|
+
'activity_level' VALUE CASE
|
|
568
|
+
WHEN log_count < 100 THEN 'low'
|
|
569
|
+
WHEN log_count > 10000 THEN 'high'
|
|
570
|
+
ELSE 'normal'
|
|
571
|
+
END,
|
|
572
|
+
'analysis_type' VALUE 'hopping_window_health'
|
|
573
|
+
) as attributes,
|
|
574
|
+
'system' as service, -- Synthetic service for system-wide metrics
|
|
575
|
+
'health-monitor' as host -- Synthetic host for health monitoring
|
|
576
|
+
FROM (
|
|
577
|
+
SELECT
|
|
578
|
+
window_start, -- Start time of each window
|
|
579
|
+
window_end, -- End time of each window
|
|
580
|
+
COUNT(*) as log_count, -- Total logs in this window
|
|
581
|
+
COUNT(DISTINCT tags['service'][1]) as service_count -- Number of unique services in this window
|
|
582
|
+
FROM TABLE(
|
|
583
|
+
HOP(
|
|
584
|
+
TABLE logs,
|
|
585
|
+
DESCRIPTOR(eventtimestamp),
|
|
586
|
+
INTERVAL '1' MINUTE, -- Window slides every 1 minute
|
|
587
|
+
INTERVAL '5' MINUTES -- Each window covers 5 minutes of data
|
|
588
|
+
)
|
|
589
|
+
-- This creates overlapping 5-minute windows that move forward every minute
|
|
590
|
+
)
|
|
591
|
+
-- Group by window boundaries to get one result per window
|
|
592
|
+
GROUP BY window_start, window_end
|
|
593
|
+
)
|
|
594
|
+
-- This converts each health summary into a proper LogEvent
|
|
595
|
+
```
|
|
596
|
+
|
|
597
|
+
#### Session windows
|
|
598
|
+
|
|
599
|
+
Group events by activity sessions:
|
|
600
|
+
```sql
|
|
601
|
+
WITH
|
|
602
|
+
sessionlogs AS (
|
|
603
|
+
SELECT
|
|
604
|
+
*, -- Select all original LogEvent fields
|
|
605
|
+
tags['service'][1] as service -- Extract service name for session grouping
|
|
606
|
+
FROM logs
|
|
607
|
+
)
|
|
608
|
+
-- Convert session analysis into session summary LogEvents
|
|
609
|
+
SELECT
|
|
610
|
+
-- Generate synthetic LogEvent fields for each session summary
|
|
611
|
+
MD5(CONCAT(CAST(window_start AS STRING), service, 'session')) as id,
|
|
612
|
+
window_end as eventtimestamp, -- Session end as event time
|
|
613
|
+
CURRENT_TIMESTAMP as receivedtimestamp,
|
|
614
|
+
CONCAT('Session completed for ', service, ': ', CAST(session_events AS STRING),
|
|
615
|
+
' events over ', CAST(session_duration_s AS STRING), ' seconds') as message,
|
|
616
|
+
-- Set severity based on session length and activity
|
|
617
|
+
CASE
|
|
618
|
+
WHEN session_events < 5 THEN 5 -- DEBUG: Short session
|
|
619
|
+
WHEN session_events > 1000 THEN 13 -- WARN: Very active session
|
|
620
|
+
ELSE 9 -- INFO: Normal session
|
|
621
|
+
END as severity,
|
|
622
|
+
MAP['service', ARRAY[service], 'session_type', ARRAY['activity_session']] as tags,
|
|
623
|
+
JSON_OBJECT(
|
|
624
|
+
'session_start' VALUE window_start,
|
|
625
|
+
'session_end' VALUE window_end,
|
|
626
|
+
'session_duration_seconds' VALUE session_duration_s,
|
|
627
|
+
'event_count' VALUE session_events,
|
|
628
|
+
'events_per_second' VALUE ROUND(session_events / session_duration_s, 2),
|
|
629
|
+
'analysis_type' VALUE 'session_summary',
|
|
630
|
+
'session_messages' VALUE session_messages
|
|
631
|
+
) as attributes
|
|
632
|
+
FROM (
|
|
633
|
+
SELECT
|
|
634
|
+
window_start, -- When this session started
|
|
635
|
+
window_end, -- When this session ended
|
|
636
|
+
TIMESTAMPDIFF(SECOND, window_end, window_start) AS session_duration_s,
|
|
637
|
+
service, -- Service name for this session
|
|
638
|
+
COUNT(*) as session_events, -- Number of events in this session
|
|
639
|
+
ORDERED_ARRAY_AGG(message, 'ASC', eventtimestamp) as session_messages -- Ordered messages in this session
|
|
640
|
+
FROM TABLE(
|
|
641
|
+
SESSION(
|
|
642
|
+
TABLE sessionlogs PARTITION BY service, -- Create separate sessions for each service
|
|
643
|
+
DESCRIPTOR(eventtimestamp),
|
|
644
|
+
INTERVAL '10' MINUTES -- If no events for 10 minutes, end the session
|
|
645
|
+
)
|
|
646
|
+
-- Groups consecutive events into sessions based on time gaps
|
|
647
|
+
)
|
|
648
|
+
-- Group by session boundaries and service
|
|
649
|
+
GROUP BY window_start, window_end, service
|
|
650
|
+
)
|
|
651
|
+
-- This converts each session summary into a proper LogEvent
|
|
652
|
+
```
|
|
653
|
+
|
|
654
|
+
#### Cumulative windows
|
|
655
|
+
|
|
656
|
+
Windows that expand incrementally:
|
|
657
|
+
```sql
|
|
658
|
+
SELECT
|
|
659
|
+
window_start,
|
|
660
|
+
window_end,
|
|
661
|
+
service,
|
|
662
|
+
COUNT(*) as cumulative_count
|
|
663
|
+
FROM TABLE(
|
|
664
|
+
CUMULATE(
|
|
665
|
+
TABLE logs,
|
|
666
|
+
DESCRIPTOR(eventtimestamp),
|
|
667
|
+
INTERVAL '1' HOUR, -- step size
|
|
668
|
+
INTERVAL '1' DAY -- max window size
|
|
669
|
+
)
|
|
670
|
+
)
|
|
671
|
+
GROUP BY window_start, window_end, tags['service'][1]
|
|
672
|
+
```
|
|
673
|
+
|
|
674
|
+
### Analytical Window functions
|
|
675
|
+
|
|
676
|
+
#### Ranking functions
|
|
677
|
+
- **`ROW_NUMBER() OVER (window_spec)`**: Sequential row numbers
|
|
678
|
+
- **`RANK() OVER (window_spec)`**: Ranking with gaps
|
|
679
|
+
- **`DENSE_RANK() OVER (window_spec)`**: Ranking without gaps
|
|
680
|
+
- **`PERCENT_RANK() OVER (window_spec)`**: Percentage rank
|
|
681
|
+
|
|
682
|
+
```sql
|
|
683
|
+
SELECT *, -- Include all original fields
|
|
684
|
+
-- Assign sequential numbers to events in each service (newest first)
|
|
685
|
+
ROW_NUMBER() OVER (ORDER BY eventtimestamp) as event_sequence
|
|
686
|
+
FROM logs
|
|
687
|
+
```
|
|
688
|
+
|
|
689
|
+
### `GROUP BY` clause
|
|
690
|
+
|
|
691
|
+
#### Basic grouping
|
|
692
|
+
|
|
693
|
+
The example below groups messages by service and severity, counting the number of logs in each group for each minute. This is a common operation to summarize log data.
|
|
694
|
+
|
|
695
|
+
```sql
|
|
696
|
+
WITH parsed AS (
|
|
697
|
+
SELECT
|
|
698
|
+
tags['service'][1] as service, -- Extract service name
|
|
699
|
+
severity, -- Extract severity level
|
|
700
|
+
eventtimestamp -- Use event timestamp for windowing
|
|
701
|
+
FROM logs
|
|
702
|
+
),
|
|
703
|
+
aggregated AS (
|
|
704
|
+
SELECT
|
|
705
|
+
service, -- Service name
|
|
706
|
+
severity, -- Severity level
|
|
707
|
+
COUNT(*) as evtcount, -- Count of logs in each group
|
|
708
|
+
MIN(eventtimestamp) as first_event, -- Earliest event in group
|
|
709
|
+
MAX(eventtimestamp) as last_event -- Latest event in group
|
|
710
|
+
FROM TABLE(TUMBLE(TABLE parsed, DESCRIPTOR(eventtimestamp), INTERVAL '1' MINUTE))
|
|
711
|
+
GROUP BY window_start, window_end, service, severity -- Group by service and severity
|
|
712
|
+
)
|
|
713
|
+
SELECT
|
|
714
|
+
last_event as eventtimestamp, -- Use the latest event time as the summary event time
|
|
715
|
+
CONCAT('Service ', service, ' severity ', CAST(severity AS STRING), ' had ',
|
|
716
|
+
CAST(evtcount AS STRING), ' events') as message, -- Descriptive summary message
|
|
717
|
+
severity, -- Use the grouped severity level
|
|
718
|
+
MAP['service', ARRAY[service], 'analysis_type', ARRAY['group_summary']] as tags,
|
|
719
|
+
JSON_OBJECT(
|
|
720
|
+
'event_count' VALUE evtcount,
|
|
721
|
+
'first_event' VALUE first_event,
|
|
722
|
+
'last_event' VALUE last_event,
|
|
723
|
+
'analysis_type' VALUE 'service_severity_summary'
|
|
724
|
+
) as attributes
|
|
725
|
+
FROM aggregated
|
|
726
|
+
```
|
|
727
|
+
|
|
728
|
+
#### `HAVING` clause
|
|
729
|
+
|
|
730
|
+
Filters groups after aggregation. The example below creates new log messages when the error count exceeds a threshold. This is an example of the complex alerting rules you can create with SQL.
|
|
731
|
+
```sql
|
|
732
|
+
-- Convert error count analysis into alert LogEvents
|
|
733
|
+
WITH parsed AS (
|
|
734
|
+
SELECT
|
|
735
|
+
tags['service'][1] as service, -- Extract service name
|
|
736
|
+
severity, -- Extract severity level
|
|
737
|
+
eventtimestamp -- Use event timestamp for windowing
|
|
738
|
+
FROM logs
|
|
739
|
+
),
|
|
740
|
+
-- HAVING filters groups, WHERE filters individual rows
|
|
741
|
+
aggregated AS (
|
|
742
|
+
SELECT
|
|
743
|
+
service, -- Service name
|
|
744
|
+
COUNT(*) as error_count -- Count of error-level logs
|
|
745
|
+
FROM TABLE(HOP(TABLE parsed, DESCRIPTOR(eventtimestamp), INTERVAL '1' MINUTE, INTERVAL '10' MINUTES))
|
|
746
|
+
WHERE severity >= 17 -- First filter: only ERROR level logs (17+)
|
|
747
|
+
GROUP BY window_start, window_end, service -- Group by service to count errors per service
|
|
748
|
+
HAVING COUNT(*) > 100 -- Second filter: only show services with 100+ errors
|
|
749
|
+
)
|
|
750
|
+
SELECT
|
|
751
|
+
CONCAT('HIGH ERROR ALERT: Service ', service, ' has ',
|
|
752
|
+
CAST(error_count AS STRING), ' error-level events') as message,
|
|
753
|
+
21 as severity, -- FATAL level for high error count alerts
|
|
754
|
+
MAP['service', ARRAY[service], 'alert_type', ARRAY['high_error_count'],
|
|
755
|
+
'severity_level', ARRAY['FATAL']] as tags,
|
|
756
|
+
JSON_OBJECT(
|
|
757
|
+
'error_count' VALUE error_count,
|
|
758
|
+
'error_threshold' VALUE 100,
|
|
759
|
+
'severity_filter' VALUE 'ERROR_LEVEL_17_PLUS',
|
|
760
|
+
'alert_reason' VALUE 'error_count_exceeded_threshold',
|
|
761
|
+
'analysis_type' VALUE 'error_count_monitoring'
|
|
762
|
+
) as attributes
|
|
763
|
+
FROM aggregated
|
|
764
|
+
```
|
|
765
|
+
|
|
766
|
+
### Advanced grouping
|
|
767
|
+
|
|
768
|
+
#### `GROUPING SETS`
|
|
769
|
+
|
|
770
|
+
Create multiple aggregation levels. The example below creates multiple reporting hierarchy levels using grouping sets, resulting in varied granularity summarizations.
|
|
771
|
+
|
|
772
|
+
```sql
|
|
773
|
+
-- Convert multi-level aggregations into hierarchy report LogEvents
|
|
774
|
+
-- Start by extracting all the items we care about from the LogEvents
|
|
775
|
+
WITH parsed AS (
|
|
776
|
+
SELECT
|
|
777
|
+
tags['service'][1] as service, -- Extract service name
|
|
778
|
+
tags['host'][1] as host, -- Extract host name
|
|
779
|
+
severity, -- Extract severity level
|
|
780
|
+
eventtimestamp -- Use event timestamp for windowing
|
|
781
|
+
FROM logs
|
|
782
|
+
),
|
|
783
|
+
-- Execute the aggregation
|
|
784
|
+
WITH aggregated AS (
|
|
785
|
+
SELECT
|
|
786
|
+
window_start, -- Start of the aggregation window
|
|
787
|
+
service, -- Service name
|
|
788
|
+
host, -- Host name
|
|
789
|
+
severity, -- Severity level
|
|
790
|
+
COUNT(*) as log_count -- Count of logs in this aggregation level
|
|
791
|
+
FROM TABLE(TUMBLE(TABLE parsed, DESCRIPTOR(eventtimestamp), INTERVAL '10' SECONDS))
|
|
792
|
+
GROUP BY window_start, window_end, GROUPING SETS (
|
|
793
|
+
(service, host, severity), -- Most detailed: by service + host + severity
|
|
794
|
+
(service, severity), -- Medium detail: by service + severity (all hosts combined)
|
|
795
|
+
(service), -- Less detail: by service only (all hosts and severities)
|
|
796
|
+
() -- Least detail: total count (no grouping)
|
|
797
|
+
)
|
|
798
|
+
)
|
|
799
|
+
-- Create nice messages and attributes for each aggregation level
|
|
800
|
+
SELECT
|
|
801
|
+
window_start as eventtimestamp, -- window time as eventtimestamp
|
|
802
|
+
-- Create descriptive message based on aggregation level
|
|
803
|
+
CASE
|
|
804
|
+
WHEN service IS NOT NULL AND host IS NOT NULL AND severity IS NOT NULL
|
|
805
|
+
THEN CONCAT('Detailed: ', service, '@', host, ' severity=', CAST(severity AS STRING), ' count=', CAST(log_count AS STRING))
|
|
806
|
+
WHEN service IS NOT NULL AND severity IS NOT NULL
|
|
807
|
+
THEN CONCAT('Service summary: ', service, ' severity=', CAST(severity AS STRING), ' count=', CAST(log_count AS STRING))
|
|
808
|
+
WHEN service IS NOT NULL
|
|
809
|
+
THEN CONCAT('Service total: ', service, ' count=', CAST(log_count AS STRING))
|
|
810
|
+
ELSE CONCAT('Grand total: ', CAST(log_count AS STRING), ' logs')
|
|
811
|
+
END as message,
|
|
812
|
+
MAP[
|
|
813
|
+
'service', ARRAY[COALESCE(service, 'ALL')],
|
|
814
|
+
'host', ARRAY[COALESCE(host, 'ALL')],
|
|
815
|
+
'report_type', ARRAY['hierarchy_summary'],
|
|
816
|
+
'aggregation_level', ARRAY[
|
|
817
|
+
CASE
|
|
818
|
+
WHEN service IS NOT NULL AND host IS NOT NULL AND severity IS NOT NULL THEN 'detailed'
|
|
819
|
+
WHEN service IS NOT NULL AND severity IS NOT NULL THEN 'service_severity'
|
|
820
|
+
WHEN service IS NOT NULL THEN 'service_total'
|
|
821
|
+
ELSE 'grand_total'
|
|
822
|
+
END
|
|
823
|
+
]
|
|
824
|
+
] as tags,
|
|
825
|
+
JSON_OBJECT(
|
|
826
|
+
'service' VALUE COALESCE(service, 'ALL'),
|
|
827
|
+
'host' VALUE COALESCE(host, 'ALL'),
|
|
828
|
+
'severity' VALUE COALESCE(severity, -1),
|
|
829
|
+
'log_count' VALUE log_count
|
|
830
|
+
) as attributes
|
|
831
|
+
FROM aggregated
|
|
832
|
+
)
|
|
833
|
+
```
|
|
834
|
+
|
|
835
|
+
#### `ROLLUP`
|
|
836
|
+
|
|
837
|
+
Generate hierarchical aggregations. Generates all prefixes of the grouping columns. This is a batch example:
|
|
838
|
+
|
|
839
|
+
```sql
|
|
840
|
+
SELECT
|
|
841
|
+
tags['service'][1] as service,
|
|
842
|
+
tags['host'][1] as host,
|
|
843
|
+
COUNT(*) as log_count
|
|
844
|
+
FROM logs
|
|
845
|
+
GROUP BY ROLLUP (tags['service'][1], tags['host'][1])
|
|
846
|
+
-- Generates: (service, host), (service), ()
|
|
847
|
+
```
|
|
848
|
+
|
|
849
|
+
#### `CUBE`
|
|
850
|
+
|
|
851
|
+
Generate all possible combinations of the grouping columns. This is a batch example:
|
|
852
|
+
|
|
853
|
+
```sql
|
|
854
|
+
SELECT
|
|
855
|
+
tags['service'][1] as service,
|
|
856
|
+
severity,
|
|
857
|
+
COUNT(*) as log_count
|
|
858
|
+
FROM logs
|
|
859
|
+
GROUP BY CUBE (tags['service'][1], severity)
|
|
860
|
+
-- Generates: (service, severity), (service), (severity), ()
|
|
861
|
+
```
|
|
862
|
+
|
|
863
|
+
### Event-Level Analytical functions
|
|
864
|
+
|
|
865
|
+
#### Event ranking in service
|
|
866
|
+
|
|
867
|
+
```sql
|
|
868
|
+
-- Add ranking information to individual log events
|
|
869
|
+
SELECT *, -- Include all LogEvent fields
|
|
870
|
+
-- Add ranking of events in each service by severity
|
|
871
|
+
RANK() OVER (PARTITION BY tags['service'][1] ORDER BY severity DESC) as severity_rank_in_service,
|
|
872
|
+
-- Add row numbers to events in each service (most recent first)
|
|
873
|
+
ROW_NUMBER() OVER (PARTITION BY tags['service'][1] ORDER BY eventtimestamp DESC) as event_sequence,
|
|
874
|
+
-- Add the severity of the previous event in this service
|
|
875
|
+
LAG(severity, 1) OVER (PARTITION BY tags['service'][1] ORDER BY eventtimestamp) as prev_event_severity
|
|
876
|
+
FROM logs
|
|
877
|
+
-- This returns individual LogEvents with additional analytical context
|
|
878
|
+
```
|
|
879
|
+
|
|
880
|
+
## Important rules
|
|
881
|
+
|
|
882
|
+
### LogEvent fields
|
|
883
|
+
|
|
884
|
+
Your SQL query can return any combination of LogEvent fields, but when specified, they **must** be of the acceptable types:
|
|
885
|
+
|
|
886
|
+
- `id` (`STRING`): Globally unique identifier for the log event.
|
|
887
|
+
- `eventtimestamp` (`BIGINT` or `TIMESTAMP_LTZ` or `TIMESTAMP`): When `BIGINT`, milliseconds since Unix epoch when event occurred.
|
|
888
|
+
- `receivedtimestamp` (`BIGINT` or `TIMESTAMP_LTZ` or `TIMESTAMP`): WHEN `BIGINT`, milliseconds since Unix epoch when Grepr received the event.
|
|
889
|
+
- `message` (`STRING`): The log message content.
|
|
890
|
+
- `severity` (`INT`): The severity level of the event. This is a value between 1 and 24, following the OpenTelemetry convention.
|
|
891
|
+
- `tags` (`MAP<STRING, ARRAY<STRING>>`): Key-value pairs for filtering and routing.
|
|
892
|
+
- `attributes` (`STRING`): JSON string containing structured data.
|
|
893
|
+
|
|
894
|
+
**Additional fields**: Any extra computed columns are automatically added to the event's `attributes` map.
|
|
895
|
+
|
|
896
|
+
### Default values for omitted fields
|
|
897
|
+
|
|
898
|
+
When core LogEvent fields are omitted from your SELECT clause, the original values from the input events are preserved. However, if you're creating entirely new events, for example, during windowed aggregations, the following is the default behavior when field values are not specified:
|
|
899
|
+
|
|
900
|
+
- `id`: Generated unique identifier if not provided.
|
|
901
|
+
- `eventtimestamp`: Current timestamp if not provided.
|
|
902
|
+
- `receivedtimestamp`: Current timestamp if not provided.
|
|
903
|
+
- `message`: Empty string if not provided.
|
|
904
|
+
- `severity`: 9 (INFO level) if not provided.
|
|
905
|
+
- `tags`: Empty map if not provided.
|
|
906
|
+
- `attributes`: Empty map if not provided.
|
|
907
|
+
|
|
908
|
+
**Note:** In most cases, you'll want to use `SELECT *` or include specific fields to preserve data from the input events.
|
|
909
|
+
|
|
910
|
+
### Examples
|
|
911
|
+
|
|
912
|
+
```sql
|
|
913
|
+
-- Updates only message, all other fields preserved
|
|
914
|
+
SELECT *, UPPER(message) as message FROM logs
|
|
915
|
+
-- Updates message and severity, adds computed field into attributes
|
|
916
|
+
SELECT *, UPPER(message) as message, severity + 1 as severity, CHAR_LENGTH(message) as msg_length FROM logs
|
|
917
|
+
```
|
|
918
|
+
|
|
919
|
+
### Handling attributes fields
|
|
920
|
+
|
|
921
|
+
- **Use JSON functions** (JSON_VALUE, JSON_QUERY, JSON_EXISTS) to work with attributes.
|
|
922
|
+
- **Type conversion** is automatic for basic types (string, number, boolean).
|
|
923
|
+
|
|
924
|
+
<HiddenFAQ
|
|
925
|
+
faqs={[
|
|
926
|
+
{
|
|
927
|
+
q: "What operators are supported in SQL transforms?",
|
|
928
|
+
a: "SQL transforms support comparison operators (=, <>, <, <=, >, >=, BETWEEN), logical operators (AND, OR, NOT), pattern matching (LIKE, NOT LIKE, SIMILAR TO), NULL handling (IS NULL, IS NOT NULL), and arithmetic operators (+, -, *, /, MOD). These follow standard SQL syntax."
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
q: "What is the difference between LIKE and SIMILAR TO operators?",
|
|
932
|
+
a: "LIKE uses SQL pattern matching with % for any characters and _ for single character. SIMILAR TO uses regular expression matching for more complex patterns. Use LIKE for simple wildcard matching and SIMILAR TO when you need regex power."
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
q: "How do I convert millisecond timestamps in SQL transforms?",
|
|
936
|
+
a: "Use TO_TIMESTAMP_LTZ(timestamp_in_millis, 3) where 3 indicates millisecond precision. Do not use TIMESTAMP_MILLIS() as it's not available in Flink SQL 2.2.0. This function converts epoch milliseconds to TIMESTAMP_LTZ for time-based operations."
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
q: "What string functions are available for text manipulation?",
|
|
940
|
+
a: "Available string functions include: UPPER, LOWER, INITCAP for case conversion; SUBSTR, CONCAT, CONCAT_WS for extraction/concatenation; TRIM, REPLACE, REGEXP_REPLACE for cleanup/modification; and CHAR_LENGTH, POSITION, LEFT, RIGHT for information/extraction."
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
q: "How do I use JSON functions with the attributes field?",
|
|
944
|
+
a: "Use JSON_VALUE(attributes, '$.fieldName') to extract scalar values, JSON_QUERY(attributes, '$.field') for objects/arrays, and JSON_EXISTS(attributes, '$.field') to check if a path exists. Remember attributes is a JSON string, not a JSON object, so these functions are necessary to parse it."
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
q: "What are aggregate functions and when do I use them?",
|
|
948
|
+
a: "Aggregate functions include COUNT, SUM, AVG, MIN, MAX, and statistical functions. Use them with GROUP BY to summarize data across multiple rows. For example, COUNT(*) counts total rows, COUNT(DISTINCT field) counts unique values, and AVG(field) calculates averages within groups."
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
q: "How do windowing functions work in SQL transforms?",
|
|
952
|
+
a: "Windowing functions create time-based or count-based groupings of events for streaming aggregations. Use TUMBLE for fixed-size non-overlapping windows, HOP for overlapping sliding windows, SESSION for activity-based sessions, and CUMULATE for expanding windows. Always include window_time in GROUP BY when using TVFs."
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
q: "What is the GREPR_PERCENTILES function?",
|
|
956
|
+
a: "GREPR_PERCENTILES calculates specified percentiles (like median with 0.5 or 95th with 0.95) from numeric data. It automatically handles small datasets exactly and switches to KLL sketches for large datasets with ±1.65% error guarantee. Returns an array of percentile values, with 1-based indexing."
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
q: "How do conditional functions like CASE and IF work?",
|
|
960
|
+
a: "CASE expressions support two forms: CASE WHEN condition THEN result for complex logic, and CASE value WHEN value1 THEN result for simple matching. The IF function provides simpler binary conditions: IF(condition, true_value, false_value). COALESCE returns the first non-NULL value."
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
q: "What is the ORDERED_ARRAY_AGG function used for?",
|
|
964
|
+
a: "ORDERED_ARRAY_AGG collects values into an ordered array based on sort keys. For example, ORDERED_ARRAY_AGG(message, 'ASC', eventtimestamp) collects messages ordered by timestamp. This is useful for reconstructing event sequences. It's specific to Grepr SQL transforms and not part of standard Flink SQL."
|
|
965
|
+
}
|
|
966
|
+
]}
|
|
967
|
+
/>
|