@rex0220/kintone-sql-tools 3.18.0 → 3.20.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.
@@ -0,0 +1,1826 @@
1
+ {
2
+ "inputs": {
3
+ "src/api/fetchAll.ts": {
4
+ "bytes": 12389,
5
+ "imports": [],
6
+ "format": "esm"
7
+ },
8
+ "src/lexer/tokens.ts": {
9
+ "bytes": 9355,
10
+ "imports": [],
11
+ "format": "esm"
12
+ },
13
+ "src/lexer/lexer.ts": {
14
+ "bytes": 14244,
15
+ "imports": [
16
+ {
17
+ "path": "src/lexer/tokens.ts",
18
+ "kind": "import-statement",
19
+ "original": "./tokens"
20
+ }
21
+ ],
22
+ "format": "esm"
23
+ },
24
+ "src/core/exactDecimal.ts": {
25
+ "bytes": 4428,
26
+ "imports": [],
27
+ "format": "esm"
28
+ },
29
+ "src/types/ast.ts": {
30
+ "bytes": 34313,
31
+ "imports": [
32
+ {
33
+ "path": "src/core/exactDecimal.ts",
34
+ "kind": "import-statement",
35
+ "original": "../core/exactDecimal"
36
+ }
37
+ ],
38
+ "format": "esm"
39
+ },
40
+ "src/core/grouping.ts": {
41
+ "bytes": 4712,
42
+ "imports": [],
43
+ "format": "esm"
44
+ },
45
+ "src/core/aggregateExpression.ts": {
46
+ "bytes": 5204,
47
+ "imports": [
48
+ {
49
+ "path": "src/types/ast.ts",
50
+ "kind": "import-statement",
51
+ "original": "../types/ast"
52
+ }
53
+ ],
54
+ "format": "esm"
55
+ },
56
+ "src/core/relativeDateFunction.ts": {
57
+ "bytes": 512,
58
+ "imports": [],
59
+ "format": "esm"
60
+ },
61
+ "src/parser/parser.ts": {
62
+ "bytes": 166088,
63
+ "imports": [
64
+ {
65
+ "path": "src/lexer/tokens.ts",
66
+ "kind": "import-statement",
67
+ "original": "../lexer/tokens"
68
+ },
69
+ {
70
+ "path": "src/types/ast.ts",
71
+ "kind": "import-statement",
72
+ "original": "../types/ast"
73
+ },
74
+ {
75
+ "path": "src/core/grouping.ts",
76
+ "kind": "import-statement",
77
+ "original": "../core/grouping"
78
+ },
79
+ {
80
+ "path": "src/core/aggregateExpression.ts",
81
+ "kind": "import-statement",
82
+ "original": "../core/aggregateExpression"
83
+ },
84
+ {
85
+ "path": "src/types/ast.ts",
86
+ "kind": "import-statement",
87
+ "original": "../types/ast"
88
+ },
89
+ {
90
+ "path": "src/core/relativeDateFunction.ts",
91
+ "kind": "import-statement",
92
+ "original": "../core/relativeDateFunction"
93
+ }
94
+ ],
95
+ "format": "esm"
96
+ },
97
+ "src/core/dmlGuard.ts": {
98
+ "bytes": 8492,
99
+ "imports": [
100
+ {
101
+ "path": "src/types/ast.ts",
102
+ "kind": "import-statement",
103
+ "original": "../types/ast"
104
+ },
105
+ {
106
+ "path": "src/core/grouping.ts",
107
+ "kind": "import-statement",
108
+ "original": "./grouping"
109
+ }
110
+ ],
111
+ "format": "esm"
112
+ },
113
+ "src/core/applyPatchScope.ts": {
114
+ "bytes": 25751,
115
+ "imports": [
116
+ {
117
+ "path": "src/core/relativeDateFunction.ts",
118
+ "kind": "import-statement",
119
+ "original": "./relativeDateFunction"
120
+ }
121
+ ],
122
+ "format": "esm"
123
+ },
124
+ "src/engine/pushDownNot.ts": {
125
+ "bytes": 1837,
126
+ "imports": [
127
+ {
128
+ "path": "src/converter/whereToKintone.ts",
129
+ "kind": "import-statement",
130
+ "original": "../converter/whereToKintone"
131
+ }
132
+ ],
133
+ "format": "esm"
134
+ },
135
+ "src/core/like.ts": {
136
+ "bytes": 1942,
137
+ "imports": [],
138
+ "format": "esm"
139
+ },
140
+ "src/converter/whereToKintone.ts": {
141
+ "bytes": 12959,
142
+ "imports": [
143
+ {
144
+ "path": "src/engine/pushDownNot.ts",
145
+ "kind": "import-statement",
146
+ "original": "../engine/pushDownNot"
147
+ },
148
+ {
149
+ "path": "src/core/like.ts",
150
+ "kind": "import-statement",
151
+ "original": "../core/like"
152
+ },
153
+ {
154
+ "path": "src/types/ast.ts",
155
+ "kind": "import-statement",
156
+ "original": "../types/ast"
157
+ }
158
+ ],
159
+ "format": "esm"
160
+ },
161
+ "src/converter/selectToKintone.ts": {
162
+ "bytes": 27163,
163
+ "imports": [
164
+ {
165
+ "path": "../types/ast",
166
+ "kind": "import-statement",
167
+ "external": true
168
+ },
169
+ {
170
+ "path": "src/converter/whereToKintone.ts",
171
+ "kind": "import-statement",
172
+ "original": "./whereToKintone"
173
+ },
174
+ {
175
+ "path": "src/core/like.ts",
176
+ "kind": "import-statement",
177
+ "original": "../core/like"
178
+ },
179
+ {
180
+ "path": "src/core/aggregateExpression.ts",
181
+ "kind": "import-statement",
182
+ "original": "../core/aggregateExpression"
183
+ },
184
+ {
185
+ "path": "src/core/grouping.ts",
186
+ "kind": "import-statement",
187
+ "original": "../core/grouping"
188
+ }
189
+ ],
190
+ "format": "esm"
191
+ },
192
+ "src/core/cteInlining.ts": {
193
+ "bytes": 3111,
194
+ "imports": [
195
+ {
196
+ "path": "src/converter/selectToKintone.ts",
197
+ "kind": "import-statement",
198
+ "original": "../converter/selectToKintone"
199
+ },
200
+ {
201
+ "path": "src/core/grouping.ts",
202
+ "kind": "import-statement",
203
+ "original": "./grouping"
204
+ }
205
+ ],
206
+ "format": "esm"
207
+ },
208
+ "src/core/optimization/wherePredicatePushdown.ts": {
209
+ "bytes": 7253,
210
+ "imports": [
211
+ {
212
+ "path": "src/types/ast.ts",
213
+ "kind": "import-statement",
214
+ "original": "../../types/ast"
215
+ }
216
+ ],
217
+ "format": "esm"
218
+ },
219
+ "src/core/optimization/klikePushdownPlan.ts": {
220
+ "bytes": 4727,
221
+ "imports": [
222
+ {
223
+ "path": "src/core/like.ts",
224
+ "kind": "import-statement",
225
+ "original": "../like"
226
+ },
227
+ {
228
+ "path": "src/core/optimization/wherePredicatePushdown.ts",
229
+ "kind": "import-statement",
230
+ "original": "./wherePredicatePushdown"
231
+ }
232
+ ],
233
+ "format": "esm"
234
+ },
235
+ "src/core/klikeValidation.ts": {
236
+ "bytes": 11325,
237
+ "imports": [
238
+ {
239
+ "path": "src/converter/selectToKintone.ts",
240
+ "kind": "import-statement",
241
+ "original": "../converter/selectToKintone"
242
+ },
243
+ {
244
+ "path": "src/core/like.ts",
245
+ "kind": "import-statement",
246
+ "original": "./like"
247
+ },
248
+ {
249
+ "path": "src/core/cteInlining.ts",
250
+ "kind": "import-statement",
251
+ "original": "./cteInlining"
252
+ },
253
+ {
254
+ "path": "src/core/optimization/klikePushdownPlan.ts",
255
+ "kind": "import-statement",
256
+ "original": "./optimization/klikePushdownPlan"
257
+ },
258
+ {
259
+ "path": "src/core/applyPatchScope.ts",
260
+ "kind": "import-statement",
261
+ "original": "./applyPatchScope"
262
+ }
263
+ ],
264
+ "format": "esm"
265
+ },
266
+ "src/engine/groupingRowMeta.ts": {
267
+ "bytes": 2420,
268
+ "imports": [],
269
+ "format": "esm"
270
+ },
271
+ "src/core/groupingValidation.ts": {
272
+ "bytes": 12312,
273
+ "imports": [
274
+ {
275
+ "path": "src/core/grouping.ts",
276
+ "kind": "import-statement",
277
+ "original": "./grouping"
278
+ },
279
+ {
280
+ "path": "src/engine/groupingRowMeta.ts",
281
+ "kind": "import-statement",
282
+ "original": "../engine/groupingRowMeta"
283
+ }
284
+ ],
285
+ "format": "esm"
286
+ },
287
+ "src/core/batch.ts": {
288
+ "bytes": 19305,
289
+ "imports": [
290
+ {
291
+ "path": "src/core/dmlGuard.ts",
292
+ "kind": "import-statement",
293
+ "original": "./dmlGuard"
294
+ },
295
+ {
296
+ "path": "src/core/applyPatchScope.ts",
297
+ "kind": "import-statement",
298
+ "original": "./applyPatchScope"
299
+ },
300
+ {
301
+ "path": "src/core/klikeValidation.ts",
302
+ "kind": "import-statement",
303
+ "original": "./klikeValidation"
304
+ },
305
+ {
306
+ "path": "src/core/groupingValidation.ts",
307
+ "kind": "import-statement",
308
+ "original": "./groupingValidation"
309
+ }
310
+ ],
311
+ "format": "esm"
312
+ },
313
+ "src/core/fieldSemantics.ts": {
314
+ "bytes": 3603,
315
+ "imports": [],
316
+ "format": "esm"
317
+ },
318
+ "src/core/scalarCompare.ts": {
319
+ "bytes": 7234,
320
+ "imports": [
321
+ {
322
+ "path": "src/core/fieldSemantics.ts",
323
+ "kind": "import-statement",
324
+ "original": "./fieldSemantics"
325
+ },
326
+ {
327
+ "path": "src/core/exactDecimal.ts",
328
+ "kind": "import-statement",
329
+ "original": "./exactDecimal"
330
+ }
331
+ ],
332
+ "format": "esm"
333
+ },
334
+ "src/engine/evalFunc.ts": {
335
+ "bytes": 28682,
336
+ "imports": [
337
+ {
338
+ "path": "src/types/ast.ts",
339
+ "kind": "import-statement",
340
+ "original": "../types/ast"
341
+ },
342
+ {
343
+ "path": "src/core/scalarCompare.ts",
344
+ "kind": "import-statement",
345
+ "original": "../core/scalarCompare"
346
+ },
347
+ {
348
+ "path": "src/engine/evalWhere.ts",
349
+ "kind": "import-statement",
350
+ "original": "./evalWhere"
351
+ }
352
+ ],
353
+ "format": "esm"
354
+ },
355
+ "src/engine/evalWhere.ts": {
356
+ "bytes": 19501,
357
+ "imports": [
358
+ {
359
+ "path": "src/types/ast.ts",
360
+ "kind": "import-statement",
361
+ "original": "../types/ast"
362
+ },
363
+ {
364
+ "path": "src/engine/evalFunc.ts",
365
+ "kind": "import-statement",
366
+ "original": "./evalFunc"
367
+ },
368
+ {
369
+ "path": "src/core/like.ts",
370
+ "kind": "import-statement",
371
+ "original": "../core/like"
372
+ },
373
+ {
374
+ "path": "src/core/scalarCompare.ts",
375
+ "kind": "import-statement",
376
+ "original": "../core/scalarCompare"
377
+ },
378
+ {
379
+ "path": "src/core/fieldSemantics.ts",
380
+ "kind": "import-statement",
381
+ "original": "../core/fieldSemantics"
382
+ },
383
+ {
384
+ "path": "src/engine/groupingRowMeta.ts",
385
+ "kind": "import-statement",
386
+ "original": "./groupingRowMeta"
387
+ },
388
+ {
389
+ "path": "src/core/relativeDateFunction.ts",
390
+ "kind": "import-statement",
391
+ "original": "../core/relativeDateFunction"
392
+ }
393
+ ],
394
+ "format": "esm"
395
+ },
396
+ "src/core/dmlCustomCheck.ts": {
397
+ "bytes": 3278,
398
+ "imports": [
399
+ {
400
+ "path": "src/engine/evalWhere.ts",
401
+ "kind": "import-statement",
402
+ "original": "../engine/evalWhere"
403
+ },
404
+ {
405
+ "path": "src/engine/evalFunc.ts",
406
+ "kind": "import-statement",
407
+ "original": "../engine/evalFunc"
408
+ },
409
+ {
410
+ "path": "src/parser/parser.ts",
411
+ "kind": "import-statement",
412
+ "original": "../parser/parser"
413
+ },
414
+ {
415
+ "path": "src/lexer/tokens.ts",
416
+ "kind": "import-statement",
417
+ "original": "../lexer/tokens"
418
+ }
419
+ ],
420
+ "format": "esm"
421
+ },
422
+ "src/converter/dmlToKintone.ts": {
423
+ "bytes": 26815,
424
+ "imports": [
425
+ {
426
+ "path": "src/core/dmlCustomCheck.ts",
427
+ "kind": "import-statement",
428
+ "original": "../core/dmlCustomCheck"
429
+ },
430
+ {
431
+ "path": "src/types/ast.ts",
432
+ "kind": "import-statement",
433
+ "original": "../types/ast"
434
+ },
435
+ {
436
+ "path": "src/converter/whereToKintone.ts",
437
+ "kind": "import-statement",
438
+ "original": "./whereToKintone"
439
+ },
440
+ {
441
+ "path": "src/engine/evalWhere.ts",
442
+ "kind": "import-statement",
443
+ "original": "../engine/evalWhere"
444
+ },
445
+ {
446
+ "path": "src/engine/evalFunc.ts",
447
+ "kind": "import-statement",
448
+ "original": "../engine/evalFunc"
449
+ },
450
+ {
451
+ "path": "src/core/like.ts",
452
+ "kind": "import-statement",
453
+ "original": "../core/like"
454
+ }
455
+ ],
456
+ "format": "esm"
457
+ },
458
+ "src/core/applyMultiValuePlan.ts": {
459
+ "bytes": 5266,
460
+ "imports": [],
461
+ "format": "esm"
462
+ },
463
+ "src/core/applyPatchPlanner.ts": {
464
+ "bytes": 28830,
465
+ "imports": [
466
+ {
467
+ "path": "src/converter/dmlToKintone.ts",
468
+ "kind": "import-statement",
469
+ "original": "../converter/dmlToKintone"
470
+ },
471
+ {
472
+ "path": "src/engine/evalWhere.ts",
473
+ "kind": "import-statement",
474
+ "original": "../engine/evalWhere"
475
+ },
476
+ {
477
+ "path": "src/core/applyMultiValuePlan.ts",
478
+ "kind": "import-statement",
479
+ "original": "./applyMultiValuePlan"
480
+ },
481
+ {
482
+ "path": "src/core/applyPatchScope.ts",
483
+ "kind": "import-statement",
484
+ "original": "./applyPatchScope"
485
+ }
486
+ ],
487
+ "format": "esm"
488
+ },
489
+ "src/converter/applyPatchToKintone.ts": {
490
+ "bytes": 8754,
491
+ "imports": [],
492
+ "format": "esm"
493
+ },
494
+ "src/core/numberPrecision.ts": {
495
+ "bytes": 2090,
496
+ "imports": [],
497
+ "format": "esm"
498
+ },
499
+ "src/core/dmlValidation.ts": {
500
+ "bytes": 8664,
501
+ "imports": [
502
+ {
503
+ "path": "src/types/ast.ts",
504
+ "kind": "import-statement",
505
+ "original": "../types/ast"
506
+ },
507
+ {
508
+ "path": "src/converter/dmlToKintone.ts",
509
+ "kind": "import-statement",
510
+ "original": "../converter/dmlToKintone"
511
+ },
512
+ {
513
+ "path": "src/core/exactDecimal.ts",
514
+ "kind": "import-statement",
515
+ "original": "./exactDecimal"
516
+ },
517
+ {
518
+ "path": "src/core/numberPrecision.ts",
519
+ "kind": "import-statement",
520
+ "original": "./numberPrecision"
521
+ },
522
+ {
523
+ "path": "src/core/exactDecimal.ts",
524
+ "kind": "import-statement",
525
+ "original": "./exactDecimal"
526
+ }
527
+ ],
528
+ "format": "esm"
529
+ },
530
+ "src/core/dmlValidationCandidates.ts": {
531
+ "bytes": 9375,
532
+ "imports": [
533
+ {
534
+ "path": "src/core/dmlValidation.ts",
535
+ "kind": "import-statement",
536
+ "original": "./dmlValidation"
537
+ },
538
+ {
539
+ "path": "src/core/dmlCustomCheck.ts",
540
+ "kind": "import-statement",
541
+ "original": "./dmlCustomCheck"
542
+ }
543
+ ],
544
+ "format": "esm"
545
+ },
546
+ "src/core/existingRecordValidation.ts": {
547
+ "bytes": 6056,
548
+ "imports": [
549
+ {
550
+ "path": "src/core/dmlValidationCandidates.ts",
551
+ "kind": "import-statement",
552
+ "original": "./dmlValidationCandidates"
553
+ },
554
+ {
555
+ "path": "src/core/dmlValidation.ts",
556
+ "kind": "import-statement",
557
+ "original": "./dmlValidation"
558
+ }
559
+ ],
560
+ "format": "esm"
561
+ },
562
+ "src/core/postImageValidation.ts": {
563
+ "bytes": 7387,
564
+ "imports": [
565
+ {
566
+ "path": "src/core/dmlValidation.ts",
567
+ "kind": "import-statement",
568
+ "original": "./dmlValidation"
569
+ },
570
+ {
571
+ "path": "src/core/dmlValidationCandidates.ts",
572
+ "kind": "import-statement",
573
+ "original": "./dmlValidationCandidates"
574
+ },
575
+ {
576
+ "path": "src/core/existingRecordValidation.ts",
577
+ "kind": "import-statement",
578
+ "original": "./existingRecordValidation"
579
+ }
580
+ ],
581
+ "format": "esm"
582
+ },
583
+ "src/core/applyPatchPrepare.ts": {
584
+ "bytes": 5878,
585
+ "imports": [
586
+ {
587
+ "path": "src/converter/applyPatchToKintone.ts",
588
+ "kind": "import-statement",
589
+ "original": "../converter/applyPatchToKintone"
590
+ },
591
+ {
592
+ "path": "src/core/applyPatchPlanner.ts",
593
+ "kind": "import-statement",
594
+ "original": "./applyPatchPlanner"
595
+ },
596
+ {
597
+ "path": "src/core/postImageValidation.ts",
598
+ "kind": "import-statement",
599
+ "original": "./postImageValidation"
600
+ }
601
+ ],
602
+ "format": "esm"
603
+ },
604
+ "src/core/applyInsertPrepare.ts": {
605
+ "bytes": 13044,
606
+ "imports": [
607
+ {
608
+ "path": "src/converter/dmlToKintone.ts",
609
+ "kind": "import-statement",
610
+ "original": "../converter/dmlToKintone"
611
+ },
612
+ {
613
+ "path": "src/core/applyPatchPlanner.ts",
614
+ "kind": "import-statement",
615
+ "original": "./applyPatchPlanner"
616
+ },
617
+ {
618
+ "path": "src/core/postImageValidation.ts",
619
+ "kind": "import-statement",
620
+ "original": "./postImageValidation"
621
+ }
622
+ ],
623
+ "format": "esm"
624
+ },
625
+ "src/core/applyUpsertPrepare.ts": {
626
+ "bytes": 9896,
627
+ "imports": [
628
+ {
629
+ "path": "src/core/applyInsertPrepare.ts",
630
+ "kind": "import-statement",
631
+ "original": "./applyInsertPrepare"
632
+ },
633
+ {
634
+ "path": "src/core/applyPatchPrepare.ts",
635
+ "kind": "import-statement",
636
+ "original": "./applyPatchPrepare"
637
+ },
638
+ {
639
+ "path": "src/core/applyPatchPlanner.ts",
640
+ "kind": "import-statement",
641
+ "original": "./applyPatchPlanner"
642
+ }
643
+ ],
644
+ "format": "esm"
645
+ },
646
+ "src/core/applyDiagnostic.ts": {
647
+ "bytes": 13999,
648
+ "imports": [],
649
+ "format": "esm"
650
+ },
651
+ "src/core/applyPatchExecutePrepared.ts": {
652
+ "bytes": 4318,
653
+ "imports": [
654
+ {
655
+ "path": "src/converter/applyPatchToKintone.ts",
656
+ "kind": "import-statement",
657
+ "original": "../converter/applyPatchToKintone"
658
+ },
659
+ {
660
+ "path": "src/core/applyPatchScope.ts",
661
+ "kind": "import-statement",
662
+ "original": "./applyPatchScope"
663
+ },
664
+ {
665
+ "path": "src/core/applyDiagnostic.ts",
666
+ "kind": "import-statement",
667
+ "original": "./applyDiagnostic"
668
+ }
669
+ ],
670
+ "format": "esm"
671
+ },
672
+ "src/core/applyInsertExecutePrepared.ts": {
673
+ "bytes": 2295,
674
+ "imports": [
675
+ {
676
+ "path": "src/core/applyPatchExecutePrepared.ts",
677
+ "kind": "import-statement",
678
+ "original": "./applyPatchExecutePrepared"
679
+ },
680
+ {
681
+ "path": "src/core/applyPatchScope.ts",
682
+ "kind": "import-statement",
683
+ "original": "./applyPatchScope"
684
+ },
685
+ {
686
+ "path": "src/core/applyDiagnostic.ts",
687
+ "kind": "import-statement",
688
+ "original": "./applyDiagnostic"
689
+ }
690
+ ],
691
+ "format": "esm"
692
+ },
693
+ "src/core/applyUpsertExecutePrepared.ts": {
694
+ "bytes": 4378,
695
+ "imports": [
696
+ {
697
+ "path": "src/core/applyPatchExecutePrepared.ts",
698
+ "kind": "import-statement",
699
+ "original": "./applyPatchExecutePrepared"
700
+ },
701
+ {
702
+ "path": "src/core/applyPatchScope.ts",
703
+ "kind": "import-statement",
704
+ "original": "./applyPatchScope"
705
+ },
706
+ {
707
+ "path": "src/core/applyDiagnostic.ts",
708
+ "kind": "import-statement",
709
+ "original": "./applyDiagnostic"
710
+ }
711
+ ],
712
+ "format": "esm"
713
+ },
714
+ "src/core/batchVariables.ts": {
715
+ "bytes": 1969,
716
+ "imports": [],
717
+ "format": "esm"
718
+ },
719
+ "src/core/explainMetadata.ts": {
720
+ "bytes": 3980,
721
+ "imports": [
722
+ {
723
+ "path": "src/core/grouping.ts",
724
+ "kind": "import-statement",
725
+ "original": "./grouping"
726
+ }
727
+ ],
728
+ "format": "esm"
729
+ },
730
+ "src/core/optimization/sharedPlanner.ts": {
731
+ "bytes": 1473,
732
+ "imports": [
733
+ {
734
+ "path": "src/api/fetchAll.ts",
735
+ "kind": "import-statement",
736
+ "original": "../../api/fetchAll"
737
+ }
738
+ ],
739
+ "format": "esm"
740
+ },
741
+ "src/core/optimization/applyParentSelectionPlan.ts": {
742
+ "bytes": 1179,
743
+ "imports": [
744
+ {
745
+ "path": "src/core/optimization/klikePushdownPlan.ts",
746
+ "kind": "import-statement",
747
+ "original": "./klikePushdownPlan"
748
+ }
749
+ ],
750
+ "format": "esm"
751
+ },
752
+ "src/core/optimization/canonicalOrderPlanner.ts": {
753
+ "bytes": 4885,
754
+ "imports": [],
755
+ "format": "esm"
756
+ },
757
+ "src/core/optimization/korderPlanner.ts": {
758
+ "bytes": 4491,
759
+ "imports": [],
760
+ "format": "esm"
761
+ },
762
+ "src/core/errors/cursorErrors.ts": {
763
+ "bytes": 1145,
764
+ "imports": [],
765
+ "format": "esm"
766
+ },
767
+ "src/core/optimization/korderCursorExecutor.ts": {
768
+ "bytes": 1902,
769
+ "imports": [
770
+ {
771
+ "path": "src/core/errors/cursorErrors.ts",
772
+ "kind": "import-statement",
773
+ "original": "../errors/cursorErrors"
774
+ }
775
+ ],
776
+ "format": "esm"
777
+ },
778
+ "src/converter/korderCursorQuery.ts": {
779
+ "bytes": 702,
780
+ "imports": [
781
+ {
782
+ "path": "src/converter/whereToKintone.ts",
783
+ "kind": "import-statement",
784
+ "original": "./whereToKintone"
785
+ }
786
+ ],
787
+ "format": "esm"
788
+ },
789
+ "src/engine/process.ts": {
790
+ "bytes": 64447,
791
+ "imports": [
792
+ {
793
+ "path": "src/types/ast.ts",
794
+ "kind": "import-statement",
795
+ "original": "../types/ast"
796
+ },
797
+ {
798
+ "path": "src/engine/evalWhere.ts",
799
+ "kind": "import-statement",
800
+ "original": "./evalWhere"
801
+ },
802
+ {
803
+ "path": "src/engine/evalFunc.ts",
804
+ "kind": "import-statement",
805
+ "original": "./evalFunc"
806
+ },
807
+ {
808
+ "path": "src/core/scalarCompare.ts",
809
+ "kind": "import-statement",
810
+ "original": "../core/scalarCompare"
811
+ },
812
+ {
813
+ "path": "src/core/fieldSemantics.ts",
814
+ "kind": "import-statement",
815
+ "original": "../core/fieldSemantics"
816
+ },
817
+ {
818
+ "path": "src/core/aggregateExpression.ts",
819
+ "kind": "import-statement",
820
+ "original": "../core/aggregateExpression"
821
+ },
822
+ {
823
+ "path": "src/core/grouping.ts",
824
+ "kind": "import-statement",
825
+ "original": "../core/grouping"
826
+ },
827
+ {
828
+ "path": "src/engine/groupingRowMeta.ts",
829
+ "kind": "import-statement",
830
+ "original": "./groupingRowMeta"
831
+ }
832
+ ],
833
+ "format": "esm"
834
+ },
835
+ "src/converter/subtableAdapter.ts": {
836
+ "bytes": 1915,
837
+ "imports": [],
838
+ "format": "esm"
839
+ },
840
+ "src/core/dmlPrevalidation.ts": {
841
+ "bytes": 3780,
842
+ "imports": [],
843
+ "format": "esm"
844
+ },
845
+ "src/core/optimization/whereCapability.ts": {
846
+ "bytes": 14943,
847
+ "imports": [
848
+ {
849
+ "path": "src/core/relativeDateFunction.ts",
850
+ "kind": "import-statement",
851
+ "original": "../relativeDateFunction"
852
+ }
853
+ ],
854
+ "format": "esm"
855
+ },
856
+ "src/core/optimization/relativeDatePushdownGuard.ts": {
857
+ "bytes": 14528,
858
+ "imports": [
859
+ {
860
+ "path": "src/converter/selectToKintone.ts",
861
+ "kind": "import-statement",
862
+ "original": "../../converter/selectToKintone"
863
+ },
864
+ {
865
+ "path": "src/converter/whereToKintone.ts",
866
+ "kind": "import-statement",
867
+ "original": "../../converter/whereToKintone"
868
+ },
869
+ {
870
+ "path": "src/core/cteInlining.ts",
871
+ "kind": "import-statement",
872
+ "original": "../cteInlining"
873
+ },
874
+ {
875
+ "path": "src/core/relativeDateFunction.ts",
876
+ "kind": "import-statement",
877
+ "original": "../relativeDateFunction"
878
+ }
879
+ ],
880
+ "format": "esm"
881
+ },
882
+ "src/import/sourceLoader.ts": {
883
+ "bytes": 1311,
884
+ "imports": [],
885
+ "format": "esm"
886
+ },
887
+ "src/import/csvDecoder.ts": {
888
+ "bytes": 3246,
889
+ "imports": [
890
+ {
891
+ "path": "src/import/sourceLoader.ts",
892
+ "kind": "import-statement",
893
+ "original": "./sourceLoader"
894
+ }
895
+ ],
896
+ "format": "esm"
897
+ },
898
+ "src/import/convertImportCsvValue.ts": {
899
+ "bytes": 1014,
900
+ "imports": [],
901
+ "format": "esm"
902
+ },
903
+ "src/import/jsonTokenizer.ts": {
904
+ "bytes": 4515,
905
+ "imports": [
906
+ {
907
+ "path": "src/import/sourceLoader.ts",
908
+ "kind": "import-statement",
909
+ "original": "./sourceLoader"
910
+ }
911
+ ],
912
+ "format": "esm"
913
+ },
914
+ "src/import/jsonDecoder.ts": {
915
+ "bytes": 3300,
916
+ "imports": [
917
+ {
918
+ "path": "src/import/sourceLoader.ts",
919
+ "kind": "import-statement",
920
+ "original": "./sourceLoader"
921
+ },
922
+ {
923
+ "path": "src/import/jsonTokenizer.ts",
924
+ "kind": "import-statement",
925
+ "original": "./jsonTokenizer"
926
+ }
927
+ ],
928
+ "format": "esm"
929
+ },
930
+ "src/import/jsonMaterializer.ts": {
931
+ "bytes": 4146,
932
+ "imports": [
933
+ {
934
+ "path": "src/import/jsonDecoder.ts",
935
+ "kind": "import-statement",
936
+ "original": "./jsonDecoder"
937
+ },
938
+ {
939
+ "path": "src/import/sourceLoader.ts",
940
+ "kind": "import-statement",
941
+ "original": "./sourceLoader"
942
+ }
943
+ ],
944
+ "format": "esm"
945
+ },
946
+ "src/import/materializeDmlSource.ts": {
947
+ "bytes": 5608,
948
+ "imports": [
949
+ {
950
+ "path": "src/import/csvDecoder.ts",
951
+ "kind": "import-statement",
952
+ "original": "./csvDecoder"
953
+ },
954
+ {
955
+ "path": "src/import/sourceLoader.ts",
956
+ "kind": "import-statement",
957
+ "original": "./sourceLoader"
958
+ },
959
+ {
960
+ "path": "src/import/convertImportCsvValue.ts",
961
+ "kind": "import-statement",
962
+ "original": "./convertImportCsvValue"
963
+ },
964
+ {
965
+ "path": "src/import/jsonMaterializer.ts",
966
+ "kind": "import-statement",
967
+ "original": "./jsonMaterializer"
968
+ }
969
+ ],
970
+ "format": "esm"
971
+ },
972
+ "src/import/importRecordsMaterializer.ts": {
973
+ "bytes": 7833,
974
+ "imports": [
975
+ {
976
+ "path": "src/import/csvDecoder.ts",
977
+ "kind": "import-statement",
978
+ "original": "./csvDecoder"
979
+ },
980
+ {
981
+ "path": "src/import/jsonDecoder.ts",
982
+ "kind": "import-statement",
983
+ "original": "./jsonDecoder"
984
+ },
985
+ {
986
+ "path": "src/import/sourceLoader.ts",
987
+ "kind": "import-statement",
988
+ "original": "./sourceLoader"
989
+ }
990
+ ],
991
+ "format": "esm"
992
+ },
993
+ "src/import/importRecordValidation.ts": {
994
+ "bytes": 9699,
995
+ "imports": [
996
+ {
997
+ "path": "src/core/dmlValidation.ts",
998
+ "kind": "import-statement",
999
+ "original": "../core/dmlValidation"
1000
+ }
1001
+ ],
1002
+ "format": "esm"
1003
+ },
1004
+ "src/import/importErrors.ts": {
1005
+ "bytes": 1798,
1006
+ "imports": [],
1007
+ "format": "esm"
1008
+ },
1009
+ "src/import/subtablePayload.ts": {
1010
+ "bytes": 2002,
1011
+ "imports": [],
1012
+ "format": "esm"
1013
+ },
1014
+ "src/import/jsonSubtableWritePlan.ts": {
1015
+ "bytes": 2627,
1016
+ "imports": [],
1017
+ "format": "esm"
1018
+ },
1019
+ "src/import/subtableReplacementPlan.ts": {
1020
+ "bytes": 4533,
1021
+ "imports": [],
1022
+ "format": "esm"
1023
+ },
1024
+ "src/import/importProjection.ts": {
1025
+ "bytes": 405,
1026
+ "imports": [],
1027
+ "format": "esm"
1028
+ },
1029
+ "src/import/recordNumberUpdate.ts": {
1030
+ "bytes": 1171,
1031
+ "imports": [],
1032
+ "format": "esm"
1033
+ },
1034
+ "src/execute.ts": {
1035
+ "bytes": 416029,
1036
+ "imports": [
1037
+ {
1038
+ "path": "src/lexer/lexer.ts",
1039
+ "kind": "import-statement",
1040
+ "original": "./lexer/lexer"
1041
+ },
1042
+ {
1043
+ "path": "src/parser/parser.ts",
1044
+ "kind": "import-statement",
1045
+ "original": "./parser/parser"
1046
+ },
1047
+ {
1048
+ "path": "src/types/ast.ts",
1049
+ "kind": "import-statement",
1050
+ "original": "./types/ast"
1051
+ },
1052
+ {
1053
+ "path": "src/core/batch.ts",
1054
+ "kind": "import-statement",
1055
+ "original": "./core/batch"
1056
+ },
1057
+ {
1058
+ "path": "src/core/dmlGuard.ts",
1059
+ "kind": "import-statement",
1060
+ "original": "./core/dmlGuard"
1061
+ },
1062
+ {
1063
+ "path": "src/core/applyPatchScope.ts",
1064
+ "kind": "import-statement",
1065
+ "original": "./core/applyPatchScope"
1066
+ },
1067
+ {
1068
+ "path": "src/core/applyPatchPlanner.ts",
1069
+ "kind": "import-statement",
1070
+ "original": "./core/applyPatchPlanner"
1071
+ },
1072
+ {
1073
+ "path": "src/core/applyPatchPrepare.ts",
1074
+ "kind": "import-statement",
1075
+ "original": "./core/applyPatchPrepare"
1076
+ },
1077
+ {
1078
+ "path": "src/core/applyInsertPrepare.ts",
1079
+ "kind": "import-statement",
1080
+ "original": "./core/applyInsertPrepare"
1081
+ },
1082
+ {
1083
+ "path": "src/core/applyUpsertPrepare.ts",
1084
+ "kind": "import-statement",
1085
+ "original": "./core/applyUpsertPrepare"
1086
+ },
1087
+ {
1088
+ "path": "src/core/applyInsertExecutePrepared.ts",
1089
+ "kind": "import-statement",
1090
+ "original": "./core/applyInsertExecutePrepared"
1091
+ },
1092
+ {
1093
+ "path": "src/core/applyUpsertExecutePrepared.ts",
1094
+ "kind": "import-statement",
1095
+ "original": "./core/applyUpsertExecutePrepared"
1096
+ },
1097
+ {
1098
+ "path": "src/core/applyPatchExecutePrepared.ts",
1099
+ "kind": "import-statement",
1100
+ "original": "./core/applyPatchExecutePrepared"
1101
+ },
1102
+ {
1103
+ "path": "src/core/applyDiagnostic.ts",
1104
+ "kind": "import-statement",
1105
+ "original": "./core/applyDiagnostic"
1106
+ },
1107
+ {
1108
+ "path": "src/converter/applyPatchToKintone.ts",
1109
+ "kind": "import-statement",
1110
+ "original": "./converter/applyPatchToKintone"
1111
+ },
1112
+ {
1113
+ "path": "src/core/fieldSemantics.ts",
1114
+ "kind": "import-statement",
1115
+ "original": "./core/fieldSemantics"
1116
+ },
1117
+ {
1118
+ "path": "src/core/batchVariables.ts",
1119
+ "kind": "import-statement",
1120
+ "original": "./core/batchVariables"
1121
+ },
1122
+ {
1123
+ "path": "src/core/scalarCompare.ts",
1124
+ "kind": "import-statement",
1125
+ "original": "./core/scalarCompare"
1126
+ },
1127
+ {
1128
+ "path": "src/core/exactDecimal.ts",
1129
+ "kind": "import-statement",
1130
+ "original": "./core/exactDecimal"
1131
+ },
1132
+ {
1133
+ "path": "src/core/klikeValidation.ts",
1134
+ "kind": "import-statement",
1135
+ "original": "./core/klikeValidation"
1136
+ },
1137
+ {
1138
+ "path": "src/core/cteInlining.ts",
1139
+ "kind": "import-statement",
1140
+ "original": "./core/cteInlining"
1141
+ },
1142
+ {
1143
+ "path": "src/core/explainMetadata.ts",
1144
+ "kind": "import-statement",
1145
+ "original": "./core/explainMetadata"
1146
+ },
1147
+ {
1148
+ "path": "src/core/grouping.ts",
1149
+ "kind": "import-statement",
1150
+ "original": "./core/grouping"
1151
+ },
1152
+ {
1153
+ "path": "src/core/groupingValidation.ts",
1154
+ "kind": "import-statement",
1155
+ "original": "./core/groupingValidation"
1156
+ },
1157
+ {
1158
+ "path": "src/converter/selectToKintone.ts",
1159
+ "kind": "import-statement",
1160
+ "original": "./converter/selectToKintone"
1161
+ },
1162
+ {
1163
+ "path": "src/converter/whereToKintone.ts",
1164
+ "kind": "import-statement",
1165
+ "original": "./converter/whereToKintone"
1166
+ },
1167
+ {
1168
+ "path": "src/converter/dmlToKintone.ts",
1169
+ "kind": "import-statement",
1170
+ "original": "./converter/dmlToKintone"
1171
+ },
1172
+ {
1173
+ "path": "src/api/fetchAll.ts",
1174
+ "kind": "import-statement",
1175
+ "original": "./api/fetchAll"
1176
+ },
1177
+ {
1178
+ "path": "src/core/optimization/sharedPlanner.ts",
1179
+ "kind": "import-statement",
1180
+ "original": "./core/optimization/sharedPlanner"
1181
+ },
1182
+ {
1183
+ "path": "src/core/optimization/wherePredicatePushdown.ts",
1184
+ "kind": "import-statement",
1185
+ "original": "./core/optimization/wherePredicatePushdown"
1186
+ },
1187
+ {
1188
+ "path": "src/core/optimization/klikePushdownPlan.ts",
1189
+ "kind": "import-statement",
1190
+ "original": "./core/optimization/klikePushdownPlan"
1191
+ },
1192
+ {
1193
+ "path": "src/core/optimization/applyParentSelectionPlan.ts",
1194
+ "kind": "import-statement",
1195
+ "original": "./core/optimization/applyParentSelectionPlan"
1196
+ },
1197
+ {
1198
+ "path": "src/core/optimization/canonicalOrderPlanner.ts",
1199
+ "kind": "import-statement",
1200
+ "original": "./core/optimization/canonicalOrderPlanner"
1201
+ },
1202
+ {
1203
+ "path": "src/core/optimization/korderPlanner.ts",
1204
+ "kind": "import-statement",
1205
+ "original": "./core/optimization/korderPlanner"
1206
+ },
1207
+ {
1208
+ "path": "src/core/optimization/korderCursorExecutor.ts",
1209
+ "kind": "import-statement",
1210
+ "original": "./core/optimization/korderCursorExecutor"
1211
+ },
1212
+ {
1213
+ "path": "src/converter/korderCursorQuery.ts",
1214
+ "kind": "import-statement",
1215
+ "original": "./converter/korderCursorQuery"
1216
+ },
1217
+ {
1218
+ "path": "src/core/like.ts",
1219
+ "kind": "import-statement",
1220
+ "original": "./core/like"
1221
+ },
1222
+ {
1223
+ "path": "src/engine/process.ts",
1224
+ "kind": "import-statement",
1225
+ "original": "./engine/process"
1226
+ },
1227
+ {
1228
+ "path": "src/converter/subtableAdapter.ts",
1229
+ "kind": "import-statement",
1230
+ "original": "./converter/subtableAdapter"
1231
+ },
1232
+ {
1233
+ "path": "src/engine/evalWhere.ts",
1234
+ "kind": "import-statement",
1235
+ "original": "./engine/evalWhere"
1236
+ },
1237
+ {
1238
+ "path": "src/engine/evalFunc.ts",
1239
+ "kind": "import-statement",
1240
+ "original": "./engine/evalFunc"
1241
+ },
1242
+ {
1243
+ "path": "src/core/dmlValidationCandidates.ts",
1244
+ "kind": "import-statement",
1245
+ "original": "./core/dmlValidationCandidates"
1246
+ },
1247
+ {
1248
+ "path": "src/core/dmlPrevalidation.ts",
1249
+ "kind": "import-statement",
1250
+ "original": "./core/dmlPrevalidation"
1251
+ },
1252
+ {
1253
+ "path": "src/core/dmlValidation.ts",
1254
+ "kind": "import-statement",
1255
+ "original": "./core/dmlValidation"
1256
+ },
1257
+ {
1258
+ "path": "src/core/existingRecordValidation.ts",
1259
+ "kind": "import-statement",
1260
+ "original": "./core/existingRecordValidation"
1261
+ },
1262
+ {
1263
+ "path": "src/core/postImageValidation.ts",
1264
+ "kind": "import-statement",
1265
+ "original": "./core/postImageValidation"
1266
+ },
1267
+ {
1268
+ "path": "src/core/dmlCustomCheck.ts",
1269
+ "kind": "import-statement",
1270
+ "original": "./core/dmlCustomCheck"
1271
+ },
1272
+ {
1273
+ "path": "src/core/optimization/whereCapability.ts",
1274
+ "kind": "import-statement",
1275
+ "original": "./core/optimization/whereCapability"
1276
+ },
1277
+ {
1278
+ "path": "src/core/optimization/relativeDatePushdownGuard.ts",
1279
+ "kind": "import-statement",
1280
+ "original": "./core/optimization/relativeDatePushdownGuard"
1281
+ },
1282
+ {
1283
+ "path": "src/import/sourceLoader.ts",
1284
+ "kind": "import-statement",
1285
+ "original": "./import/sourceLoader"
1286
+ },
1287
+ {
1288
+ "path": "src/import/materializeDmlSource.ts",
1289
+ "kind": "import-statement",
1290
+ "original": "./import/materializeDmlSource"
1291
+ },
1292
+ {
1293
+ "path": "src/import/importRecordsMaterializer.ts",
1294
+ "kind": "import-statement",
1295
+ "original": "./import/importRecordsMaterializer"
1296
+ },
1297
+ {
1298
+ "path": "src/import/importRecordValidation.ts",
1299
+ "kind": "import-statement",
1300
+ "original": "./import/importRecordValidation"
1301
+ },
1302
+ {
1303
+ "path": "src/import/importErrors.ts",
1304
+ "kind": "import-statement",
1305
+ "original": "./import/importErrors"
1306
+ },
1307
+ {
1308
+ "path": "src/import/subtablePayload.ts",
1309
+ "kind": "import-statement",
1310
+ "original": "./import/subtablePayload"
1311
+ },
1312
+ {
1313
+ "path": "src/import/jsonSubtableWritePlan.ts",
1314
+ "kind": "import-statement",
1315
+ "original": "./import/jsonSubtableWritePlan"
1316
+ },
1317
+ {
1318
+ "path": "src/import/subtableReplacementPlan.ts",
1319
+ "kind": "import-statement",
1320
+ "original": "./import/subtableReplacementPlan"
1321
+ },
1322
+ {
1323
+ "path": "src/import/importProjection.ts",
1324
+ "kind": "import-statement",
1325
+ "original": "./import/importProjection"
1326
+ },
1327
+ {
1328
+ "path": "src/import/recordNumberUpdate.ts",
1329
+ "kind": "import-statement",
1330
+ "original": "./import/recordNumberUpdate"
1331
+ }
1332
+ ],
1333
+ "format": "esm"
1334
+ },
1335
+ "src/engine-library/errors.ts": {
1336
+ "bytes": 3031,
1337
+ "imports": [
1338
+ {
1339
+ "path": "src/api/fetchAll.ts",
1340
+ "kind": "import-statement",
1341
+ "original": "../api/fetchAll"
1342
+ },
1343
+ {
1344
+ "path": "src/execute.ts",
1345
+ "kind": "import-statement",
1346
+ "original": "../execute"
1347
+ },
1348
+ {
1349
+ "path": "src/lexer/lexer.ts",
1350
+ "kind": "import-statement",
1351
+ "original": "../lexer/lexer"
1352
+ },
1353
+ {
1354
+ "path": "src/parser/parser.ts",
1355
+ "kind": "import-statement",
1356
+ "original": "../parser/parser"
1357
+ }
1358
+ ],
1359
+ "format": "esm"
1360
+ },
1361
+ "src/api/cursorLeaseManager.ts": {
1362
+ "bytes": 4984,
1363
+ "imports": [
1364
+ {
1365
+ "path": "src/core/errors/cursorErrors.ts",
1366
+ "kind": "import-statement",
1367
+ "original": "../core/errors/cursorErrors"
1368
+ }
1369
+ ],
1370
+ "format": "esm"
1371
+ },
1372
+ "src/api/kintoneCursor.ts": {
1373
+ "bytes": 3725,
1374
+ "imports": [],
1375
+ "format": "esm"
1376
+ },
1377
+ "src/core/formFieldInfo.ts": {
1378
+ "bytes": 4833,
1379
+ "imports": [
1380
+ {
1381
+ "path": "src/core/fieldSemantics.ts",
1382
+ "kind": "import-statement",
1383
+ "original": "./fieldSemantics"
1384
+ }
1385
+ ],
1386
+ "format": "esm"
1387
+ },
1388
+ "src/core/processStatus.ts": {
1389
+ "bytes": 795,
1390
+ "imports": [],
1391
+ "format": "esm"
1392
+ },
1393
+ "src/core/searchAbortWarning.ts": {
1394
+ "bytes": 255,
1395
+ "imports": [],
1396
+ "format": "esm"
1397
+ },
1398
+ "src/engine-library/browserClient.ts": {
1399
+ "bytes": 11329,
1400
+ "imports": [
1401
+ {
1402
+ "path": "src/api/cursorLeaseManager.ts",
1403
+ "kind": "import-statement",
1404
+ "original": "../api/cursorLeaseManager"
1405
+ },
1406
+ {
1407
+ "path": "src/api/kintoneCursor.ts",
1408
+ "kind": "import-statement",
1409
+ "original": "../api/kintoneCursor"
1410
+ },
1411
+ {
1412
+ "path": "src/core/formFieldInfo.ts",
1413
+ "kind": "import-statement",
1414
+ "original": "../core/formFieldInfo"
1415
+ },
1416
+ {
1417
+ "path": "src/core/errors/cursorErrors.ts",
1418
+ "kind": "import-statement",
1419
+ "original": "../core/errors/cursorErrors"
1420
+ },
1421
+ {
1422
+ "path": "src/core/numberPrecision.ts",
1423
+ "kind": "import-statement",
1424
+ "original": "../core/numberPrecision"
1425
+ },
1426
+ {
1427
+ "path": "src/core/processStatus.ts",
1428
+ "kind": "import-statement",
1429
+ "original": "../core/processStatus"
1430
+ },
1431
+ {
1432
+ "path": "src/core/searchAbortWarning.ts",
1433
+ "kind": "import-statement",
1434
+ "original": "../core/searchAbortWarning"
1435
+ }
1436
+ ],
1437
+ "format": "esm"
1438
+ },
1439
+ "src/engine-library/readonlyClient.ts": {
1440
+ "bytes": 3122,
1441
+ "imports": [
1442
+ {
1443
+ "path": "src/engine-library/errors.ts",
1444
+ "kind": "import-statement",
1445
+ "original": "./errors"
1446
+ }
1447
+ ],
1448
+ "format": "esm"
1449
+ },
1450
+ "src/engine-library/cursorScope.ts": {
1451
+ "bytes": 2799,
1452
+ "imports": [
1453
+ {
1454
+ "path": "src/engine-library/readonlyClient.ts",
1455
+ "kind": "import-statement",
1456
+ "original": "./readonlyClient"
1457
+ }
1458
+ ],
1459
+ "format": "esm"
1460
+ },
1461
+ "src/engine-library/options.ts": {
1462
+ "bytes": 3253,
1463
+ "imports": [],
1464
+ "format": "esm"
1465
+ },
1466
+ "src/core/sql.ts": {
1467
+ "bytes": 858,
1468
+ "imports": [
1469
+ {
1470
+ "path": "src/lexer/lexer.ts",
1471
+ "kind": "import-statement",
1472
+ "original": "../lexer/lexer"
1473
+ },
1474
+ {
1475
+ "path": "src/parser/parser.ts",
1476
+ "kind": "import-statement",
1477
+ "original": "../parser/parser"
1478
+ },
1479
+ {
1480
+ "path": "src/core/klikeValidation.ts",
1481
+ "kind": "import-statement",
1482
+ "original": "./klikeValidation"
1483
+ }
1484
+ ],
1485
+ "format": "esm"
1486
+ },
1487
+ "src/engine-library/statementGuard.ts": {
1488
+ "bytes": 3078,
1489
+ "imports": [
1490
+ {
1491
+ "path": "src/core/sql.ts",
1492
+ "kind": "import-statement",
1493
+ "original": "../core/sql"
1494
+ },
1495
+ {
1496
+ "path": "src/engine-library/errors.ts",
1497
+ "kind": "import-statement",
1498
+ "original": "./errors"
1499
+ }
1500
+ ],
1501
+ "format": "esm"
1502
+ },
1503
+ "src/engine-library/query.ts": {
1504
+ "bytes": 2798,
1505
+ "imports": [
1506
+ {
1507
+ "path": "src/execute.ts",
1508
+ "kind": "import-statement",
1509
+ "original": "../execute"
1510
+ },
1511
+ {
1512
+ "path": "src/engine-library/errors.ts",
1513
+ "kind": "import-statement",
1514
+ "original": "./errors"
1515
+ },
1516
+ {
1517
+ "path": "src/engine-library/cursorScope.ts",
1518
+ "kind": "import-statement",
1519
+ "original": "./cursorScope"
1520
+ },
1521
+ {
1522
+ "path": "src/engine-library/options.ts",
1523
+ "kind": "import-statement",
1524
+ "original": "./options"
1525
+ },
1526
+ {
1527
+ "path": "src/engine-library/readonlyClient.ts",
1528
+ "kind": "import-statement",
1529
+ "original": "./readonlyClient"
1530
+ },
1531
+ {
1532
+ "path": "src/engine-library/statementGuard.ts",
1533
+ "kind": "import-statement",
1534
+ "original": "./statementGuard"
1535
+ }
1536
+ ],
1537
+ "format": "esm"
1538
+ },
1539
+ "src/engine-library/index.ts": {
1540
+ "bytes": 985,
1541
+ "imports": [
1542
+ {
1543
+ "path": "src/engine-library/errors.ts",
1544
+ "kind": "import-statement",
1545
+ "original": "./errors"
1546
+ },
1547
+ {
1548
+ "path": "src/engine-library/browserClient.ts",
1549
+ "kind": "import-statement",
1550
+ "original": "./browserClient"
1551
+ },
1552
+ {
1553
+ "path": "src/engine-library/query.ts",
1554
+ "kind": "import-statement",
1555
+ "original": "./query"
1556
+ }
1557
+ ],
1558
+ "format": "esm"
1559
+ }
1560
+ },
1561
+ "outputs": {
1562
+ "dist-engine/index.cjs": {
1563
+ "imports": [],
1564
+ "exports": [],
1565
+ "entryPoint": "src/engine-library/index.ts",
1566
+ "inputs": {
1567
+ "src/engine-library/index.ts": {
1568
+ "bytesInOutput": 166
1569
+ },
1570
+ "src/api/fetchAll.ts": {
1571
+ "bytesInOutput": 2625
1572
+ },
1573
+ "src/lexer/tokens.ts": {
1574
+ "bytesInOutput": 2262
1575
+ },
1576
+ "src/lexer/lexer.ts": {
1577
+ "bytesInOutput": 5893
1578
+ },
1579
+ "src/core/exactDecimal.ts": {
1580
+ "bytesInOutput": 1764
1581
+ },
1582
+ "src/types/ast.ts": {
1583
+ "bytesInOutput": 139
1584
+ },
1585
+ "src/core/grouping.ts": {
1586
+ "bytesInOutput": 1284
1587
+ },
1588
+ "src/core/aggregateExpression.ts": {
1589
+ "bytesInOutput": 2592
1590
+ },
1591
+ "src/core/relativeDateFunction.ts": {
1592
+ "bytesInOutput": 246
1593
+ },
1594
+ "src/parser/parser.ts": {
1595
+ "bytesInOutput": 91609
1596
+ },
1597
+ "src/core/dmlGuard.ts": {
1598
+ "bytesInOutput": 1882
1599
+ },
1600
+ "src/core/applyPatchScope.ts": {
1601
+ "bytesInOutput": 12614
1602
+ },
1603
+ "src/engine/pushDownNot.ts": {
1604
+ "bytesInOutput": 792
1605
+ },
1606
+ "src/core/like.ts": {
1607
+ "bytesInOutput": 651
1608
+ },
1609
+ "src/converter/whereToKintone.ts": {
1610
+ "bytesInOutput": 5033
1611
+ },
1612
+ "src/converter/selectToKintone.ts": {
1613
+ "bytesInOutput": 8728
1614
+ },
1615
+ "src/core/cteInlining.ts": {
1616
+ "bytesInOutput": 1224
1617
+ },
1618
+ "src/core/optimization/wherePredicatePushdown.ts": {
1619
+ "bytesInOutput": 1925
1620
+ },
1621
+ "src/core/optimization/klikePushdownPlan.ts": {
1622
+ "bytesInOutput": 1363
1623
+ },
1624
+ "src/core/klikeValidation.ts": {
1625
+ "bytesInOutput": 5843
1626
+ },
1627
+ "src/engine/groupingRowMeta.ts": {
1628
+ "bytesInOutput": 559
1629
+ },
1630
+ "src/core/groupingValidation.ts": {
1631
+ "bytesInOutput": 5175
1632
+ },
1633
+ "src/core/fieldSemantics.ts": {
1634
+ "bytesInOutput": 1368
1635
+ },
1636
+ "src/core/scalarCompare.ts": {
1637
+ "bytesInOutput": 2804
1638
+ },
1639
+ "src/engine/evalFunc.ts": {
1640
+ "bytesInOutput": 11162
1641
+ },
1642
+ "src/engine/evalWhere.ts": {
1643
+ "bytesInOutput": 5696
1644
+ },
1645
+ "src/core/dmlCustomCheck.ts": {
1646
+ "bytesInOutput": 1250
1647
+ },
1648
+ "src/converter/dmlToKintone.ts": {
1649
+ "bytesInOutput": 10192
1650
+ },
1651
+ "src/core/applyMultiValuePlan.ts": {
1652
+ "bytesInOutput": 1485
1653
+ },
1654
+ "src/core/applyPatchPlanner.ts": {
1655
+ "bytesInOutput": 9946
1656
+ },
1657
+ "src/converter/applyPatchToKintone.ts": {
1658
+ "bytesInOutput": 4478
1659
+ },
1660
+ "src/core/numberPrecision.ts": {
1661
+ "bytesInOutput": 870
1662
+ },
1663
+ "src/core/dmlValidation.ts": {
1664
+ "bytesInOutput": 4306
1665
+ },
1666
+ "src/core/dmlValidationCandidates.ts": {
1667
+ "bytesInOutput": 2779
1668
+ },
1669
+ "src/core/existingRecordValidation.ts": {
1670
+ "bytesInOutput": 3341
1671
+ },
1672
+ "src/core/postImageValidation.ts": {
1673
+ "bytesInOutput": 2198
1674
+ },
1675
+ "src/core/applyPatchPrepare.ts": {
1676
+ "bytesInOutput": 1619
1677
+ },
1678
+ "src/core/applyInsertPrepare.ts": {
1679
+ "bytesInOutput": 4635
1680
+ },
1681
+ "src/core/applyUpsertPrepare.ts": {
1682
+ "bytesInOutput": 3747
1683
+ },
1684
+ "src/core/applyDiagnostic.ts": {
1685
+ "bytesInOutput": 4673
1686
+ },
1687
+ "src/core/applyPatchExecutePrepared.ts": {
1688
+ "bytesInOutput": 1087
1689
+ },
1690
+ "src/core/applyInsertExecutePrepared.ts": {
1691
+ "bytesInOutput": 628
1692
+ },
1693
+ "src/core/applyUpsertExecutePrepared.ts": {
1694
+ "bytesInOutput": 1487
1695
+ },
1696
+ "src/core/explainMetadata.ts": {
1697
+ "bytesInOutput": 627
1698
+ },
1699
+ "src/core/optimization/sharedPlanner.ts": {
1700
+ "bytesInOutput": 339
1701
+ },
1702
+ "src/core/optimization/applyParentSelectionPlan.ts": {
1703
+ "bytesInOutput": 246
1704
+ },
1705
+ "src/core/optimization/canonicalOrderPlanner.ts": {
1706
+ "bytesInOutput": 1784
1707
+ },
1708
+ "src/core/optimization/korderPlanner.ts": {
1709
+ "bytesInOutput": 2244
1710
+ },
1711
+ "src/core/errors/cursorErrors.ts": {
1712
+ "bytesInOutput": 1074
1713
+ },
1714
+ "src/core/optimization/korderCursorExecutor.ts": {
1715
+ "bytesInOutput": 535
1716
+ },
1717
+ "src/converter/korderCursorQuery.ts": {
1718
+ "bytesInOutput": 295
1719
+ },
1720
+ "src/engine/process.ts": {
1721
+ "bytesInOutput": 19175
1722
+ },
1723
+ "src/converter/subtableAdapter.ts": {
1724
+ "bytesInOutput": 643
1725
+ },
1726
+ "src/core/dmlPrevalidation.ts": {
1727
+ "bytesInOutput": 1136
1728
+ },
1729
+ "src/core/optimization/whereCapability.ts": {
1730
+ "bytesInOutput": 6602
1731
+ },
1732
+ "src/core/optimization/relativeDatePushdownGuard.ts": {
1733
+ "bytesInOutput": 4156
1734
+ },
1735
+ "src/import/sourceLoader.ts": {
1736
+ "bytesInOutput": 527
1737
+ },
1738
+ "src/import/csvDecoder.ts": {
1739
+ "bytesInOutput": 1386
1740
+ },
1741
+ "src/import/convertImportCsvValue.ts": {
1742
+ "bytesInOutput": 509
1743
+ },
1744
+ "src/import/jsonTokenizer.ts": {
1745
+ "bytesInOutput": 2097
1746
+ },
1747
+ "src/import/jsonDecoder.ts": {
1748
+ "bytesInOutput": 1388
1749
+ },
1750
+ "src/import/jsonMaterializer.ts": {
1751
+ "bytesInOutput": 1973
1752
+ },
1753
+ "src/import/materializeDmlSource.ts": {
1754
+ "bytesInOutput": 2490
1755
+ },
1756
+ "src/import/importRecordsMaterializer.ts": {
1757
+ "bytesInOutput": 3344
1758
+ },
1759
+ "src/import/importRecordValidation.ts": {
1760
+ "bytesInOutput": 3332
1761
+ },
1762
+ "src/import/importErrors.ts": {
1763
+ "bytesInOutput": 739
1764
+ },
1765
+ "src/import/subtablePayload.ts": {
1766
+ "bytesInOutput": 263
1767
+ },
1768
+ "src/import/jsonSubtableWritePlan.ts": {
1769
+ "bytesInOutput": 777
1770
+ },
1771
+ "src/import/subtableReplacementPlan.ts": {
1772
+ "bytesInOutput": 1413
1773
+ },
1774
+ "src/import/importProjection.ts": {
1775
+ "bytesInOutput": 91
1776
+ },
1777
+ "src/import/recordNumberUpdate.ts": {
1778
+ "bytesInOutput": 412
1779
+ },
1780
+ "src/execute.ts": {
1781
+ "bytesInOutput": 149337
1782
+ },
1783
+ "src/engine-library/errors.ts": {
1784
+ "bytesInOutput": 1116
1785
+ },
1786
+ "src/api/cursorLeaseManager.ts": {
1787
+ "bytesInOutput": 1777
1788
+ },
1789
+ "src/api/kintoneCursor.ts": {
1790
+ "bytesInOutput": 971
1791
+ },
1792
+ "src/core/formFieldInfo.ts": {
1793
+ "bytesInOutput": 1230
1794
+ },
1795
+ "src/core/processStatus.ts": {
1796
+ "bytesInOutput": 229
1797
+ },
1798
+ "src/core/searchAbortWarning.ts": {
1799
+ "bytesInOutput": 102
1800
+ },
1801
+ "src/engine-library/browserClient.ts": {
1802
+ "bytesInOutput": 4301
1803
+ },
1804
+ "src/engine-library/readonlyClient.ts": {
1805
+ "bytesInOutput": 1111
1806
+ },
1807
+ "src/engine-library/cursorScope.ts": {
1808
+ "bytesInOutput": 766
1809
+ },
1810
+ "src/engine-library/options.ts": {
1811
+ "bytesInOutput": 1584
1812
+ },
1813
+ "src/core/sql.ts": {
1814
+ "bytesInOutput": 84
1815
+ },
1816
+ "src/engine-library/statementGuard.ts": {
1817
+ "bytesInOutput": 1012
1818
+ },
1819
+ "src/engine-library/query.ts": {
1820
+ "bytesInOutput": 915
1821
+ }
1822
+ },
1823
+ "bytes": 458788
1824
+ }
1825
+ }
1826
+ }