Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Data source api: change Project and Filter pushdown interfaces #310

Closed
@ajnavarro

Description

@ajnavarro

The interfaces will be:

type FilteredTable interface {
	Table
	HandledFilters(filters []Expression) []Expression
	WithFilters(filters []Expression) Table
}

type ProjectedTable interface {
	Table
	WithProjection(colNames []string) Table
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions