Package

net.sansa_stack.rdf.partition

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. trait RdfPartition extends AnyRef

    Permalink
  2. case class RdfPartitionDefault(subjectType: Byte, predicate: String, objectType: Byte, datatype: String, langTagPresent: Boolean) extends RdfPartition with Serializable with Product

    Permalink

    special datatypes: b for blank, u for uri, typed literal otherwise

  3. trait RdfPartitioner[P <: RdfPartition] extends AnyRef

    Permalink

Value Members

  1. object RdfPartitionerDefault extends RdfPartitioner[RdfPartitionDefault] with Serializable

    Permalink

Ungrouped