Package io.substrait.relation
Class AbstractReadRel
java.lang.Object
io.substrait.relation.AbstractRel
io.substrait.relation.ZeroInputRel
io.substrait.relation.AbstractReadRel
- All Implemented Interfaces:
HasExtension,Rel
- Direct Known Subclasses:
EmptyScan,ExtensionTable,LocalFiles,NamedScan,VirtualTableScan
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final Type.Structabstract Optional<Expression>abstract Optional<Expression>abstract 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.HasExtension
getExtensionMethods inherited from interface io.substrait.relation.Rel
accept, getCommonExtension, getHint, getRemap
-
Constructor Details
-
AbstractReadRel
public AbstractReadRel()
-
-
Method Details
-
getInitialSchema
-
getFilter
-
getBestEffortFilter
-
deriveRecordType
- Specified by:
deriveRecordTypein classAbstractRel
-