public static class StarParquetWriter.StarBuilder
extends <any>
Constructor and Description |
---|
StarBuilder(StarTable table,
OutputFile ofile)
Constructor based on a parquet OutputFile.
|
StarBuilder(StarTable table,
Path path)
Constructor based on a hadoop Path.
|
Modifier and Type | Method and Description |
---|---|
StarTable |
getTable()
Returns the table that this writer will write.
|
<any> |
getWriteSupport(Configuration config) |
StarParquetWriter.StarBuilder |
self() |
StarParquetWriter.StarBuilder |
withGroupArray(boolean groupArray)
Configures array-valued column writing style.
|
public StarBuilder(StarTable table, Path path)
table
- table to writepath
- destination pathpublic StarBuilder(StarTable table, OutputFile ofile)
table
- table to writeofile
- destination filepublic StarTable getTable()
public StarParquetWriter.StarBuilder withGroupArray(boolean groupArray)
groupArray
- true for group-style arrays,
false for repeated primitivespublic StarParquetWriter.StarBuilder self()
public <any> getWriteSupport(Configuration config)