Package io.substrait.hint
Class Hint
java.lang.Object
io.substrait.hint.Hint
- All Implemented Interfaces:
HasExtension
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.substrait.hint.ImmutableHint.Builderbuilder()getAlias()abstract List<Hint.LoadedComputation>abstract Optional<Hint.RuntimeConstraint>abstract List<Hint.SavedComputation>abstract Optional<Hint.Stats>getStats()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.substrait.relation.HasExtension
getExtension
-
Constructor Details
-
Hint
public Hint()
-
-
Method Details
-
getAlias
-
getOutputNames
-
getStats
-
getRuntimeConstraint
-
getLoadedComputations
-
getSavedComputations
-
builder
public static io.substrait.hint.ImmutableHint.Builder builder()
-