Package io.substrait.relation
Class AbstractUpdate
java.lang.Object
io.substrait.relation.AbstractRel
io.substrait.relation.ZeroInputRel
io.substrait.relation.AbstractUpdate
- All Implemented Interfaces:
HasExtension,Rel
- Direct Known Subclasses:
NamedUpdate
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Expressionabstract NamedStructabstract List<AbstractUpdate.TransformExpression>Methods inherited from class io.substrait.relation.ZeroInputRel
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.HasExtension
getExtensionMethods inherited from interface io.substrait.relation.Rel
accept, getCommonExtension, getHint, getRemap
-
Constructor Details
-
AbstractUpdate
public AbstractUpdate()
-
-
Method Details
-
getTableSchema
-
getCondition
-
getTransformations
-
deriveRecordType
- Specified by:
deriveRecordTypein classAbstractRel
-