Property IsEmpty

Assembly: redb.Core.dll

✅ NEW FLAG: Indicates that query should return empty result
Used for Where(x => false) and similar cases

public bool IsEmpty { get; set; }