summaryrefslogtreecommitdiffstats
path: root/yql/essentials/types
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20095: Enable readability-static-definition-in-anonymous-namespacevitya-smirnov2026-05-151-2/+2
| | | | commit_hash:f7485dac5115e73f75a5edccb3c65c0b657dd8e5
* YQL-20095: Enable readability-uppercase-literal-suffixvitya-smirnov2026-05-071-7/+7
| | | | commit_hash:41791bb9a63f1993010fb68562e9a5607927307d
* YQL-20279 exclude internal YQL protos for java, moved issue_id.proto to publicvvvv2026-04-293-3/+3
| | | | | в основном они протекают после включения contrib/ydb/core/protos (что на самом деле не публичная часть GRPC сервиса) commit_hash:1fec0018e2f898417521c5b0b39d6ba64fb97c80
* YQL-21132 Utf8 mark for nodesvvvv2026-04-212-4/+7
| | | | commit_hash:8ac0c3856497ba7aee3afa057d376ea72f210db5
* Update contrib/libs/simdjson to 4.6.1robot-contrib2026-04-071-71/+0
| | | | commit_hash:15515bebf1758cb25619fe03ec4b803ed1efc859
* YQL-20095: Enable readability-const-return-typevitya-smirnov2026-04-062-2/+2
| | | | commit_hash:8c898c65c0bdf92423256a1e752b13cc3ffd364a
* YQL-20095: Enable readability-avoid-const-params-in-declsvitya-smirnov2026-03-312-2/+2
| | | | | https://clang.llvm.org/extra/clang-tidy/checks/readability/avoid-const-params-in-decls.html commit_hash:17e1ec5c3849a38bcb76cd4927e66979bee6c2ec
* YQL-20095: Enable modernize-use-designated-initializersvitya-smirnov2026-03-171-28/+28
| | | | | https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-designated-initializers.html commit_hash:d73eb463c7bec2bda4c362aab10af49979a7ddd3
* Update contrib/libs/simdjson to 4.3.1robot-contrib2026-02-231-6/+1
| | | | commit_hash:29d8deaf838743be3f4b48a1636bce20a8023e36
* YQL-20095: Enable modernize-avoid-c-arraysvitya-smirnov2026-02-192-12/+15
| | | | commit_hash:da491ee93c4f4d3c885c7908a22b4d5d66c80388
* YQL-20095: Enable modernize-concat-nested-namespacesvitya-smirnov2026-02-172-8/+4
| | | | commit_hash:2c0e0389bf5eca0c8334d55143674a8acf94a88d
* YQL-20095: Enable misc-use-anonymous-namespacevitya-smirnov2026-02-051-2/+6
| | | | | - https://clang.llvm.org/extra/clang-tidy/checks/misc/use-anonymous-namespace.html commit_hash:746be9b9db256111b2fb6ab4d89844746deebcda
* YQL-20095: Enable google-explicit-constructorvitya-smirnov2026-01-233-5/+5
| | | | commit_hash:4d77ad10fd4db303459ec4e45e139967c7fc8196
* Add extracting binary json parts from binary jsonvladilenmuz2025-11-194-0/+206
| | | | | | | | | Сделано в рамках задачи: <https://github.com/ydb-platform/ydb/issues/27465> Новый метод `SerializeToBinaryJson(const NBinaryJson::TEntryCursor& value)` позволяет при чтении из binary json брать его части и создавать новый binary json на их основе. API необходимо для поддержики JSON SUB Columns - чтобы при раскладывании JSON на колонки не парсить два раза JSON commit_hash:b3fe751e9af42fa9d34178010de57db6ff83b04d
* Update contrib/libs/simdjson to 4.0.1robot-contrib2025-10-221-0/+2
| | | | commit_hash:930ab7d13c1d26be49e69224c14b2e21196ace39
* YQL-20086 invert flagvvvv2025-10-105-10/+0
| | | | commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
* Intermediate changesrobot-piglet2025-10-071-102/+102
| | | | commit_hash:deac7e37af3e0c34a9d17c765a750685cd5f527b
* YQL-20086 typesvvvv2025-10-0621-286/+327
| | | | | init commit_hash:f9e4bd83d745532d51e4440381d9cfb73d8b64d3
* YQL-20086 typesvvvv2025-06-188-188/+188
| | | | commit_hash:8ae966ebbc56f0c7af1cc2fbb1c29bd1ad49ec40
* Intermediate changesrobot-piglet2025-04-241-1/+0
| | | | commit_hash:dc3193604b8e3f1c1a2e012318f542b2497d7638
* bjson cursor serializationivanmorozov2025-03-282-4/+9
| | | | | public bjson cursor serialization commit_hash:43b5f3944249ae57974028ff4b82987b3d8683cd
* deserialize inf from binary_jsonyentsovsemyon2025-03-061-0/+1
| | | | commit_hash:441a5e40beb5490343a5862fcc3c332542a4b7c6
* optionally serialize double::inf in binary_jsonyentsovsemyon2025-03-033-19/+54
| | | | commit_hash:837e450f67f5712de5717aa940433b0b36745315
* Intermediate changesrobot-piglet2025-02-051-0/+2
| | | | commit_hash:343920714fe3ac841f2246c53b79d081abb277fe
* Intermediate changesrobot-piglet2025-01-292-2/+2
| | | | commit_hash:a9a86ead632b0451a427621ea384bd732d3653a3
* Tune YDB <-> YQL depsvvvv2024-11-096-21/+27
| | | | | init commit_hash:16572ab4e94aea4f7455c2ccb90b70ea99a412db
* Moved other yql/essentials libs YQL-19206vvvv2024-11-072-2/+2
| | | | | init commit_hash:7d4c435602078407bbf20dd3c32f9c90d2bbcbc0
* Moved yql/minikql YQL-19206vvvv2024-11-073-9/+9
| | | | | | | init [nodiff:caesar] commit_hash:d1182ef7d430ccf7e4d37ed933c7126d7bd5d6e4
* Prepare move yql/minikql YQL-19206vvvv2024-11-0727-0/+3412
types,jsonpath,dom commit_hash:6b54be5968b6a30b6d97fe3a1611574bcefc749e