Uses of Class
org.apache.drill.exec.store.ischema.InfoSchemaFilter
Packages that use InfoSchemaFilter
-
Uses of InfoSchemaFilter in org.apache.drill.exec.store.ischema
Methods in org.apache.drill.exec.store.ischema that return InfoSchemaFilterModifier and TypeMethodDescriptionInfoSchemaFilterBuilder.build()InfoSchemaSubScan.getFilter()InfoSchemaGroupScan.getSchemaFilter()Methods in org.apache.drill.exec.store.ischema with parameters of type InfoSchemaFilterModifier and TypeMethodDescription<S> PojoRecordReader<S> InfoSchemaTableType.getRecordReader(org.apache.calcite.schema.SchemaPlus rootSchema, InfoSchemaFilter filter, OptionManager optionManager, MetastoreRegistry metastoreRegistry) Constructors in org.apache.drill.exec.store.ischema with parameters of type InfoSchemaFilterModifierConstructorDescriptionInfoSchemaGroupScan(InfoSchemaTableType table, InfoSchemaFilter filter) InfoSchemaSubScan(InfoSchemaTableType table, InfoSchemaFilter filter)