|
iceberg-cpp
|
A reference represents a named field in an expression. More...
#include <term.h>
Public Member Functions | |
| virtual std::string_view | name () const =0 |
| Returns the name of the referenced field. | |
A reference represents a named field in an expression.
|
pure virtual |
Returns the name of the referenced field.
Implemented in iceberg::NamedReference, and iceberg::BoundReference.