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?
optionalnearest:boolean
The statement carried a <=> ordering and its LIMIT.