Enum QueryFieldOrigin
Specifies where a QueryField came from.
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public enum QueryFieldOrigin : uint
Fields
| Name | Description |
|---|---|
| Aggregate | The field is an aggregate value, computed at the time the query is executed. |
| Attribute | The field is an attribute from the array schema. |
| Dimension | The field is a dimension from the array schema. |