public class RawAggregateUnpivotResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.aggregateUnpivotRaw(AggregateUnpivotRequest)
.Modifier and Type | Class and Description |
---|---|
static class |
RawAggregateUnpivotResponse.Info
Additional information.
|
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() |
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() |
Map<String,String> |
getInfo() |
String |
getJsonEncodedResponse() |
String |
getResponseSchemaStr() |
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
String |
getTableName() |
long |
getTotalNumberOfRecords() |
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) |
RawAggregateUnpivotResponse |
setHasMoreRecords(boolean hasMoreRecords) |
RawAggregateUnpivotResponse |
setInfo(Map<String,String> info) |
RawAggregateUnpivotResponse |
setJsonEncodedResponse(String jsonEncodedResponse) |
RawAggregateUnpivotResponse |
setResponseSchemaStr(String responseSchemaStr) |
RawAggregateUnpivotResponse |
setTableName(String tableName) |
RawAggregateUnpivotResponse |
setTotalNumberOfRecords(long totalNumberOfRecords) |
String |
toString() |
public RawAggregateUnpivotResponse()
public static org.apache.avro.Schema getClassSchema()
public String getTableName()
public RawAggregateUnpivotResponse setTableName(String tableName)
tableName
- Typically shows the result-table name if provided in
the request (Ignore otherwise).this
to mimic the builder pattern.public String getResponseSchemaStr()
binaryEncodedResponse
or jsonEncodedResponse
.public RawAggregateUnpivotResponse setResponseSchemaStr(String responseSchemaStr)
responseSchemaStr
- Avro schema of binaryEncodedResponse
or jsonEncodedResponse
.this
to mimic the builder pattern.public ByteBuffer getBinaryEncodedResponse()
public RawAggregateUnpivotResponse setBinaryEncodedResponse(ByteBuffer binaryEncodedResponse)
binaryEncodedResponse
- Avro binary encoded response.this
to mimic the builder pattern.public String getJsonEncodedResponse()
public RawAggregateUnpivotResponse setJsonEncodedResponse(String jsonEncodedResponse)
jsonEncodedResponse
- Avro JSON encoded response.this
to mimic the builder pattern.public long getTotalNumberOfRecords()
public RawAggregateUnpivotResponse setTotalNumberOfRecords(long totalNumberOfRecords)
totalNumberOfRecords
- Total/Filtered number of records.this
to mimic the builder pattern.public boolean getHasMoreRecords()
public RawAggregateUnpivotResponse setHasMoreRecords(boolean hasMoreRecords)
hasMoreRecords
- Too many records. Returned a partial set.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
.public RawAggregateUnpivotResponse setInfo(Map<String,String> info)
info
- Additional information.
QUALIFIED_RESULT_TABLE_NAME
: The fully qualified name of
the table (i.e. including the schema) used to store the
results.
Map
.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
Copyright © 2024. All rights reserved.