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

Method CreateTextConverter

be/src/exec/file-metadata-utils.cc:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59TextConverter FileMetadataUtils::CreateTextConverter() const {
60 return TextConverter(/* escape_char */ '\\',
61 scan_node_->hdfs_table()->null_partition_key_value(),
62 /* check_null */ true, /* strict_mode */ true);
63}
64
65void FileMetadataUtils::PopulateIcebergDefaults(Tuple* template_tuple, MemPool* pool) {
66 DCHECK(scan_node_->hdfs_table()->IsIcebergTable());

Callers

nothing calls this directly

Calls 2

hdfs_tableMethod · 0.80
TextConverterClass · 0.70

Tested by

no test coverage detected