pub fn partition_insert_target( context: &PartitionContext<'_>, requested_table: &str, document: &ResultRow, params: &[SQLParam], include_descendants: bool, ) -> Result<String, SQLError>