public class StreamingSQLResultUpdater extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
StreamingSQLResultUpdater.StreamingSQLResult
Streaming SQL result wrapper class, containing table and row number mapping
|
| Constructor and Description |
|---|
StreamingSQLResultUpdater() |
| Modifier and Type | Method and Description |
|---|---|
protected static StreamingSQLResultUpdater.StreamingSQLResult |
updateStreamingSQLResult(BasicTable result,
BasicIntVector deleteLineMap,
IMessage msg)
Update streaming SQL result table
|
protected static StreamingSQLResultUpdater.StreamingSQLResult updateStreamingSQLResult(BasicTable result, BasicIntVector deleteLineMap, IMessage msg) throws Exception
result - The result table to updatedeleteLineMap - Row number mappingmsg - Log messageException - If an error occurs during updateCopyright © 2026 DolphinDB. All rights reserved.