public static class ScanProjectionParser.ProjectionParseResult extends Object
Modifier and Type | Field and Description |
---|---|
TupleMetadata |
dynamicSchema |
int |
wildcardPosn |
Constructor and Description |
---|
ProjectionParseResult(int wildcardPosn,
TupleMetadata dynamicSchema) |
Modifier and Type | Method and Description |
---|---|
boolean |
isProjectAll() |
public final int wildcardPosn
public final TupleMetadata dynamicSchema
public ProjectionParseResult(int wildcardPosn, TupleMetadata dynamicSchema)
Copyright © 1970 The Apache Software Foundation. All rights reserved.