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

Method SupportsCodegenWriteSlot

be/src/exec/text-converter.cc:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354bool 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}

Callers

nothing calls this directly

Calls 1

IsBinaryTypeMethod · 0.80

Tested by

no test coverage detected