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) default InferenceInstructions.Builderschema(org.apache.iceberg.Schema schema) spec(org.apache.iceberg.PartitionSpec spec)
-
Method Details
-
schema
-
directSchema
-
spec
-
failOnUnsupportedTypes
-
namerFactory
-
build
InferenceInstructions build()
-