Class ImpliedTupleRequest

java.lang.Object
org.apache.drill.exec.physical.resultSet.project.ImpliedTupleRequest
All Implemented Interfaces:
RequestedTuple

public class ImpliedTupleRequest extends Object implements RequestedTuple
Represents a wildcard: SELECT * when used at the root tuple. When used with maps, means selection of all map columns, either implicitly, or because the map itself is selected.