NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
Identifiers.hpp File Reference
#include <Identifiers/NESStrongType.hpp>
#include <cstddef>
#include <cstdint>
Include dependency graph for Identifiers.hpp:

Namespaces

 NES
 This exception represents a network error.
 

Macros

#define UNSURE_CONVERSION_TODO_4761(from, to)   (to(from.getRawValue()))
 

Typedefs

using NES::SubpartitionId = NESStrongType< uint64_t, struct SubpartitionId_, 0, 1 >
 
using NES::PartitionId = NESStrongType< uint64_t, struct PartitionId_, 0, 1 >
 
using NES::OperatorId = NESStrongType< uint64_t, struct OperatorId_, 0, 1 >
 
using NES::PipelineId = NESStrongType< uint64_t, struct PipelineId_, 0, 1 >
 
using NES::QueryId = NESStrongType< uint64_t, struct QueryId_, 0, 1 >
 
using NES::SharedQueryId = NESStrongType< uint64_t, struct SharedQueryId_, 0, 1 >
 
using NES::DecomposedQueryId = NESStrongType< uint64_t, struct DecomposedQueryPlanId_, 0, 1 >
 
using NES::WorkerId = NESStrongType< uint64_t, struct WorkerId_, 0, 1 >
 
using NES::WorkerThreadId = NESStrongType< uint32_t, struct WorkerThreadId_, UINT32_MAX, 0 >
 
using NES::RequestId = NESStrongType< uint64_t, struct RequestId_, 0, 1 >
 
using NES::StatisticId = uint64_t
 
using NES::DecomposedQueryPlanVersion = uint16_t
 
using NES::ChunkNumber = uint64_t
 

Functions

size_t NES::operator% (const WorkerThreadId id, const size_t containerSize)
 Special overloads for commonly occuring patterns. More...
 

Macro Definition Documentation

◆ UNSURE_CONVERSION_TODO_4761

#define UNSURE_CONVERSION_TODO_4761 (   from,
  to 
)    (to(from.getRawValue()))