Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PivotValue_SummarizeFunction :: Text -> PivotValue_SummarizeFunctiongogol-sheets Gogol.Sheets.Types No documentation available.
pattern
PivotValue_SummarizeFunction_Average :: PivotValue_SummarizeFunctiongogol-sheets Gogol.Sheets.Types Corresponds to the AVERAGE function.
pattern
PivotValue_SummarizeFunction_Count :: PivotValue_SummarizeFunctiongogol-sheets Gogol.Sheets.Types Corresponds to the COUNT function.
pattern
PivotValue_SummarizeFunction_Counta :: PivotValue_SummarizeFunctiongogol-sheets Gogol.Sheets.Types Corresponds to the COUNTA function.
pattern
PivotValue_SummarizeFunction_Countunique :: PivotValue_SummarizeFunctiongogol-sheets Gogol.Sheets.Types Corresponds to the COUNTUNIQUE function.
pattern
PivotValue_SummarizeFunction_Custom :: PivotValue_SummarizeFunctiongogol-sheets Gogol.Sheets.Types Indicates the formula should be used as-is. Only valid if PivotValue.formula was set.
pattern
PivotValue_SummarizeFunction_Max :: PivotValue_SummarizeFunctiongogol-sheets Gogol.Sheets.Types Corresponds to the MAX function.
pattern
PivotValue_SummarizeFunction_Median :: PivotValue_SummarizeFunctiongogol-sheets Gogol.Sheets.Types Corresponds to the MEDIAN function.
pattern
PivotValue_SummarizeFunction_Min :: PivotValue_SummarizeFunctiongogol-sheets Gogol.Sheets.Types Corresponds to the MIN function.
pattern
PivotValue_SummarizeFunction_None :: PivotValue_SummarizeFunctiongogol-sheets Gogol.Sheets.Types Indicates that the value is already summarized, and the summarization function is not explicitly specified. Used for Looker data source pivot tables where the value is already summarized.