Skip to content

routier-collection


routier-collection / plugins/postgresql/src / PostgresPushdown

Type Alias: PostgresPushdown ​

PostgresPushdown = SqlPushdown & object

Defined in: plugins/postgres-core/dist/PostgresSqlTranslator.d.ts:15

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.