Uses of Class
net.snowflake.ingest.streaming.InsertValidationResponse
-
Packages that use InsertValidationResponse Package Description net.snowflake.ingest.streaming -
-
Uses of InsertValidationResponse in net.snowflake.ingest.streaming
Methods in net.snowflake.ingest.streaming that return InsertValidationResponse Modifier and Type Method 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.
-