RangeQueryOptions

Interface: RangeQueryOptions

Defined in: packages/db/src/indexes/btree-index.ts:17

Options for range queries

Properties

from?

ts
optional from: any;
optional from: any;

Defined in: packages/db/src/indexes/btree-index.ts:18


fromInclusive?

ts
optional fromInclusive: boolean;
optional fromInclusive: boolean;

Defined in: packages/db/src/indexes/btree-index.ts:20


to?

ts
optional to: any;
optional to: any;

Defined in: packages/db/src/indexes/btree-index.ts:19


toInclusive?

ts
optional toInclusive: boolean;
optional toInclusive: boolean;

Defined in: packages/db/src/indexes/btree-index.ts:21