Interface ParquetColumnResolver
- All Known Implementing Classes:
ParquetColumnResolverMap
public interface ParquetColumnResolver
A resolver from Deephaven column names to Parquet paths.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA factory for creating Parquet column resolvers. -
Method Summary
-
Method Details
-
of
The path to the leaf field in the Parquet schema corresponding to the DeephavencolumnName.- Parameters:
columnName- the column name- Returns:
- the path to the leaf field in the Parquet schema
- See Also:
-
ColumnDescriptor.getPath()MessageType.getColumnDescription(String[])
-