Show / Hide Table of Contents

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.

  • Edit this page
  • View Source
In this article
Back to top Copyright © 2018-2023 TileDB Inc.