MCPcopy Create free account
hub / github.com/apache/impala / ToThrift

Method ToThrift

be/src/runtime/types.h:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 TColumnType ToThrift() const {
193 TColumnType thrift_type;
194 ToThrift(&thrift_type);
195 return thrift_type;
196 }
197
198 inline bool IsBooleanType() const { return type == TYPE_BOOLEAN; }
199

Callers

nothing calls this directly

Calls 1

ToThriftFunction · 0.85

Tested by

no test coverage detected