Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnect ¶
Types ¶
type Driver ¶
type Driver struct{}
type DriverType ¶
type DriverType int
const ( ARROW DriverType = iota PARQUET INVALID )
func (DriverType) PrepareRows ¶
func (d DriverType) PrepareRows(result *chdbstable.LocalResult, buf []byte, bufSize int, useUnsafe bool) (driver.Rows, error)
func (DriverType) String ¶
func (d DriverType) String() string
Click to show internal directories.
Click to hide internal directories.