Class

com.cognite.sdk.scala.v1_0

RawRows

Related Doc: package v1_0

Permalink

class RawRows[F[_]] extends RawResource[RawRow, RawRow, F, RawRowKey, String]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawRows
  2. RawResource
  3. ReadWritableResource
  4. ReadableResourceWithRetrieve
  5. ReadableResource
  6. Resource
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawRows(project: String, database: String, table: String)(implicit auth: Auth, sttpBackend: SttpBackend[F, _])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val baseUri: Uri

    Permalink
    Definition Classes
    RawRowsResource
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def create[T](items: Seq[T])(implicit t: Transformer[T, RawRow]): F[Response[Seq[RawRow]]]

    Permalink
    Definition Classes
    ReadWritableResource
  8. def createItems(items: Items[RawRow]): F[Response[Seq[RawRow]]]

    Permalink
    Definition Classes
    RawRowsReadWritableResource
  9. val defaultLimit: Long

    Permalink
    Definition Classes
    Resource
  10. def deleteByIds(ids: Seq[String]): F[Response[Unit]]

    Permalink
    Definition Classes
    RawResourceReadWritableResource
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. implicit val errorOrItemsDecoder: Decoder[Either[CdpApiError[CogniteId], Id[Items[RawRow]]]]

    Permalink
    Definition Classes
    ReadableResourceWithRetrieve
  14. implicit val errorOrItemsWithCursorDecoder: Decoder[Either[CdpApiError[Unit], Id[ItemsWithCursor[RawRow]]]]

    Permalink
    Definition Classes
    ReadableResource
  15. implicit val errorOrStringDataPointsByIdResponseDecoder: Decoder[Either[CdpApiError[CogniteId], Id[ItemsWithCursor[RawRow]]]]

    Permalink
    Definition Classes
    ReadWritableResource
  16. implicit val errorOrUnitDecoder: Decoder[Either[CdpApiError[CogniteId], Unit]]

    Permalink
    Definition Classes
    RawResource
  17. implicit val extractor: Extractor[Id]

    Permalink
    Definition Classes
    RawRowsReadWritableResourceReadableResource
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. implicit val idEncoder: Encoder[RawRowKey]

    Permalink
    Definition Classes
    RawRowsReadableResource
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def read(): F[Response[ItemsWithCursor[RawRow]]]

    Permalink
    Definition Classes
    ReadableResource
  27. def readAll(): Iterator[F[Response[Seq[RawRow]]]]

    Permalink
    Definition Classes
    ReadableResource
  28. def readAllFromCursor(cursor: String): Iterator[F[Response[Seq[RawRow]]]]

    Permalink
    Definition Classes
    ReadableResource
  29. def readAllFromCursorWithLimit(cursor: String, limit: Long): Iterator[F[Response[Seq[RawRow]]]]

    Permalink
    Definition Classes
    ReadableResource
  30. def readAllWithLimit(limit: Long): Iterator[F[Response[Seq[RawRow]]]]

    Permalink
    Definition Classes
    ReadableResource
  31. def readFromCursor(cursor: String): F[Response[ItemsWithCursor[RawRow]]]

    Permalink
    Definition Classes
    ReadableResource
  32. def readFromCursorWithLimit(cursor: String, limit: Long): F[Response[ItemsWithCursor[RawRow]]]

    Permalink
    Definition Classes
    ReadableResource
  33. def readWithLimit(limit: Long): F[Response[ItemsWithCursor[RawRow]]]

    Permalink
    Definition Classes
    ReadableResource
  34. val request: RequestT[Empty, String, Nothing]

    Permalink
    Definition Classes
    Resource
  35. def retrieveByIds(ids: Seq[String]): F[Response[Seq[RawRow]]]

    Permalink
    Definition Classes
    ReadableResourceWithRetrieve
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toInternalId(id: String): RawRowKey

    Permalink
    Definition Classes
    RawRowsResource
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RawResource[RawRow, RawRow, F, RawRowKey, String]

Inherited from ReadWritableResource[RawRow, RawRow, F, Id, RawRowKey, String]

Inherited from ReadableResourceWithRetrieve[RawRow, F, Id, RawRowKey, String]

Inherited from ReadableResource[RawRow, F, Id, RawRowKey, String]

Inherited from Resource[F, RawRowKey, String]

Inherited from AnyRef

Inherited from Any

Ungrouped