| 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 |
nothing calls this directly
no test coverage detected