Package io.deephaven.iceberg.util
Interface InferenceInstructions.Namer
- Enclosing class:
- InferenceInstructions
public static interface InferenceInstructions.Namer
The Deephaven column namer.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionof
(Collection<? extends org.apache.iceberg.types.Types.NestedField> path, Type<?> type) Called for each field path that Deephaven is inferring.
-
Method Details
-
of
Called for each field path that Deephaven is inferring. Implementations must ensure they return a valid, unique column name.- Parameters:
path
- the nested field pathtype
- the type- Returns:
- the Deephaven column name
-