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

Method IsIceberg

be/src/exec/table-sink-base.h:164–164  ·  view source on GitHub ↗

Returns TRUE for Iceberg tables.

Source from the content-addressed store, hash-verified

162
163 /// Returns TRUE for Iceberg tables.
164 bool IsIceberg() const { return table_desc_->IsIcebergTable(); }
165
166 /// Returns TRUE if an external output directory was provided.
167 bool HasExternalOutputDir() { return !external_output_dir_.empty(); }

Callers

nothing calls this directly

Calls 1

IsIcebergTableMethod · 0.80

Tested by

no test coverage detected