RangeQueryOptions

Interface: RangeQueryOptions

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

Options for range queries

Properties

from?

ts
optional from: any;
optional from: any;

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


fromInclusive?

ts
optional fromInclusive: boolean;
optional fromInclusive: boolean;

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


to?

ts
optional to: any;
optional to: any;

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


toInclusive?

ts
optional toInclusive: boolean;
optional toInclusive: boolean;

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