arrow_data

Module decimal

Source
Expand description

Defines maximum and minimum values for decimal256 and decimal128 types for varying precisions.

Also provides functions to validate if a given decimal value is within the valid range of the decimal type.

Constants§

Functions§

  • Determines whether the specified i256 value can be properly interpreted as a Decimal256 number with precision precision
  • Determines whether the specified i128 value can be properly interpreted as a Decimal number with precision precision
  • Validates that the specified i256 of value can be properly interpreted as a Decimal256 number with precision precision
  • Validates that the specified i128 value can be properly interpreted as a Decimal number with precision precision