Uses of Class
org.apache.drill.exec.physical.impl.scan.project.ResolvedTuple.ResolvedMap
Package
Description
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of ResolvedTuple.ResolvedMap in org.apache.drill.exec.physical.impl.scan.project
Modifier and TypeClassDescriptionstatic class
Represents a map tuple (not the map column, rather the value of the map column.) When projecting, we create a new repeated map vector, but share the offsets vector from input to output.static class