| 352 | } |
| 353 | |
| 354 | bool TextConverter::SupportsCodegenWriteSlot(const ColumnType& col_type) { |
| 355 | // TODO: implement codegen for binary (IMPALA-11475) |
| 356 | return col_type.type != TYPE_CHAR && !col_type.IsBinaryType(); |
| 357 | } |
nothing calls this directly
no test coverage detected