iceberg-cpp
Loading...
Searching...
No Matches
Public Member Functions | List of all members
iceberg::util::Formattable Class Referenceabstract

Interface for objects that can be formatted via std::format. More...

#include <formattable.h>

Inheritance diagram for iceberg::util::Formattable:
iceberg::Decimal iceberg::Expression iceberg::Literal iceberg::PartitionField iceberg::PartitionSpec iceberg::SchemaField iceberg::SortField iceberg::SortOrder iceberg::Term iceberg::Transform iceberg::Type iceberg::Uuid

Public Member Functions

virtual std::string ToString () const =0
 Get a user-readable string representation.
 

Detailed Description

Interface for objects that can be formatted via std::format.

You must include iceberg/util/formatter.h when calling std::format.

Member Function Documentation

◆ ToString()

virtual std::string iceberg::util::Formattable::ToString ( ) const
pure virtual

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