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