Package io.deephaven.iceberg.util
Interface InferenceInstructions.Builder
- Enclosing class:
- InferenceInstructions
public static interface InferenceInstructions.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
failOnUnsupportedTypes
(boolean failOnUnsupportedTypes) namerFactory
(InferenceInstructions.Namer.Factory namerFactory) schema
(org.apache.iceberg.Schema schema) spec
(org.apache.iceberg.PartitionSpec spec)
-
Method Details
-
schema
-
spec
-
failOnUnsupportedTypes
-
namerFactory
-
build
InferenceInstructions build()
-