Uses of Class
org.apache.drill.exec.physical.impl.scan.v3.file.ImplicitColumnMarker
Packages that use ImplicitColumnMarker
Package
Description
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of ImplicitColumnMarker in org.apache.drill.exec.physical.impl.scan.v3.file
Subclasses of ImplicitColumnMarker in org.apache.drill.exec.physical.impl.scan.v3.fileModifier and TypeClassDescriptionstatic classMarker for a file-based, non-internal implicit column that extracts parts of the file name as defined by the implicit column definition.static classstatic classPartition column defined by a partition depth from the scan root folder.Methods in org.apache.drill.exec.physical.impl.scan.v3.file that return types with arguments of type ImplicitColumnMarkerConstructor parameters in org.apache.drill.exec.physical.impl.scan.v3.file with type arguments of type ImplicitColumnMarkerModifierConstructorDescriptionprotectedParseResult(List<ImplicitColumnMarker> columns, TupleMetadata schema, boolean isMetadataScan) -
Uses of ImplicitColumnMarker in org.apache.drill.exec.physical.impl.scan.v3.schema
Methods in org.apache.drill.exec.physical.impl.scan.v3.schema with parameters of type ImplicitColumnMarkerModifier and TypeMethodDescriptionvoidProjectionSchemaTracker.expandImplicitCol(ColumnMetadata resolved, ImplicitColumnMarker marker) voidScanSchemaTracker.expandImplicitCol(ColumnMetadata resolved, ImplicitColumnMarker marker) Drill defines a wildcard to expand not just reader columns, but also partition columns.voidSchemaBasedTracker.expandImplicitCol(ColumnMetadata resolved, ImplicitColumnMarker marker) voidMutableTupleSchema.ColumnHandle.markImplicit(ImplicitColumnMarker marker) voidMutableTupleSchema.resolveImplicit(MutableTupleSchema.ColumnHandle col, ColumnMetadata resolved, ImplicitColumnMarker marker)