blob: 59c4687055003374fa689930791f85484193f6e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
All thoses modules transforms an expression.
Simple transformations
----------------------
:Ast:
Regenerate the Ast from the expression
:Repr:
Generate a representable string
:Type_of:
Infer the type of an expression
:Compose:
Allow to use a module into another one.
:Headers:
Extract the headers to display in the result file
Composed transformations
------------------------
:Query:
Build an sql query. This module relies on Type_of
|