본문으로 건너뛰기

타입 별칭: IndexOperation

type IndexOperation = readonly ["eq", "gt", "gte", "lt", "lte", "in", "like", "ilike"];

정의 위치: packages/db/src/indexes/base-index.ts:12

사용 가능한 비교 함수에서 가져온, 인덱스가 지원할 수 있는 연산입니다