Class ShredObjectResult
- Namespace
- Apache.Arrow.Operations.Shredding
- Assembly
- Apache.Arrow.Operations.dll
The typed_value result for a shredded object. Contains one ShredResult per field defined in the object's ShredSchema.
public sealed class ShredObjectResult
- Inheritance
-
ShredObjectResult
- Inherited Members
Constructors
ShredObjectResult(IReadOnlyDictionary<string, ShredResult>)
Creates a shredded object result.
public ShredObjectResult(IReadOnlyDictionary<string, ShredResult> fields)
Parameters
fieldsIReadOnlyDictionary<string, ShredResult>
Properties
Fields
Shredded fields, keyed by field name matching the ObjectFields. Each entry is the shredded (value, typed_value) pair for that field.
public IReadOnlyDictionary<string, ShredResult> Fields { get; }