Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
allUsers :: BigQueryJobsList -> Maybe Boolgogol-bigquery Gogol.BigQuery Whether to display jobs owned by all users in the project. Default False.
allowJaggedRows :: CsvOptions -> Maybe Boolgogol-bigquery Gogol.BigQuery Optional. Indicates if BigQuery should accept rows that are missing trailing optional columns. If true, BigQuery treats missing trailing columns as null values. If false, records with missing trailing columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false.
allowJaggedRows :: JobConfigurationLoad -> Maybe Boolgogol-bigquery Gogol.BigQuery Optional. Accept rows that are missing trailing optional columns. The missing values are treated as nulls. If false, records with missing trailing columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false. Only applicable to CSV, ignored for other formats.
allowLargeResults :: JobConfigurationQuery -> Boolgogol-bigquery Gogol.BigQuery Optional. If true and query uses legacy SQL dialect, allows the query to produce arbitrarily large result tables at a slight cost in performance. Requires destinationTable to be set. For GoogleSQL queries, this flag is ignored and large results are always allowed. However, you must still set destinationTable when result size exceeds the allowed maximum response size.
allowNonIncrementalDefinition :: MaterializedViewDefinition -> Maybe Boolgogol-bigquery Gogol.BigQuery Optional. This option declares the intention to construct a materialized view that isn't refreshed incrementally. Non-incremental materialized views support an expanded range of SQL queries. The allow_non_incremental_definition option can't be changed after the materialized view is created.
allowQuotedNewlines :: CsvOptions -> Maybe Boolgogol-bigquery Gogol.BigQuery Optional. Indicates if BigQuery should allow quoted data sections that contain newline characters in a CSV file. The default value is false.
allowQuotedNewlines :: JobConfigurationLoad -> Maybe Boolgogol-bigquery Gogol.BigQuery Indicates if BigQuery should allow quoted data sections that contain newline characters in a CSV file. The default value is false.
allUsers :: BigQueryJobsList -> Maybe Boolgogol-bigquery Gogol.BigQuery.Jobs.List Whether to display jobs owned by all users in the project. Default False.
allowJaggedRows :: CsvOptions -> Maybe Boolgogol-bigquery Gogol.BigQuery.Types Optional. Indicates if BigQuery should accept rows that are missing trailing optional columns. If true, BigQuery treats missing trailing columns as null values. If false, records with missing trailing columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false.
allowJaggedRows :: JobConfigurationLoad -> Maybe Boolgogol-bigquery Gogol.BigQuery.Types Optional. Accept rows that are missing trailing optional columns. The missing values are treated as nulls. If false, records with missing trailing columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result. The default value is false. Only applicable to CSV, ignored for other formats.