Interface FlinkMetadata.ColumnOriginNullCount

All Superinterfaces:
org.apache.calcite.rel.metadata.Metadata
Enclosing class:
FlinkMetadata

public static interface FlinkMetadata.ColumnOriginNullCount extends org.apache.calcite.rel.metadata.Metadata
Origin null count, looking until source.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Handler API.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.calcite.rel.metadata.MetadataDef<FlinkMetadata.ColumnOriginNullCount>
     
    static final Method
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns origin null count of the given column from a specified relational expression.

    Methods inherited from interface org.apache.calcite.rel.metadata.Metadata

    rel
  • Field Details

  • Method Details

    • getColumnOriginNullCount

      Double getColumnOriginNullCount(int index)
      Returns origin null count of the given column from a specified relational expression.
      Parameters:
      index - the index of the given column in a specified relational expression
      Returns:
      origin null count of the given column if can be estimated, else return null.