In contrast [to SQL's row-orientation], AQuery adopts a column-oriented semantics … to array; e.g., expressions always define mappings from … price-prev(price) … [p. 4] is element-wise subtraction [A[i] - A[i-1] or A[0]-A[0]] … The function prev() is a sample of the … [It] is order-dependent and size-preserving.
Google-1Google-2