Documentation ¶
Overview ¶
Package drivers is the parent package of the concrete sq driver implementations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OptIngestHeader = options.NewBool( "ingest.header", 0, false, "Ingest data has a header row", `Specifies whether ingested data has a header row or not. If not set, the ingester *may* try to detect if the input has a header. Generally it is best to leave this option unset and allow the ingester to detect the header.`, "source", )
OptIngestHeader specifies whether ingested data has a header row or not. If not set, the ingester *may* try to detect if the input has a header.
View Source
var OptIngestSampleSize = options.NewInt(
"ingest.sample-size",
0,
1024,
"Ingest data sample size for type detection",
`Specify the number of samples that a detector should take to determine type.`,
"source",
)
OptIngestSampleSize specifies the number of samples that a detector should take to determine type.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package csv implements the sq driver for CSV/TSV et al.
|
Package csv implements the sq driver for CSV/TSV et al. |
Package html is the future home of the HTML table import driver.
|
Package html is the future home of the HTML table import driver. |
Package json implements the sq driver for JSON.
|
Package json implements the sq driver for JSON. |
Package postgres implements the sq driver for postgres.
|
Package postgres implements the sq driver for postgres. |
Package sqlite3 implements the sq driver for SQLite.
|
Package sqlite3 implements the sq driver for SQLite. |
Package sqlserver implements the sq driver for SQL Server.
|
Package sqlserver implements the sq driver for SQL Server. |
Package userdriver implements the "user-driver" functionality that allows users to define source driver types declaratively.
|
Package userdriver implements the "user-driver" functionality that allows users to define source driver types declaratively. |
xmlud
Package xmlud provides user driver XML import functionality.
|
Package xmlud provides user driver XML import functionality. |
Package xlsx implements the sq driver for Microsoft Excel.
|
Package xlsx implements the sq driver for Microsoft Excel. |
Click to show internal directories.
Click to hide internal directories.