RETURN THE MAX OF ALL VALUES

Scans all numeric values in a define_table (value/curve pair table) and returns a new define_table containing only the entry with the maximum value. Use this worker when you need to identify the peak value across a parameter table within a workflow.

When to use

Classification: process.

Tagged: aggregation, define_table, max, peak, table_ops.

Inputs

Label ID Type Default Required Description
Define Table dt1 define_table   Input define_table of value/curve pairs to scan; leave empty (optional) to pass through an empty result — all numeric value entries are compared to find the maximum.

Outputs

Label ID Type Description
Max Value define_table define_table A define_table containing the single row (value/curve pair) whose numeric value is the maximum across all rows of the input table.

Disciplines

  • data.dataset.transform
  • data.statistics

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=definetable_get_max_value


Auto-generated from transformation schema. Worker id: definetable_get_max_value. Schema hash: 3a7328fd03af. Hand-curated docs in workerexamples/ override this page when present.