WIP: Compiled SQL function #33
@@ -55,7 +55,7 @@ class Function(
|
|||||||
fun getDefinition(): String {
|
fun getDefinition(): String {
|
||||||
return parameters
|
return parameters
|
||||||
.filter { it.direction == Parameter.Direction.IN }
|
.filter { it.direction == Parameter.Direction.IN }
|
||||||
.joinToString(", ") { "${it.name} ${it.type}" }
|
.joinToString(", ") { it.type }
|
||||||
.let { "$name ($it)" }
|
.let { "$name ($it)" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user