Divide numbers

Supported in: Batch, Streaming

Divide one number by another number.

Expression categories: Numeric

Declared arguments

  • Left - Numerator.
    Expression<Numeric>
  • Right - Denominator.
    Expression<Numeric>

Output type: Decimal | Double

Examples

Example 1: Base case

Argument values:

  • Left: col_a
  • Right: col_b
col_acol_bOutput
422.0
1125.5