Class: Retab::Types::WorkflowTableAggregationFunction

Inherits:
Object
  • Object
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