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. newSparkSqlJob_ScriptVariables :: HashMap Text Text -> SparkSqlJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc

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

  2. scriptVariables :: HiveJob -> Maybe HiveJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc

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

  3. scriptVariables :: PigJob -> Maybe PigJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc

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

  4. scriptVariables :: SparkSqlJob -> Maybe SparkSqlJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc

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

  5. newtype HiveJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc.Types

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

  6. HiveJob_ScriptVariables :: HashMap Text Text -> HiveJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc.Types

    No documentation available.

  7. newtype PigJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc.Types

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

  8. PigJob_ScriptVariables :: HashMap Text Text -> PigJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc.Types

    No documentation available.

  9. newtype SparkSqlJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc.Types

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

  10. SparkSqlJob_ScriptVariables :: HashMap Text Text -> SparkSqlJob_ScriptVariables

    gogol-dataproc Gogol.Dataproc.Types

    No documentation available.

Page 87 of many | Previous | Next