cassandra-d v0.0.4 (2019-10-23T11:18:10Z)
Dub
Repo
Decimal
cassandra
cql
result
Undocumented in source.
struct
Decimal {
import
std
.
bigint
;
;
int
exponent
;
BigInt
number
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
exponent
int
exponent
;
Undocumented in source.
number
BigInt
number
;
Undocumented in source.
Meta
Source
See Implementation
cassandra
cql
result
structs
CassandraResult
Decimal
PreparedStatement