| 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_; |
no outgoing calls
no test coverage detected