async fn find_ttl(
table_id: TableId,
table_ttl: Option<TimeToLive>,
schema_metadata_manager: &SchemaMetadataManagerRef,
) -> Result<TimeToLive>
Expand description
Finds TTL of table by first examine table options then database options.
async fn find_ttl(
table_id: TableId,
table_ttl: Option<TimeToLive>,
schema_metadata_manager: &SchemaMetadataManagerRef,
) -> Result<TimeToLive>
Finds TTL of table by first examine table options then database options.