Functionsยง
- base58_
decode_ column - base58_
encode - base58_
encode_ column - cast
- Casts columns according to given (column name, target data type) pairs.
- cast_
by_ type - Casts all columns with from_type to to_type.
- cast_
schema - Casts column types according to given (column name, target data type) pairs.
- cast_
schema_ by_ type - Casts columns with from_type to to_type
- hex_
decode_ column - hex_
encode - hex_
encode_ column - schema_
binary_ to_ string - Converts binary fields to string in the schema
- schema_
decimal256_ to_ binary - Converts decimal256 fields to binary in the schema
- u256_
column_ from_ binary - u256_
column_ to_ binary - u256_
to_ binary - Converts all Decimal256 (U256) columns in the batch to big endian binary values