Package | Description |
---|---|
com.huawei.dli.sdk |
Modifier and Type | Method and Description |
---|---|
Row |
ResultSet.getRow()
Get the current row form ResultSet
|
Row |
TunnelJob.newRow() |
Row |
ObsReader.read() |
Row |
Reader.read() |
Row |
JsonObsReader.read() |
Row |
AvroObsReader.read() |
Modifier and Type | Method and Description |
---|---|
List<Row> |
SQLJob.getJobResult()
If job type is "QUEUE",you can get this job result.
|
List<Row> |
SQLJob.getJobResult(Integer pageSize,
Integer currentPage)
If job type is "QUEUE",you can get this job result.
|
List<Row> |
SQLJob.previewJobResult()
If job type is "QUEUE",you can get this job result
Just get top 1000
|
Modifier and Type | Method and Description |
---|---|
void |
ObsWriter.write(Row row) |
void |
AvroObsWriter.write(Row row) |
void |
Writer.write(Row row) |
Constructor and Description |
---|
ResultSet(SQLJob sqlJob,
List<Row> rows) |
Copyright © 2023. All rights reserved.