Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var All = []Format{ Parquet, JSON, }
All is a variable containing all supported format for enumeration
Functions ¶
This section is empty.
Types ¶
type Format ¶
type Format string
Format defines the format the data will be persisted in by Destination
const ( // Parquet data format https://parquet.apache.org/ Parquet Format = "parquet" // JSON format JSON Format = "json" )
Click to show internal directories.
Click to hide internal directories.