public class AggregateUniqueResponse extends Object
GPUdb.aggregateUnique
.Modifier and Type | Class and Description |
---|---|
static class |
AggregateUniqueResponse.Info
A set of string constants for the
AggregateUniqueResponse
parameter info . |
Constructor and Description |
---|
AggregateUniqueResponse()
Constructs an AggregateUniqueResponse 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()
The same table name as was passed in the parameter list.
|
int |
hashCode() |
AggregateUniqueResponse |
setData(List<Record> data)
Avro binary encoded response.
|
AggregateUniqueResponse |
setDataType(Type dataType)
The
Type object containing the type of the dynamically generated
data. |
AggregateUniqueResponse |
setHasMoreRecords(boolean hasMoreRecords)
Too many records.
|
AggregateUniqueResponse |
setInfo(Map<String,String> info)
Additional information.
|
AggregateUniqueResponse |
setTableName(String tableName)
The same table name as was passed in the parameter list.
|
String |
toString() |
public AggregateUniqueResponse()
public String getTableName()
tableName
.public AggregateUniqueResponse setTableName(String tableName)
tableName
- The new value for tableName
.this
to mimic the builder pattern.public List<Record> getData()
data
.public AggregateUniqueResponse setData(List<Record> data)
data
- The new value for data
.this
to mimic the builder pattern.public boolean getHasMoreRecords()
hasMoreRecords
.public AggregateUniqueResponse 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 AggregateUniqueResponse 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 AggregateUniqueResponse 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.