Package com.gpudb.protocol
Class ShowFunctionsResponse
- java.lang.Object
-
- com.gpudb.protocol.ShowFunctionsResponse
-
- All Implemented Interfaces:
org.apache.avro.generic.GenericContainer,org.apache.avro.generic.IndexedRecord
public class ShowFunctionsResponse extends Object implements org.apache.avro.generic.IndexedRecord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShowFunctionsResponse.Flags
-
Constructor Summary
Constructors Constructor Description ShowFunctionsResponse()
-
Method Summary
-
-
-
Method Detail
-
getClassSchema
public static org.apache.avro.Schema getClassSchema()
-
setFunctionNames
public ShowFunctionsResponse setFunctionNames(List<String> functionNames)
-
setReturnTypes
public ShowFunctionsResponse setReturnTypes(List<String> returnTypes)
-
setParameters
public ShowFunctionsResponse setParameters(List<List<String>> parameters)
-
setOptionalParameterCount
public ShowFunctionsResponse setOptionalParameterCount(List<Integer> optionalParameterCount)
-
setFlags
public ShowFunctionsResponse setFlags(List<Integer> flags)
-
setTypeSchemas
public ShowFunctionsResponse setTypeSchemas(List<String> typeSchemas)
-
setProperties
public ShowFunctionsResponse setProperties(List<Map<String,List<String>>> properties)
-
setInfo
public ShowFunctionsResponse setInfo(Map<String,String> info)
-
getSchema
public org.apache.avro.Schema getSchema()
- Specified by:
getSchemain interfaceorg.apache.avro.generic.GenericContainer
-
get
public Object get(int index)
- Specified by:
getin interfaceorg.apache.avro.generic.IndexedRecord
-
put
public void put(int index, Object value)- Specified by:
putin interfaceorg.apache.avro.generic.IndexedRecord
-
-