Skip to content
Snippets Groups Projects
Commit 4f5eacf8 authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Improve the documentation string.

parent e49c2215
No related branches found
No related tags found
No related merge requests found
......@@ -56,10 +56,13 @@ def rows_serializer(rows):
Handle the general case where field belongs to different
table and where function can be applied.
Field are encoded as table_field.
Field are encoded as TableField.
Field with an applied function like COUNT(table.field)
are encoded as table_field_count
Field with an applied function like COUNT(table.field)
are encoded as TableFieldCount
Return a list of records
A record is a dictionary {TableField: value,...}
"""
# Map between column name and TableField
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment