Package

ml.sparkling.graph.operators

predicates

Permalink

package predicates

Visibility
  1. Public
  2. All

Type Members

  1. case class ByIdPredicate(vertex: VertexId) extends VertexPredicate with Serializable with Product

    Permalink

    Created by Roman Bartusiak ([email protected] http://riomus.github.io).

    Created by Roman Bartusiak ([email protected] http://riomus.github.io). Predicate for single vertexId

  2. case class ByIdsPredicate(vertex: List[VertexId]) extends VertexPredicate with Serializable with Product

    Permalink

    Created by Roman Bartusiak ([email protected] http://riomus.github.io).

    Created by Roman Bartusiak ([email protected] http://riomus.github.io). Predicate for list of vertexIds

Value Members

  1. object AllPathPredicate extends VertexPredicate with Serializable

    Permalink

    Created by Roman Bartusiak ([email protected] http://riomus.github.io).

    Created by Roman Bartusiak ([email protected] http://riomus.github.io). Always true predicate

Ungrouped