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