Show / Hide Table of Contents

Class QueryChannel

Represents a TileDB query channel object.

Inheritance
object
QueryChannel
Implements
IDisposable
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public sealed class QueryChannel : IDisposable

Methods

| Edit this page View Source

ApplyAggregate(AggregateOperation, string)

Adds an aggregate field to the QueryChannel.

Declaration
public void ApplyAggregate(AggregateOperation operation, string name)
Parameters
Type Name Description
AggregateOperation operation

The operation to apply.

string name

The name under which the result of the operation will be available in the query.

| Edit this page View Source

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()

Implements

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