Class ArrowFlusher
- java.lang.Object
-
- net.snowflake.ingest.streaming.internal.ArrowFlusher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.snowflake.ingest.streaming.internal.Flusher
Flusher.SerializationResult
-
-
Constructor Summary
Constructors Constructor Description ArrowFlusher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Flusher.SerializationResultserialize(List<net.snowflake.ingest.streaming.internal.ChannelData<org.apache.arrow.vector.VectorSchemaRoot>> channelsDataPerTable, String filePath)Serialize buffered rows into the underlying format.
-
-
-
Method Detail
-
serialize
public Flusher.SerializationResult serialize(List<net.snowflake.ingest.streaming.internal.ChannelData<org.apache.arrow.vector.VectorSchemaRoot>> channelsDataPerTable, String filePath) throws IOException
Description copied from interface:FlusherSerialize buffered rows into the underlying format.- Specified by:
serializein interfaceFlusher<org.apache.arrow.vector.VectorSchemaRoot>- Parameters:
channelsDataPerTable- buffered rowsfilePath- file path- Returns:
Flusher.SerializationResult- Throws:
IOException
-
-