Couchbase Lite
Objective-C API for iOS and Mac OS
<CBLViewCompiler > Protocol Reference

Detailed Description

An external object that knows how to map source code of some sort into executable functions.

Inheritance diagram for <CBLViewCompiler >:

Instance Methods

(nullable CBLMapBlock- compileMapFunction:language:
 
(nullable CBLReduceBlock- compileReduceFunction:language:
 

Method Documentation

◆ compileMapFunction:language:()

- (nullable CBLMapBlock CBLViewCompiler) compileMapFunction: (NSString *)  mapSource
language: (NSString *)  language 

◆ compileReduceFunction:language:()

- (nullable CBLReduceBlock CBLViewCompiler) compileReduceFunction: (NSString *)  reduceSource
language: (NSString *)  language 

The documentation for this protocol was generated from the following file: