Class ChannelOperation

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class ChannelOperation
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Detail

      • ChannelOperation

        public ChannelOperation​(Context ctx,
                                ChannelOperator operator,
                                Query query,
                                java.lang.String fieldName)
                         throws TileDBError
        Constructor
        Parameters:
        ctx - the context
        operator - The channel operator
        query - The query
        fieldName - The field name to apply the operation to
        Throws:
        TileDBError
    • Method Detail

      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception