Package io.substrait.relation
Class AbstractDdlRel
java.lang.Object
io.substrait.relation.AbstractRel
io.substrait.relation.ZeroInputRel
io.substrait.relation.AbstractDdlRel
- All Implemented Interfaces:
Rel
- Direct Known Subclasses:
ExtensionDdl,NamedDdl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractDdlRel.DdlObjectabstract AbstractDdlRel.DdlOpabstract Expression.StructLiteralabstract NamedStructMethods 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.Rel
accept, getCommonExtension, getHint, getRemap
-
Constructor Details
-
AbstractDdlRel
public AbstractDdlRel()
-
-
Method Details
-
getTableSchema
-
getTableDefaults
-
getObject
-
getOperation
-
getViewDefinition
-
deriveRecordType
- Specified by:
deriveRecordTypein classAbstractRel
-