Skip to content

routier-collection


routier-collection / plugins/postgresql/src / PostgresPushdown

Type Alias: PostgresPushdown

PostgresPushdown = SqlPushdown & object

Defined in: plugins/postgresql/src/PostgresSqlTranslator.ts:16

What Postgres can push down: everything the base class knows about, plus the vector ordering.

Type Declaration

nearest?

optional nearest: boolean

The statement carried a <=> ordering and its LIMIT.

Released under the MIT License.