Package io.tiledb.java.api
Class QueryChannel
- java.lang.Object
-
- io.tiledb.java.api.QueryChannel
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class QueryChannel extends java.lang.Object implements java.lang.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQueryChannel(Context ctx, SWIGTYPE_p_p_tiledb_query_channel_t queryChannelpp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyAggregate(java.lang.String fieldName, ChannelOperation channelOperation)Apply an aggregate operation on this channel which will produce the results on the output field passed as argumentvoidclose()
-
-
-
Constructor Detail
-
QueryChannel
protected QueryChannel(Context ctx, SWIGTYPE_p_p_tiledb_query_channel_t queryChannelpp)
-
-
Method Detail
-
applyAggregate
public void applyAggregate(java.lang.String fieldName, ChannelOperation channelOperation) throws TileDBErrorApply an aggregate operation on this channel which will produce the results on the output field passed as argument- Parameters:
fieldName- The field namechannelOperation- the aggregate operation to be applied on the channel- Throws:
TileDBError
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
-