exposed
Toggle table of contents
1.3.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
exposed
exposed-core
/
org.jetbrains.exposed.v1.core
/
vectorLiteral
vector
Literal
fun
vectorLiteral
(
value
:
FloatArray
)
:
LiteralOp
<
FloatArray
>
fun
vectorLiteral
(
value
:
IntArray
)
:
LiteralOp
<
IntArray
>
Returns the specified
value
as a string literal.