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.

PilosaDriver: Implement AscendIndex and DescendIndex interfaces #211

Closed
@ajnavarro

Description

@ajnavarro

First of all, we need to modify a bit the existing interface to apply all the changes that we did on the base Index interface.

  • Instead of accepting key interface{} we need to modify methods to use key ...interface{}.
  • AscendRange(greaterOrEqual, lessThan interface{}) (IndexLookup, error) becomes AscendRange(greaterOrEqual, lessThan []interface{}) (IndexLookup, error).

The same changes should be applied to DescendIndex interface.

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