()
| 103 | } |
| 104 | |
| 105 | @Override |
| 106 | public String toString() { |
| 107 | return toStringHelper().toString(); |
| 108 | } |
| 109 | |
| 110 | public static Column fromThrift(TColumn columnDesc) throws ImpalaRuntimeException { |
| 111 | String comment = columnDesc.isSetComment() ? columnDesc.getComment() : null; |
no test coverage detected