Skip to content
This repository has been 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 opened this issue Aug 1, 2018 · 0 comments
Closed

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

ajnavarro opened this issue Aug 1, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ajnavarro
Copy link
Contributor

The interfaces will be:

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

type ProjectedTable interface {
	Table
	WithProjection(colNames []string) Table
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants