Metadata about an attribute with relation name. More...
#include <SystemPrinter.h>
Public Attributes | |
char | relName [MAX_RELATION_NAME] |
The name of the relation associated with the attribute. | |
AttributeInfo | attrInfo |
The name, type, and length of the attribute. |
Metadata about an attribute with relation name.
Metadata about an attribute along with its relation name. This is used by the version of SystemPrinter::SystemPrinter intended to be invoked by the QueryEngine component, as attributes in the query result must be disambiguated by using their relation name. You may also find it useful elsewhere in your implementation.