public class RawAggregateUnpivotResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.aggregateUnpivotRaw.| Modifier and Type | Class and Description |
|---|---|
static class |
RawAggregateUnpivotResponse.Info
A set of string constants for the
RawAggregateUnpivotResponse
parameter info. |
| Constructor and Description |
|---|
RawAggregateUnpivotResponse()
Constructs a RawAggregateUnpivotResponse object with default parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
ByteBuffer |
getBinaryEncodedResponse()
Avro binary encoded 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()
Too many records.
|
Map<String,String> |
getInfo()
Additional information.
|
String |
getJsonEncodedResponse()
Avro JSON encoded response.
|
String |
getResponseSchemaStr()
Avro schema of
binaryEncodedResponse
or jsonEncodedResponse. |
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
String |
getTableName()
Typically shows the result-table name if provided in the request (Ignore
otherwise).
|
long |
getTotalNumberOfRecords()
Total/Filtered number of records.
|
int |
hashCode() |
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
RawAggregateUnpivotResponse |
setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)
Avro binary encoded response.
|
RawAggregateUnpivotResponse |
setHasMoreRecords(boolean hasMoreRecords)
Too many records.
|
RawAggregateUnpivotResponse |
setInfo(Map<String,String> info)
Additional information.
|
RawAggregateUnpivotResponse |
setJsonEncodedResponse(String jsonEncodedResponse)
Avro JSON encoded response.
|
RawAggregateUnpivotResponse |
setResponseSchemaStr(String responseSchemaStr)
Avro schema of
binaryEncodedResponse
or jsonEncodedResponse. |
RawAggregateUnpivotResponse |
setTableName(String tableName)
Typically shows the result-table name if provided in the request (Ignore
otherwise).
|
RawAggregateUnpivotResponse |
setTotalNumberOfRecords(long totalNumberOfRecords)
Total/Filtered number of records.
|
String |
toString() |
public RawAggregateUnpivotResponse()
public static org.apache.avro.Schema getClassSchema()
public String getTableName()
tableName.public RawAggregateUnpivotResponse setTableName(String tableName)
tableName - The new value for tableName.this to mimic the builder pattern.public String getResponseSchemaStr()
binaryEncodedResponse
or jsonEncodedResponse.responseSchemaStr.public RawAggregateUnpivotResponse setResponseSchemaStr(String responseSchemaStr)
binaryEncodedResponse
or jsonEncodedResponse.responseSchemaStr - The new value for responseSchemaStr.this to mimic the builder pattern.public ByteBuffer getBinaryEncodedResponse()
binaryEncodedResponse.public RawAggregateUnpivotResponse setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)
binaryEncodedResponse - The new value for binaryEncodedResponse.this to mimic the builder pattern.public String getJsonEncodedResponse()
jsonEncodedResponse.public RawAggregateUnpivotResponse setJsonEncodedResponse(String jsonEncodedResponse)
jsonEncodedResponse - The new value for jsonEncodedResponse.this to mimic the builder pattern.public long getTotalNumberOfRecords()
totalNumberOfRecords.public RawAggregateUnpivotResponse setTotalNumberOfRecords(long totalNumberOfRecords)
totalNumberOfRecords - The new value for totalNumberOfRecords.this to mimic the builder pattern.public boolean getHasMoreRecords()
hasMoreRecords.public RawAggregateUnpivotResponse setHasMoreRecords(boolean hasMoreRecords)
hasMoreRecords - The new value for hasMoreRecords.this to mimic the builder pattern.public Map<String,String> getInfo()
QUALIFIED_RESULT_TABLE_NAME: The fully qualified name of the
table (i.e. including the schema) used to store the results.
Map.info.public RawAggregateUnpivotResponse setInfo(Map<String,String> info)
QUALIFIED_RESULT_TABLE_NAME: The fully qualified name of the
table (i.e. including the schema) used to store the results.
Map.info - The new value for info.this to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainerpublic Object get(int index)
get in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to getIndexOutOfBoundsExceptionpublic void put(int index,
Object value)
put in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to setvalue - the value to setIndexOutOfBoundsExceptionCopyright © 2025. All rights reserved.