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

Method IsIcebergTable

be/src/runtime/descriptors.h:503–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501 const TValidWriteIdList& ValidWriteIdList() const { return valid_write_id_list_; }
502
503 bool IsIcebergTable() const { return is_iceberg_; }
504 const std::string& IcebergTableLocation() const { return iceberg_table_location_; }
505 const std::vector<TIcebergPartitionSpec>& IcebergPartitionSpecs() const {
506 return iceberg_partition_specs_;

Calls

no outgoing calls

Tested by

no test coverage detected