Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Class and Description |
---|---|
class |
GenericRecord
|
class |
RecordBase
Abstract class that provides default implementations of most methods of
Record . |
class |
RecordObject
Abstract base class for objects that contain
Record data with a
schema defined at compile time. |
Modifier and Type | Method and Description |
---|---|
Record |
Type.newInstance()
Creates a new
Record based on the type. |
Modifier and Type | Method and Description |
---|---|
List<Record> |
GetRecordsByColumnResponse.getData()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
List<Record> |
AggregateGroupByResponse.getData()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
List<Record> |
AggregateUniqueResponse.getData()
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Modifier and Type | Method and Description |
---|---|
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setData(List<Record> data)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateGroupByResponse |
AggregateGroupByResponse.setData(List<Record> data)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
AggregateUniqueResponse |
AggregateUniqueResponse.setData(List<Record> data)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Copyright © 2016. All rights reserved.