check_if_belongs_to_iceberg_table

Function check_if_belongs_to_iceberg_table 

Source
pub async fn check_if_belongs_to_iceberg_table<C>(
    txn: &C,
    job_id: JobId,
) -> MetaResult<bool>
where C: ConnectionTrait,