oph_dump

Description

Behaviour

It translates a binary array into a human-readable form.

Parameters

  • input measure type: Ophidia typing. Supported types are: ‘oph_double’; ‘oph_float’; ‘oph_long’; ‘oph_int’; ‘oph_short’; ‘oph_byte’.
  • output measure type: not used.
  • measure: input measure.
  • encoding : used to represent data. Supported encoding are: ‘decimal’ (default); ‘base64’.

Return type

String.

Examples

Get a human-readable array from oph_double measures.

oph_dump('OPH_DOUBLE','',measure)

Operation type

Simple.

Arguments

Argument name Type Mandatory Values Default Min/Max-value Min/Max-times
input measure type “oph_type” “yes” “‘oph_double’|’oph_float’|’oph_int’|’oph_long’|’oph_short’|’oph_byte’”     “1” / “1”
output measure type “oph_type” “yes”       “1” / “1”
measure “binary-array” “yes”       “1” / “1”
encoding “string” “no” “‘decimal’|’base64’” “decimal”