iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Apache::Hadoop::Hive::Decimal Class Reference
Inheritance diagram for Apache::Hadoop::Hive::Decimal:

Public Member Functions

 Decimal (const Decimal &)
 
Decimaloperator= (const Decimal &)
 
void __set_scale (const int16_t val)
 
void __set_unscaled (const std::string &val)
 
bool operator== (const Decimal &rhs) const
 
bool operator!= (const Decimal &rhs) const
 
bool operator< (const Decimal &) const
 
uint32_t read (::apache::thrift::protocol::TProtocol *iprot) override
 
uint32_t write (::apache::thrift::protocol::TProtocol *oprot) const override
 
virtual void printTo (std::ostream &out) const
 

Public Attributes

int16_t scale
 
std::string unscaled
 

The documentation for this class was generated from the following files: