| 63 | CREATE_STATIC_KERNEL(InfoKernel, s_info) |
| 64 | |
| 65 | std::string InfoKernel::getName() const { return s_info.name; } |
| 66 | |
| 67 | InfoKernel::InfoKernel() : m_showStats(false), m_showSchema(false), |
| 68 | m_showAll(false), m_showMetadata(false), m_boundary(false), |