scanner

package
v0.0.0-...-920a96b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileScanTask

type FileScanTask struct {
	File        icegopher.DataFile
	DeleteFiles []icegopher.DataFile

	Start, Length int64
}

func NewFileScanTask

func NewFileScanTask(data icegopher.DataFile, deletes []icegopher.DataFile, start, length int64) FileScanTask

func (FileScanTask) FilesCount

func (f FileScanTask) FilesCount() int

func (FileScanTask) SizeBytes

func (f FileScanTask) SizeBytes() int64

type ScanTask

type ScanTask interface {
	SizeBytes() int64
	EstimatedRowsCount() int64
	FilesCount() int
}

type TableScan

type TableScan interface {
	PlanFiles() ([]ScanTask, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL