suketa / ruby-duckdb

Ruby binding for DuckDB

Home Page:https://github.com/suketa/ruby-duckdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement DuckDB::Result#_to_big_decimal

suketa opened this issue · comments

commented

implement DuckDB::Result#_to_big_decimal_internal from DuckDB::Result#__to_decimal_internal

result.__to_decimal_internal(row, col) #=> [lower, upper, width, scale]