| Package | Description |
|---|---|
| com.facebook.presto.spi.function |
| Modifier and Type | Method and Description |
|---|---|
InvocationConvention.InvocationReturnConvention |
InvocationConvention.getReturnConvention() |
static InvocationConvention.InvocationReturnConvention |
InvocationConvention.InvocationReturnConvention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvocationConvention.InvocationReturnConvention[] |
InvocationConvention.InvocationReturnConvention.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InvocationConvention(List<InvocationConvention.InvocationArgumentConvention> argumentConventionList,
InvocationConvention.InvocationReturnConvention returnConvention,
boolean hasSession) |
Copyright © 2012–2022. All rights reserved.