Package org.rumbledb.api
Class SequenceWriter
java.lang.Object
org.rumbledb.api.SequenceWriter
-
Constructor Summary
ConstructorsConstructorDescriptionSequenceWriter(SequenceOfItems sequence, org.apache.spark.sql.DataFrameWriter<org.apache.spark.sql.Row> dataFrameWriter, String source, org.apache.spark.sql.SaveMode mode, Map<String, String> options, RumbleRuntimeConfiguration configuration) SequenceWriter(SequenceOfItems sequence, RumbleRuntimeConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidinsertInto(String tableName) voidmode(org.apache.spark.sql.SaveMode saveMode) options(org.apache.spark.sql.util.CaseInsensitiveStringMap options) voidvoidpartitionBy(String... colNames) voidsave()voidvoidsaveAsTable(String tableName) voidvoidvoid
-
Constructor Details
-
SequenceWriter
public SequenceWriter(SequenceOfItems sequence, org.apache.spark.sql.DataFrameWriter<org.apache.spark.sql.Row> dataFrameWriter, String source, org.apache.spark.sql.SaveMode mode, Map<String, String> options, RumbleRuntimeConfiguration configuration) -
SequenceWriter
-
-
Method Details
-
mode
-
mode
-
format
-
option
-
option
-
option
-
option
-
options
-
options
-
partitionBy
-
bucketBy
-
sortBy
-
save
-
getSerializer
-
save
public void save() -
insertInto
-
saveAsTable
-
tyson
-
yaml
-
json
-
parquet
-
text
-
orc
-
csv
-