Index (W)
»
Retab
»
Types
»
WorkflowTableAggregationFunction
Class: Retab::Types::WorkflowTableAggregationFunction
Inherits:
Object
Object
Retab::Types::WorkflowTableAggregationFunction
show all
Defined in:
lib/retab/types/workflow_table_aggregation_function.rb
Constant Summary
collapse
COUNT =
"
count
"
COUNT_DISTINCT =
"
count_distinct
"
MIN =
"
min
"
MAX =
"
max
"
SUM =
"
sum
"
AVG =
"
avg
"
ALL =
[
COUNT
,
COUNT_DISTINCT
,
MIN
,
MAX
,
SUM
,
AVG
]
.
freeze