Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoadParams ¶
type LoadParams struct {
FilePath string // path to the Parquet file
Table string // target table name
Schema string // target schema (default "dbo")
Mode LoadMode // append or truncate_and_load
ConnStr string // database connection string
}
LoadParams configures a data load operation.
Click to show internal directories.
Click to hide internal directories.