duckdb_hugeint class final

! Hugeints are composed of a (lower, upper) component ! The value of the hugeint is upper * 2^64 + lower ! For easy usage, the functions duckdb_hugeint_to_double/duckdb_double_to_hugeint are recommended

Inheritance
Implemented types
Available extensions

Constructors

duckdb_hugeint()

Properties

hashCode int
The hash code for this object.
no setterinherited
lower int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upper int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited