Interface DrillViewInfoProvider

All Known Implementing Classes:
DrillHiveViewTable, DrillViewTable

public interface DrillViewInfoProvider
Interface used by Drill components such as InformationSchema generator to get view info. All view tables need to implement this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the query part of the view.
  • Method Details

    • getViewSql

      String getViewSql()
      Get the query part of the view.