Build the approximate (DiskANN) vector query using the VECTOR_SEARCH TVF. This is the fast path — it engages the vector index. Filters apply as an outer WHERE on the TVF row alias c. @p0 is the query-vector JSON; filter params follow at @p1.
VECTOR_SEARCH
WHERE
c
@p0
@p1
Build the approximate (DiskANN) vector query using the
VECTOR_SEARCHTVF. This is the fast path — it engages the vector index. Filters apply as an outerWHEREon the TVF row aliasc.@p0is the query-vector JSON; filter params follow at@p1.