public class AggregateUnpivotResponse extends Object
GPUdb.aggregateUnpivot
.Modifier and Type | Class and Description |
---|---|
static class |
AggregateUnpivotResponse.Info
A set of string constants for the
AggregateUnpivotResponse
parameter info . |
Constructor and Description |
---|
AggregateUnpivotResponse()
Constructs an AggregateUnpivotResponse object with default parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Record> |
getData()
Avro binary encoded response.
|
Type |
getDataType()
The
Type object containing the type of the dynamically generated
data. |
boolean |
getHasMoreRecords()
Too many records.
|
Map<String,String> |
getInfo()
Additional information.
|
String |
getTableName()
Typically shows the result-table name if provided in the request (Ignore
otherwise).
|
long |
getTotalNumberOfRecords()
Total/Filtered number of records.
|
int |
hashCode() |
AggregateUnpivotResponse |
setData(List<Record> data)
Avro binary encoded response.
|
AggregateUnpivotResponse |
setDataType(Type dataType)
The
Type object containing the type of the dynamically generated
data. |
AggregateUnpivotResponse |
setHasMoreRecords(boolean hasMoreRecords)
Too many records.
|
AggregateUnpivotResponse |
setInfo(Map<String,String> info)
Additional information.
|
AggregateUnpivotResponse |
setTableName(String tableName)
Typically shows the result-table name if provided in the request (Ignore
otherwise).
|
AggregateUnpivotResponse |
setTotalNumberOfRecords(long totalNumberOfRecords)
Total/Filtered number of records.
|
String |
toString() |
public AggregateUnpivotResponse()
public String getTableName()
tableName
.public AggregateUnpivotResponse setTableName(String tableName)
tableName
- The new value for tableName
.this
to mimic the builder pattern.public List<Record> getData()
data
.public AggregateUnpivotResponse setData(List<Record> data)
data
- The new value for data
.this
to mimic the builder pattern.public long getTotalNumberOfRecords()
totalNumberOfRecords
.public AggregateUnpivotResponse setTotalNumberOfRecords(long totalNumberOfRecords)
totalNumberOfRecords
- The new value for totalNumberOfRecords
.this
to mimic the builder pattern.public boolean getHasMoreRecords()
hasMoreRecords
.public AggregateUnpivotResponse 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 AggregateUnpivotResponse 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 Type getDataType()
Type
object containing the type of the dynamically generated
data.dataType
.public AggregateUnpivotResponse setDataType(Type dataType)
Type
object containing the type of the dynamically generated
data.dataType
- The new value for dataType
.this
to mimic the builder pattern.Copyright © 2025. All rights reserved.