public class RawAggregateGroupByResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.aggregateGroupByRaw(AggregateGroupByRequest)
.
The Raw version of this method can be used to specify the encoding scheme of the response.Constructor and Description |
---|
RawAggregateGroupByResponse()
Constructs a RawAggregateGroupByResponse object with default parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Object |
get(int index)
This method supports the Avro framework and is not intended to be called directly by the user.
|
ByteBuffer |
getBinaryEncodedResponse()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called directly by the user.
|
boolean |
getHasMoreRecords()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
String |
getJsonEncodedResponse()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
String |
getResponseSchemaStr()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called directly by the user.
|
long |
getTotalNumberOfRecords()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
int |
hashCode()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called directly by the user.
|
RawAggregateGroupByResponse |
setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawAggregateGroupByResponse |
setHasMoreRecords(boolean hasMoreRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawAggregateGroupByResponse |
setJsonEncodedResponse(String jsonEncodedResponse)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawAggregateGroupByResponse |
setResponseSchemaStr(String responseSchemaStr)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawAggregateGroupByResponse |
setTotalNumberOfRecords(long totalNumberOfRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
String |
toString()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
public RawAggregateGroupByResponse()
public static org.apache.avro.Schema getClassSchema()
public String getResponseSchemaStr()
binaryEncodedResponse
or jsonEncodedResponse
.public RawAggregateGroupByResponse setResponseSchemaStr(String responseSchemaStr)
responseSchemaStr
- Avro schema of binaryEncodedResponse
or jsonEncodedResponse
.this
to mimic the builder pattern.public ByteBuffer getBinaryEncodedResponse()
public RawAggregateGroupByResponse setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)
binaryEncodedResponse
- Avro binary encoded response.this
to mimic the builder pattern.public String getJsonEncodedResponse()
public RawAggregateGroupByResponse setJsonEncodedResponse(String jsonEncodedResponse)
jsonEncodedResponse
- Avro JSON encoded response.this
to mimic the builder pattern.public long getTotalNumberOfRecords()
public RawAggregateGroupByResponse setTotalNumberOfRecords(long totalNumberOfRecords)
totalNumberOfRecords
- Total/Filtered number of records.this
to mimic the builder pattern.public boolean getHasMoreRecords()
public RawAggregateGroupByResponse setHasMoreRecords(boolean hasMoreRecords)
hasMoreRecords
- Too many records. Returned a partial set.this
to mimic the builder pattern.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
index
- the position of the field to getIndexOutOfBoundsException
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to setvalue
- the value to setIndexOutOfBoundsException
public boolean equals(Object obj)
public String toString()
Copyright © 2016. All rights reserved.