|< < 61 > >|
Similarly, project can be pushed below sort, as long as the sort columns are preserved. project( sort(R, [b, c]), [b, c])
project( sort(R, [b, c]), [b, c])
can be transformed to: sort( project(R, [b, c]), [b, c])
sort( project(R, [b, c]), [b, c])