RangeQueryOptions

Interface: RangeQueryOptions

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

Options for range queries

Properties

from?

ts
optional from: any;
optional from: any;

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


fromInclusive?

ts
optional fromInclusive: boolean;
optional fromInclusive: boolean;

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


to?

ts
optional to: any;
optional to: any;

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


toInclusive?

ts
optional toInclusive: boolean;
optional toInclusive: boolean;

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