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

B+Tree eflag에서 여러 부분 값들에 대한 비교 연산의 AND/OR 조회 기능 #588

Open
jhpark816 opened this issue May 31, 2021 · 0 comments

Comments

@jhpark816
Copy link
Collaborator

B+Tree eflag에서 여러 부분 값들에 대한 비교 연산의 AND/OR 조회 기능을 제공할 수 있는 지를 검토한다.
예를 들어, 아래 2 경우를 AND 조회하는 경우가 있을 수 있다.

  • eflag의 첫째 바이트의 값은 0x08 인 경우
  • eflag의 둘째 바이트의 값은 0xF0 보다 큰 경우

그 외에도 부분 값들의 비교 결과들의 다양한 AND 조합이나 OR 조합이 가능할 수 있다.

@jhpark816 jhpark816 reopened this Jul 10, 2024
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

No branches or pull requests

1 participant