me.mnedokushev.zio.apache.arrow.core

Members list

Type members

Classlikes

object Allocator

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Allocator.type
object Tabular

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Tabular.type
final case class ValidationError(message: String, cause: Option[Throwable]) extends IllegalArgumentException

Attributes

Supertypes
trait Product
trait Equals
class IllegalArgumentException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object Vector

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Vector.type

Value members

Concrete methods

def validateSchema[A : Schema](schema: Schema): Task[Unit]
def whenSchemaValid[A : Schema, B](schema: Schema)(ifValid: => B): B