Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. glGetVariantPointervEXT :: MonadIO m => GLuint -> GLenum -> Ptr (Ptr ()) -> m ()

    gl Graphics.GL.Ext.EXT.VertexShader

    Usage: glGetVariantPointervEXT id value data The parameter value is a GetVariantValueEXT. The length of data should be COMPSIZE(id).

  2. glGetVaryingLocationNV :: MonadIO m => GLuint -> Ptr GLchar -> m GLint

    gl Graphics.GL.Ext.NV.TransformFeedback

    Usage: glGetVaryingLocationNV program name The length of name should be COMPSIZE(name).

  3. newtype HiveJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc

    Optional. Mapping of query variable names to values (equivalent to the Hive command: SET name="value";). See: newHiveJob_ScriptVariables smart constructor.

  4. HiveJob_ScriptVariables :: HashMap Text Text -> HiveJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  5. newtype PigJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc

    Optional. Mapping of query variable names to values (equivalent to the Pig command: name=[value]). See: newPigJob_ScriptVariables smart constructor.

  6. PigJob_ScriptVariables :: HashMap Text Text -> PigJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  7. newtype SparkSqlJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc

    Optional. Mapping of query variable names to values (equivalent to the Spark SQL command: SET name="value";). See: newSparkSqlJob_ScriptVariables smart constructor.

  8. SparkSqlJob_ScriptVariables :: HashMap Text Text -> SparkSqlJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  9. newHiveJob_ScriptVariables :: HashMap Text Text -> HiveJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc

    Creates a value of HiveJob_ScriptVariables with the minimum fields required to make a request.

  10. newPigJob_ScriptVariables :: HashMap Text Text -> PigJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc

    Creates a value of PigJob_ScriptVariables with the minimum fields required to make a request.

Page 86 of many | Previous | Next