.. _auto_definetable_get_min_value: *RETURN THE MIN OF ALL VALUES* ============================== Scans all numeric values in a Define Table and returns the minimum value found. Use this worker when you need to extract the smallest scalar entry from a table of value-and-curve pairs within a workflow. When to use ----------- Classification: **process**. Tagged: ``aggregate``, ``define_table``, ``min``, ``table_ops``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Define Table - dt1 - define_table - — - - Input Define Table containing value-and-curve pairs to scan; the worker searches all numeric values in this table to determine the minimum. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Min Value - define_table - define_table - A Define Table whose scalar value entry holds the minimum value found across all entries 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_min_value `_ .. raw:: html

Auto-generated from transformation schema. Worker id: definetable_get_min_value. Schema hash: 6f5197216447. Hand-curated docs in workerexamples/ override this page when present.