Package

org.opencypher.okapi

procedures

Permalink

package procedures

Visibility
  1. Public
  2. All

Type Members

  1. trait Extractor[T <: WrappedCursor] extends AnyRef

    Permalink
  2. class LabelPropertyKeyMap extends AnyRef

    Permalink

    Stores the gatheredd information about label, property, type combinations.

    Stores the gatheredd information about label, property, type combinations.

    Note

    This implementation is mutable and does inplace updates

  3. case class NodeExtractor(api: GraphDatabaseAPI, ctx: ThreadToStatementContextBridge) extends Extractor[WrappedNodeCursor] with Product with Serializable

    Permalink
  4. class OkapiProcedures extends AnyRef

    Permalink
  5. class OkapiSchemaInfo extends AnyRef

    Permalink
  6. case class RelExtractor(api: GraphDatabaseAPI, ctx: ThreadToStatementContextBridge) extends Extractor[WrappedRelationshipCursor] with Product with Serializable

    Permalink
  7. class SchemaCalculator extends AnyRef

    Permalink
  8. trait WrappedCursor extends AnyRef

    Permalink
  9. case class WrappedNodeCursor(cursor: NodeCursor) extends WrappedCursor with Product with Serializable

    Permalink
  10. case class WrappedRelationshipCursor(cursor: RelationshipScanCursor) extends WrappedCursor with Product with Serializable

    Permalink

Value Members

  1. object LabelPropertyKeyMap

    Permalink

Ungrouped