| Package | Description |
|---|---|
| net.snowflake.ingest.streaming |
| Modifier and Type | Method and Description |
|---|---|
InsertValidationResponse |
SnowflakeStreamingIngestChannel.insertRow(Map<String,Object> row,
String offsetToken)
Insert one row into the channel, the row is represented using Map where the key is column name
and the value is a row of data
|
InsertValidationResponse |
SnowflakeStreamingIngestChannel.insertRows(Iterable<Map<String,Object>> rows,
String offsetToken)
Insert a batch of rows into the channel, each row is represented using Map where the key is
column name and the value is a row of data
|
Copyright © 2022. All rights reserved.