Query

meteor.Query
See theQuery companion class
object Query

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Query.type

Members list

Value members

Concrete methods

def apply[P : Encoder](partitionKey: P): Query[P, Nothing]
def apply[P : Encoder, S : Encoder](partitionKey: P, sortKeyQuery: SortKeyQuery[S]): Query[P, S]
def apply[P : Encoder](partitionKey: P, filter: Expression): Query[P, Nothing]

Create a Query where the table doesn't have a sort key.

Create a Query where the table doesn't have a sort key.

Value parameters

filter

filter expression

partitionKey

partition key

Attributes

Returns

a query