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