ProtoDecoderImpl

eu.ostrzyciel.jelly.core.ProtoDecoderImpl
See theProtoDecoderImpl companion object
sealed abstract class ProtoDecoderImpl[TNode, TDatatype, +TTriple, +TQuad, +TOut](converter: ProtoDecoderConverter[TNode, TDatatype, TTriple, TQuad])(implicit evidence$1: ClassTag[TDatatype]) extends ProtoDecoder[TOut]

Base class for stateful decoders of protobuf RDF streams.

See the base (extendable) trait: ProtoDecoder.

Attributes

Companion
object
Graph
Supertypes
trait ProtoDecoder[TOut]
class Object
trait Matchable
class Any
Known subtypes
class GraphsAsQuadsDecoder[TNode, TDatatype, TTriple, TQuad]
class GraphsDecoder[TNode, TDatatype, TTriple, TQuad]
class QuadsDecoder[TNode, TDatatype, TTriple, TQuad]
class TriplesDecoder[TNode, TDatatype, TTriple, TQuad]

Members list

Value members

Concrete methods

final override def getStreamOpt: Option[RdfStreamOptions]

Returns the received stream options from the producer.

Returns the received stream options from the producer.

Attributes

Definition Classes
final override def ingestRow(row: RdfStreamRow): Option[TOut]

Attributes

Definition Classes