19 #ifndef CONSUMER_PRINTER_HPP
20 #define CONSUMER_PRINTER_HPP
22 #include "consumer.hpp"
30 NdbOut & out = ndbout) : m_ndbout(out)
32 m_nodegroup_map = ng_map;
33 m_nodegroup_map_len= ng_map_len;
42 virtual bool table(
const TableS &);
46 virtual void tuple(
const TupleS &, Uint32 fragId);
47 virtual void logEntry(
const LogEntry &);
48 virtual void endOfTuples() {};
49 virtual void endOfLogEntrys();