Interface StormStreamableTable

All Superinterfaces:
org.apache.calcite.schema.StreamableTable, org.apache.calcite.schema.Table
All Known Subinterfaces:
ParallelStreamableTable

public interface StormStreamableTable extends org.apache.calcite.schema.StreamableTable
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface org.apache.calcite.schema.StreamableTable

    stream

    Methods inherited from interface org.apache.calcite.schema.Table

    getJdbcTableType, getRowType, getStatistic, isRolledUp, rolledUpColumnValidInsideAgg
  • Method Details

    • primaryKey

      int primaryKey()