summaryrefslogtreecommitdiffstats
path: root/yql/essentials/data/language/features.json
blob: 6105b4a060bb437d793c7ae2f9e3e142636a414c (plain) (blame)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
    "Materialize": {
        "description": "MATERIALIZE",
        "min_langver": "max"
    },
    "Experiments": {
        "min_langver": "max"
    },
    "IfWithoutEvaluate": {
        "description": "IF without EVALUATE",
        "min_langver": "max"
    },
    "ForWithoutEvaluate": {
        "description": "FOR without EVALUATE",
        "min_langver": "max"
    },
    "ParallelFor": {
        "description": "PARALLEL FOR",
        "min_langver": "max"
    },
    "Combine": {
        "description": "COMBINE",
        "min_langver": "max"
    },
    "AggPhases": {
        "description": "GROUP BY MODE",
        "min_langver": "max"
    },
    "YqlSelect": {
        "min_langver": "max"
    },
    "YqlRangeWindows": {
        "min_langver": "2026.01"
    },
    "YtCreateView": {
        "description": "CREATE VIEW",
        "min_langver": "2025.05"
    },
    "YtDropView": {
        "description": "DROP VIEW",
        "min_langver": "2025.05"
    },
    "InlineSubquery": {
        "description": "Inline subquery",
        "min_langver": "2025.04"
    },
    "UdfNamedArgumentLayers": {
        "description": "Udf: named argument Layers",
        "min_langver": "2025.04"
    },
    "PartitionListTableFunction": {
        "description": "PARTITION_LIST table function",
        "min_langver": "2025.04"
    },
    "PartitionsTableFunction": {
        "description": "PARTITIONS table function",
        "min_langver": "2025.04"
    },
    "ReplaceInto": {
        "description": "REPLACE",
        "min_langver": "2025.04"
    },
    "LegacyNotNull": {
        "max_langver": "2025.03"
    },
    "UnionDistinct": {
        "description": "UNION DISTINCT",
        "min_langver": "2025.03"
    },
    "ExceptIntersect": {
        "description": "EXCEPT/INTERSECT",
        "min_langver": "2025.03"
    },
    "UdfNamedArgumentDepends": {
        "description": "Udf: named argument Depends",
        "min_langver": "2025.03"
    },
    "PersistableFlattenAndAggrExprs": {
        "min_langver": "2025.03"
    },
    "GroupByExprAfterWhere": {
        "min_langver": "2025.02"
    }
}