Documentation
¶
Index ¶
- func NewConnect(opts map[string]string) (ret *connector, err error)
- type Driver
- type DriverType
- func (d DriverType) GetFormat() string
- func (d DriverType) PrepareRows(result chdbpurego.ChdbResult, buf []byte, bufSize int, useUnsafe bool) (driver.Rows, error)
- func (d DriverType) PrepareStreamingRows(result chdbpurego.ChdbStreamResult, bufSize int, useUnsafe bool) (driver.Rows, error)
- func (d DriverType) String() string
- func (d DriverType) SupportStreaming() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnect ¶
Types ¶
type Driver ¶
type Driver struct{}
type DriverType ¶ added in v1.4.0
type DriverType int
const ( ARROW DriverType = iota PARQUET PARQUET_STREAMING INVALID )
func (DriverType) GetFormat ¶ added in v1.10.0
func (d DriverType) GetFormat() string
func (DriverType) PrepareRows ¶ added in v1.4.0
func (d DriverType) PrepareRows(result chdbpurego.ChdbResult, buf []byte, bufSize int, useUnsafe bool) (driver.Rows, error)
func (DriverType) PrepareStreamingRows ¶ added in v1.10.0
func (d DriverType) PrepareStreamingRows(result chdbpurego.ChdbStreamResult, bufSize int, useUnsafe bool) (driver.Rows, error)
func (DriverType) String ¶ added in v1.4.0
func (d DriverType) String() string
func (DriverType) SupportStreaming ¶ added in v1.10.0
func (d DriverType) SupportStreaming() bool
Click to show internal directories.
Click to hide internal directories.