update docs

main
Ziyang Hu 2 years ago
parent cccfa11ccf
commit 4a5a9c34ab

@ -105,10 +105,11 @@ You can also explicitly specify the correspondence::
department_name = b, department_name = b,
=> =>
head_count = count(c), head_count = count(c),
address = b address: String = b
} }
You *must* use explicit correspondence if the entry head contains aggregation. You *must* use explicit correspondence if the entry head contains aggregation.
The ``address`` field shows how to specify both a type and a correspondence.
Instead of specifying bindings, you can specify an expression to generate values:: Instead of specifying bindings, you can specify an expression to generate values::

Loading…
Cancel
Save