Documentation
¶
Overview ¶
Package dbscan provides table-function sources for querying external SQL databases (PostgreSQL, MySQL) and producing columnar RecordBatches.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
Scanner reads rows from a *sql.Rows result set into columnar RecordBatches.
func NewScanner ¶
NewScanner creates a Scanner from an open *sql.Rows. The caller should not close the Rows — the Scanner will close them when it returns nil from Next() or when Close() is called.
Click to show internal directories.
Click to hide internal directories.