@InterfaceStability.Committed @InterfaceAudience.Public public interface View
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()
String map()
String reduce()
boolean hasReduce()
Copyright © 2015 Couchbase, Inc.