Skip to content

Commit 1ab07e5

Browse files
committed
new approach
1 parent c331433 commit 1ab07e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/storage/filters/jsonQuery.ts

+2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ const greaterThan = (
9797
b: ComparableType | ComparableType[]
9898
) => {
9999
const predicate = (a: ComparableType, b: ComparableType) => {
100+
console.time("detectDataFormat")
100101
const dataFormat = detectDataFormat(a.toString());
102+
console.timeEnd("detectDataFormat")
101103

102104
switch (dataFormat) {
103105
case SupportedDataFormat.BigInt:

0 commit comments

Comments
 (0)