View Source Explorer.Backend.LazySeries (Explorer v0.8.2)

This is an opaque implementation of a Series.

It represents an operation with its arguments.

Summary

Types

@type t() :: %Explorer.Backend.LazySeries{
  aggregation: boolean(),
  args: list(),
  backend: nil | module(),
  dtype: any(),
  op: atom()
}