module DuckDB::HugeIntHelper

Defined in:

duckdb/huge_int_helper.cr

Class Method Summary

Class Method Detail

def self.huge_to_i128(value : LibDuckDB::HugeInt) : Int128 #

[View source]
def self.i128_to_huge(value : Int128) : LibDuckDB::HugeInt #

[View source]