Struct Nested<T>
- Namespace
- ParquetSharp
- Assembly
- ParquetSharp.dll
Wraps values that are nested inside group nodes in the Parquet schema, so that complex nested structures can be interpreted from columnar arrays.
public readonly struct Nested<T>
Type Parameters
T
The type of the inner nested value
- Inherited Members
Constructors
Nested(T)
public Nested(T value)
Parameters
value
T
Fields
Value
public readonly T Value
Field Value
- T