Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
VectorSearchStatistics_IndexUsageMode_FULLYUSED :: VectorSearchStatistics_IndexUsageModegogol-bigquery Gogol.BigQuery.Types The entire vector search query used vector indexes.
-
gogol-bigquery Gogol.BigQuery.Types Index usage mode not specified.
pattern
VectorSearchStatistics_IndexUsageMode_PARTIALLYUSED :: VectorSearchStatistics_IndexUsageModegogol-bigquery Gogol.BigQuery.Types Part of the vector search query used vector indexes. See indexUnusedReasons for why other parts of the query did not use vector indexes.
pattern
VectorSearchStatistics_IndexUsageMode_Unused :: VectorSearchStatistics_IndexUsageModegogol-bigquery Gogol.BigQuery.Types No vector indexes were used in the vector search query. See indexUnusedReasons for detailed reasons.
type
VectorFunction = Vector Double -> Vector Doubleplot Graphics.Rendering.Plot.Figure No documentation available.
vectorOf :: Int -> Gen a -> Gen [a]QuickCheck Test.QuickCheck Generates a list of the given length.
vectorOf :: Int -> Gen a -> Gen [a]QuickCheck Test.QuickCheck.Gen Generates a list of the given length.
vectorOf :: Int -> Gen a -> Gen [a]tasty-quickcheck Test.Tasty.QuickCheck Generates a list of the given length.
vector2 :: (Vector v a, Vector v b, ToJSON a, ToJSON b) => Text -> Text -> v a -> v b -> Valuecriterion Criterion.Report Render the elements of two vectors.
vectorIx :: forall (v :: Type -> Type) a . Vector v a => Int -> Traversal' (v a) alens Data.Vector.Generic.Lens Like ix but polymorphic in the vector type.