NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
TCPSource.cpp File Reference
#include <API/AttributeField.hpp>
#include <Common/PhysicalTypes/DefaultPhysicalTypeFactory.hpp>
#include <Runtime/FixedSizeBufferPool.hpp>
#include <Runtime/QueryManager.hpp>
#include <Sources/Parsers/CSVParser.hpp>
#include <Sources/Parsers/JSONParser.hpp>
#include <Sources/Parsers/NESBinaryParser.hpp>
#include <Sources/PersistentSourceProperties/PersistentTCPSourceProperties.hpp>
#include <Sources/TCPSource.hpp>
#include <Util/Logger/Logger.hpp>
#include <arpa/inet.h>
#include <charconv>
#include <chrono>
#include <cstring>
#include <errno.h>
#include <netinet/in.h>
#include <sstream>
#include <string>
#include <sys/socket.h>
#include <unistd.h>
#include <utility>
#include <vector>
Include dependency graph for TCPSource.cpp:

Namespaces

 NES
 This exception represents a network error.
 

Functions

std::pair< bool, size_t > NES::sizeUntilSearchToken (SPAN_TYPE< const char > data, char token)
 
size_t NES::asciiBufferSize (const SPAN_TYPE< const char > data)
 
size_t NES::binaryBufferSize (SPAN_TYPE< const char > data)