VectorIndexQueryOptions constructor
const
VectorIndexQueryOptions({})
Creates a new vector index query options object.
Implementation
const VectorIndexQueryOptions({
this.enableIndexScan = true,
this.enableSeqScan = true,
this.minParallelTableScanSize = 1024,
this.parallelSetupCost = 1000.0,
this.maintenanceWorkMem = 65536,
this.maxParallelMaintenanceWorkers = 2,
this.maxParallelWorkersPerGather = 2,
});