NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
OutputBufferAllocationStrategies.hpp File Reference
#include <stdint.h>
Include dependency graph for OutputBufferAllocationStrategies.hpp:

Namespaces

 NES
 This exception represents a network error.
 
 NES::QueryCompilation
 

Enumerations

enum class  NES::QueryCompilation::OutputBufferAssignmentStrategy : uint8_t { NES::QueryCompilation::FIELD_COPY , NES::QueryCompilation::RECORD_COPY }
 
enum class  NES::QueryCompilation::OutputBufferAllocationStrategy : uint8_t {
  NES::QueryCompilation::ONLY_INPLACE_OPERATIONS , NES::QueryCompilation::REUSE_INPUT_BUFFER_AND_OMIT_OVERFLOW_CHECK , NES::QueryCompilation::REUSE_INPUT_BUFFER , NES::QueryCompilation::OMIT_OVERFLOW_CHECK ,
  NES::QueryCompilation::NO_OPTIMIZATION
}