Class QueryChannel
Represents a TileDB query channel object.
Implements
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public sealed class QueryChannel : IDisposable
Methods
| Edit this page View SourceApplyAggregate(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. |
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()