pub(crate) fn create_partitions_stmt( table_info: &TableInfo, partitions: Vec<PartitionInfo>, ) -> Result<Option<Partitions>>