public class ResultDescriptor extends Object
Constructor and Description |
---|
ResultDescriptor(String resultId,
TableSchema resultSchema,
boolean isMaterialized,
boolean isTableauMode) |
Modifier and Type | Method and Description |
---|---|
String |
getResultId() |
TableSchema |
getResultSchema() |
boolean |
isMaterialized() |
boolean |
isTableauMode() |
public ResultDescriptor(String resultId, TableSchema resultSchema, boolean isMaterialized, boolean isTableauMode)
public String getResultId()
public TableSchema getResultSchema()
public boolean isMaterialized()
public boolean isTableauMode()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.