Package io.tiledb.java.api
Class ChannelOperation
- java.lang.Object
-
- io.tiledb.java.api.ChannelOperation
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class ChannelOperation extends java.lang.Object implements java.lang.AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description ChannelOperation(Context ctx, ChannelOperator operator, Query query, java.lang.String fieldName)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()SWIGTYPE_p_tiledb_channel_operation_tgetOperationp()
-
-
-
Constructor Detail
-
ChannelOperation
public ChannelOperation(Context ctx, ChannelOperator operator, Query query, java.lang.String fieldName) throws TileDBError
Constructor- Parameters:
ctx- the contextoperator- The channel operatorquery- The queryfieldName- The field name to apply the operation to- Throws:
TileDBError
-
-
Method Detail
-
getOperationp
public SWIGTYPE_p_tiledb_channel_operation_t getOperationp()
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
-