public class ShowFunctionsResponse extends Object implements org.apache.avro.generic.IndexedRecord
Modifier and Type | Class and Description |
---|---|
static class |
ShowFunctionsResponse.Flags |
Constructor and Description |
---|
ShowFunctionsResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
static org.apache.avro.Schema |
getClassSchema() |
List<Integer> |
getFlags() |
List<String> |
getFunctionNames() |
Map<String,String> |
getInfo() |
List<Integer> |
getOptionalParameterCount() |
List<List<String>> |
getParameters() |
List<String> |
getReturnTypes() |
org.apache.avro.Schema |
getSchema() |
int |
hashCode() |
void |
put(int index,
Object value) |
ShowFunctionsResponse |
setFlags(List<Integer> flags) |
ShowFunctionsResponse |
setFunctionNames(List<String> functionNames) |
ShowFunctionsResponse |
setInfo(Map<String,String> info) |
ShowFunctionsResponse |
setOptionalParameterCount(List<Integer> optionalParameterCount) |
ShowFunctionsResponse |
setParameters(List<List<String>> parameters) |
ShowFunctionsResponse |
setReturnTypes(List<String> returnTypes) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public ShowFunctionsResponse setFunctionNames(List<String> functionNames)
public ShowFunctionsResponse setReturnTypes(List<String> returnTypes)
public ShowFunctionsResponse setParameters(List<List<String>> parameters)
public ShowFunctionsResponse setOptionalParameterCount(List<Integer> optionalParameterCount)
public ShowFunctionsResponse setFlags(List<Integer> flags)
public ShowFunctionsResponse setInfo(Map<String,String> info)
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
public Object get(int index)
get
in interface org.apache.avro.generic.IndexedRecord
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
Copyright © 2020. All rights reserved.