| Package | Description |
|---|---|
| org.apache.hive.hplsql.objects |
| Modifier and Type | Field and Description |
|---|---|
static MethodParams.Arity |
MethodParams.Arity.BINARY |
static MethodParams.Arity |
MethodParams.Arity.NULLARY |
static MethodParams.Arity |
MethodParams.Arity.UNARY |
| Modifier and Type | Method and Description |
|---|---|
static MethodParams.Arity |
MethodParams.Arity.max(int count) |
static MethodParams.Arity |
MethodParams.Arity.min(int count) |
static MethodParams.Arity |
MethodParams.Arity.of(int count) |
| Constructor and Description |
|---|
MethodParams(String methodName,
List<Var> actual,
MethodParams.Arity arity) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.