A B C D E F G H I O S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- appendRow(Map<String, Object>, String) - Method in interface com.snowflake.ingest.streaming.SnowflakeStreamingIngestChannel
-
Insert one row into the channel, the row is represented using a Map which maps Column Name to Column Value for the columns in the table.
- appendRows(Iterable<Map<String, Object>>, String, String) - Method in interface com.snowflake.ingest.streaming.SnowflakeStreamingIngestChannel
-
Insert a batch of rows into the channel, each row is represented using a Map which maps Column Name to Column Value for the columns in the table.
All Classes All Packages