Template Class PreallocateStage#

Inheritance Relationships#

Base Type#

  • public mrc::pymrc::PythonNode< std::shared_ptr< MessageT >, std::shared_ptr< MessageT > >

Class Documentation#

template<typename MessageT>
class PreallocateStage : public mrc::pymrc::PythonNode<std::shared_ptr<MessageT>, std::shared_ptr<MessageT>>#

Public Types

using base_t = mrc::pymrc::PythonNode<std::shared_ptr<MessageT>, std::shared_ptr<MessageT>>#

Public Functions

PreallocateStage(
const std::vector<std::tuple<std::string, TypeId>> &needed_columns
)#