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.

  1. pattern VectorSearchStatistics_IndexUsageMode_FULLYUSED :: VectorSearchStatistics_IndexUsageMode

    gogol-bigquery Gogol.BigQuery.Types

    The entire vector search query used vector indexes.

  2. pattern VectorSearchStatistics_IndexUsageMode_INDEXUSAGEMODEUNSPECIFIED :: VectorSearchStatistics_IndexUsageMode

    gogol-bigquery Gogol.BigQuery.Types

    Index usage mode not specified.

  3. pattern VectorSearchStatistics_IndexUsageMode_PARTIALLYUSED :: VectorSearchStatistics_IndexUsageMode

    gogol-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.

  4. pattern VectorSearchStatistics_IndexUsageMode_Unused :: VectorSearchStatistics_IndexUsageMode

    gogol-bigquery Gogol.BigQuery.Types

    No vector indexes were used in the vector search query. See indexUnusedReasons for detailed reasons.

  5. type VectorFunction = Vector Double -> Vector Double

    plot Graphics.Rendering.Plot.Figure

    No documentation available.

  6. vectorOf :: Int -> Gen a -> Gen [a]

    QuickCheck Test.QuickCheck

    Generates a list of the given length.

  7. vectorOf :: Int -> Gen a -> Gen [a]

    QuickCheck Test.QuickCheck.Gen

    Generates a list of the given length.

  8. vectorOf :: Int -> Gen a -> Gen [a]

    tasty-quickcheck Test.Tasty.QuickCheck

    Generates a list of the given length.

  9. vector2 :: (Vector v a, Vector v b, ToJSON a, ToJSON b) => Text -> Text -> v a -> v b -> Value

    criterion Criterion.Report

    Render the elements of two vectors.

  10. vectorIx :: forall (v :: Type -> Type) a . Vector v a => Int -> Traversal' (v a) a

    lens Data.Vector.Generic.Lens

    Like ix but polymorphic in the vector type.

Page 25 of many | Previous | Next