VirtualParquetExtensions Module
Type extensions
| Type extension |
Description
|
Full Usage:
Virtual.ReadParquet(path, ?indexColumn, ?searchColumns, ?columnKeys)
Parameters:
string
?indexColumn : string
?searchColumns : VirtualSearchColumn list
?columnKeys : string list
Returns: Frame<DateTimeOffset, string>
|
Load a Parquet file as a virtual frame with an ordered row index. Requested columns are read into memory and cached; the underlying file handle stays reachable for the lifetime of the returned frame. Column CLR types match [`Frame.readParquet`] / `Implementation.readColumn`.
Extended Type:
|
Deedle