Uses of Class
org.apache.drill.common.logical.data.Except
Packages that use Except
Package
Description
Logical operators in a query graph.
Visitors for Drill logical plan graphs.
-
Uses of Except in org.apache.drill.common.logical.data
Methods in org.apache.drill.common.logical.data that return Except -
Uses of Except in org.apache.drill.common.logical.data.visitors
Methods in org.apache.drill.common.logical.data.visitors with parameters of type ExceptModifier and TypeMethodDescriptionAbstractLogicalVisitor.visitExcept
(Except except, X value) LogicalVisitor.visitExcept
(Except except, EXTRA value) -
Uses of Except in org.apache.drill.exec.planner.logical
Methods in org.apache.drill.exec.planner.logical with parameters of type ExceptModifier and TypeMethodDescriptionstatic DrillExceptRel
DrillExceptRel.convert
(Except except, ConversionContext context) ScanFieldDeterminer.visitExcept
(Except except, ScanFieldDeterminer.FieldList value)