hybridse::codec::ColInfo

#include <fe_row_codec.h>

Summary

Public functions

ColInfo(const std::string & name, ::hybridse::type::Type type, uint32_t idx, uint32_t offset)

Public attributes

::hybridse::type::Type

uint32_t

uint32_t

std::string

Public Functions

function ColInfo

inline ColInfo()

function ColInfo

inline ColInfo(
    const std::string & name,
    ::hybridse::type::Type type,
    uint32_t idx,
    uint32_t offset
)

Public Attributes

variable type

::hybridse::type::Type type;

variable idx

uint32_t idx;

variable offset

uint32_t offset;

variable name

std::string name;

Last updated