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

variable idx

variable offset

variable name

Last updated