ParquetFileIndex Type
Shared Parquet file handle: schema, row count, and lazily loaded column arrays. Column sources capture this instance so the file stays open for the virtual frame lifetime; dispose explicitly only for short-lived validation helpers.
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
|
|
Full Usage:
this.FieldIndex
Parameters:
string
Returns: int
|
|
Full Usage:
this.Length
Returns: int64
|
|
Full Usage:
this.Path
Returns: string
|
|
Full Usage:
this.ReadDateTimeOffsetColumn
Parameters:
string
Returns: OptionalValue<DateTimeOffset>[]
|
Index helper: accepts DateTime or DateTimeOffset cells.
|
|
Float column (nulls → Missing). Kept as a named alias for benchmarks/tests.
|
Full Usage:
this.ReadTypedColumn
Parameters:
string
Returns: OptionalValue<'T>[]
Type parameters: 'T |
Exact CLR type from `readColumn` (no widening/narrowing).
|
Deedle