@Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=WindowFunctionSignatures.class) public @interface WindowFunctionSignature
| Modifier and Type | Required Element and Description |
|---|---|
String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
argumentTypes |
String |
returnType |
String |
typeVariable |
Copyright © 2012–2022. All rights reserved.