hybridse::codec::ColInfo
#include <fe_row_codec.h>
Summary
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