Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work in Progress helper function getEndDateCap #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rcarterjr
Copy link

Metadata helper function used to resolve issue 839

Here is my getEndDateCap work in progress that I will be calling from RangeStream @ivakegg

@@ -1126,6 +1126,44 @@ public long getCardinalityForField(String fieldName, String datatype, Date begin
return count;
}

public Date getEndDateCap(Date begin, Date end) throws TableNotFoundException {

// Get all the rows in DatawaveMetadata for the field, only in the 'f'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where are the options for scanning the 'f' column only? I must not have had enough coffee because I'm not seeing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cap query end date in certain cases, responsibly
2 participants