Uses of Class
org.apache.flink.table.functions.AsyncVectorSearchFunction
-
Packages that use AsyncVectorSearchFunction Package Description org.apache.flink.table.connector.source.search -
-
Uses of AsyncVectorSearchFunction in org.apache.flink.table.connector.source.search
Methods in org.apache.flink.table.connector.source.search that return AsyncVectorSearchFunction Modifier and Type Method Description AsyncVectorSearchFunctionAsyncVectorSearchFunctionProvider. createAsyncVectorSearchFunction()Creates anAsyncVectorSearchFunctioninstance.Methods in org.apache.flink.table.connector.source.search with parameters of type AsyncVectorSearchFunction Modifier and Type Method Description static AsyncVectorSearchFunctionProviderAsyncVectorSearchFunctionProvider. of(AsyncVectorSearchFunction asyncVectorSearchFunction)Helper function for creating a static provider.
-