@InterfaceStability.Committed @InterfaceAudience.Public public interface View
Represents a View definition to store and load.
Use DefaultView create methods to build “classic” views and SpatialView create methods to build spatial/dimensional views.
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasReduce()
If a reduce function is set or not.
|
String |
map()
The map function
|
String |
name()
The name of the view.
|
String |
reduce()
The reduce function.
|
String name()
The name of the view.
String map()
The map function
String reduce()
The reduce function.
boolean hasReduce()
If a reduce function is set or not.
Copyright © 2015 Couchbase, Inc.