public static interface FlinkMetadata.ColumnOriginNullCount
extends org.apache.calcite.rel.metadata.Metadata
Modifier and Type | Interface and Description |
---|---|
static interface |
FlinkMetadata.ColumnOriginNullCount.Handler
Handler API.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.calcite.rel.metadata.MetadataDef<FlinkMetadata.ColumnOriginNullCount> |
DEF |
static Method |
METHOD |
Modifier and Type | Method and Description |
---|---|
Double |
getColumnOriginNullCount(int index)
Returns origin null count of the given column from a specified relational expression.
|
static final Method METHOD
static final org.apache.calcite.rel.metadata.MetadataDef<FlinkMetadata.ColumnOriginNullCount> DEF
Double getColumnOriginNullCount(int index)
index
- the index of the given column in a specified relational expressionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.