Class DrillDataStoreFactory

java.lang.Object
com.google.api.client.util.store.AbstractDataStoreFactory
org.apache.drill.exec.store.googlesheets.DrillDataStoreFactory
All Implemented Interfaces:
com.google.api.client.util.store.DataStoreFactory

public class DrillDataStoreFactory extends com.google.api.client.util.store.AbstractDataStoreFactory
  • Constructor Details

  • Method Details

    • createDataStore

      protected <V extends Serializable> com.google.api.client.util.store.DataStore<V> createDataStore(String id)
      Specified by:
      createDataStore in class com.google.api.client.util.store.AbstractDataStoreFactory
    • toString

      public String toString()
      Overrides:
      toString in class Object