Package io.substrait.relation
Class AbstractWriteRel
java.lang.Object
io.substrait.relation.AbstractRel
io.substrait.relation.SingleInputRel
io.substrait.relation.AbstractWriteRel
- All Implemented Interfaces:
Rel
- Direct Known Subclasses:
ExtensionWrite,NamedWrite
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractWriteRel.CreateModeabstract AbstractWriteRel.WriteOpabstract AbstractWriteRel.OutputModeabstract NamedStructMethods inherited from class io.substrait.relation.SingleInputRel
getInput, getInputsMethods inherited from class io.substrait.relation.AbstractRel
getRecordTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.substrait.relation.Rel
accept, getCommonExtension, getHint, getRemap
-
Constructor Details
-
AbstractWriteRel
public AbstractWriteRel()
-
-
Method Details
-
getTableSchema
-
getOperation
-
getCreateMode
-
getOutputMode
-
deriveRecordType
- Specified by:
deriveRecordTypein classAbstractRel
-