public class GenerationExpressionParser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GenerationExpressionParser.LeafExprDesc |
Constructor and Description |
---|
GenerationExpressionParser() |
Modifier and Type | Method and Description |
---|---|
static GenerateExpression |
parse(String exprJson)
trunc_time(d, 'day') -->
[
{
"leafExprDesc": {
"reference": {
"name": "d"
},
"type": "timestamp"
}
},
{
"leafExprDesc": {
"constant": "day",
"type": "string"
}
},
{
"functionCall": {
"name": "trunc_time",
"type": "string"
}
}
]
|
public static GenerateExpression parse(String exprJson)
Copyright © 2025 Alibaba Cloud Computing. All rights reserved.