MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetColType

Method GetColType

src/plugin/kernel/src/AFCTable.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49ArkDataType AFCTable::GetColType(const uint32_t index) const
50{
51 ARK_ASSERT_RET_VAL(table_meta_ != nullptr, ArkDataType::DT_EMPTY);
52
53 return table_meta_->GetColType(index);
54}
55
56const ArkMaskType AFCTable::GetMask() const
57{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected