| Modifier and Type | Method and Description |
|---|---|
com.starrocks.thrift.TScanBatchResult |
BackendClient.getNext(com.starrocks.thrift.TScanNextBatchParams nextBatchParams)
get next row batch from StarRocks BE
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectedFailedException |
class |
IllegalArgumentException |
class |
ShouldNeverHappenException |
class |
StarrocksInternalException |
| Modifier and Type | Method and Description |
|---|---|
static List<PartitionDefinition> |
RestService.findPartitions(Settings cfg,
org.slf4j.Logger logger)
find StarRocks RDD partitions from StarRocks FE.
|
static Schema |
RestService.getSchema(Settings cfg,
org.slf4j.Logger logger)
discover StarRocks table schema from StarRocks FE.
|
static Schema |
RestService.parseSchema(String response,
org.slf4j.Logger logger)
translate StarRocks FE response to inner
Schema struct. |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
RowBatch.next() |
| Constructor and Description |
|---|
RowBatch(com.starrocks.thrift.TScanBatchResult nextResult,
Schema schema) |
RowBatch(com.starrocks.thrift.TScanBatchResult nextResult,
Schema schema,
java.time.ZoneId timeZone) |
Copyright © 2024. All rights reserved.