Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Class and Description |
---|---|
class |
GPUdbSqlIterator<T extends Record>
Kinetica API class for iterating over records
returned by executing an SQL query.
|
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 |
---|---|
<T extends Record> |
GPUdbBase.query(String sql)
This method is used to send a SQL query to Kinetica and read the records in the returned
GPUdbSqlIterator object.
|
<T extends Record> |
GPUdbBase.query(String sql,
Object parameters)
This method is used to send a SQL query to Kinetica and read the records in the returned
GPUdbSqlIterator object.
|
<T extends Record> |
GPUdbBase.query(String sql,
Object parameters,
Map<String,String> sqlOptions)
This method is used to send a SQL query to Kinetica and read the records in the returned
GPUdbSqlIterator object.
|
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> |
ExecuteSqlResponse.getData()
Avro binary encoded response.
|
List<Record> |
AggregateUniqueResponse.getData()
Avro binary encoded response.
|
List<Record> |
AggregateUnpivotResponse.getData()
Avro binary encoded response.
|
List<Record> |
AggregateGroupByResponse.getData()
Avro binary encoded response.
|
List<Record> |
GetRecordsByColumnResponse.getData()
Avro binary encoded response.
|
Modifier and Type | Method and Description |
---|---|
ExecuteSqlResponse |
ExecuteSqlResponse.setData(List<Record> data)
Avro binary encoded response.
|
AggregateUniqueResponse |
AggregateUniqueResponse.setData(List<Record> data)
Avro binary encoded response.
|
AggregateUnpivotResponse |
AggregateUnpivotResponse.setData(List<Record> data)
Avro binary encoded response.
|
AggregateGroupByResponse |
AggregateGroupByResponse.setData(List<Record> data)
Avro binary encoded response.
|
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setData(List<Record> data)
Avro binary encoded response.
|
Copyright © 2025. All rights reserved.