Uses of Class
org.apache.drill.exec.store.base.filter.ExprNode.ColRelOpConstNode
Packages that use ExprNode.ColRelOpConstNode
Package
Description
-
Uses of ExprNode.ColRelOpConstNode in org.apache.drill.exec.store.base.filter
Methods in org.apache.drill.exec.store.base.filter that return ExprNode.ColRelOpConstNodeModifier and TypeMethodDescriptionExprNode.ColRelOpConstNode.normalize(ConstantHolder normalizedValue) Rewrite a relop using the given normalized value.ExprNode.ColRelOpConstNode.rewrite(String newName, ConstantHolder newValue) Constructors in org.apache.drill.exec.store.base.filter with parameters of type ExprNode.ColRelOpConstNodeModifierConstructorDescriptionColRelOpConstNode(ExprNode.ColRelOpConstNode from, ConstantHolder value) Rewrite the RelOp with a normalized value. -
Uses of ExprNode.ColRelOpConstNode in org.apache.drill.exec.store.googlesheets
Methods in org.apache.drill.exec.store.googlesheets that return types with arguments of type ExprNode.ColRelOpConstNodeModifier and TypeMethodDescriptionGoogleSheetsGroupScan.filters()GoogleSheetsSubScan.getFilters()Constructor parameters in org.apache.drill.exec.store.googlesheets with type arguments of type ExprNode.ColRelOpConstNodeModifierConstructorDescriptionGoogleSheetsGroupScan(String userName, GoogleSheetsScanSpec scanSpec, List<SchemaPath> columns, Map<String, ExprNode.ColRelOpConstNode> filters, double selectivity, int maxRecords, StoragePluginRegistry plugins) GoogleSheetsGroupScan(GoogleSheetsGroupScan that, Map<String, ExprNode.ColRelOpConstNode> filters, double filterSelectivity) Constructor for applying a filterGoogleSheetsSubScan(String username, GoogleSheetsStoragePluginConfig config, GoogleSheetsScanSpec scanSpec, List<SchemaPath> columns, Map<String, ExprNode.ColRelOpConstNode> filters, int maxRecords, TupleMetadata schema) -
Uses of ExprNode.ColRelOpConstNode in org.apache.drill.exec.store.splunk
Methods in org.apache.drill.exec.store.splunk that return types with arguments of type ExprNode.ColRelOpConstNodeMethod parameters in org.apache.drill.exec.store.splunk with type arguments of type ExprNode.ColRelOpConstNodeModifier and TypeMethodDescriptionvoidSplunkQueryBuilder.addFilters(Map<String, ExprNode.ColRelOpConstNode> filters) Processes the filters for a Splunk queryConstructor parameters in org.apache.drill.exec.store.splunk with type arguments of type ExprNode.ColRelOpConstNodeModifierConstructorDescriptionSplunkGroupScan(SplunkGroupScan that, Map<String, ExprNode.ColRelOpConstNode> filters, double filterSelectivity) Adds a filter to the scan.SplunkGroupScan(SplunkPluginConfig config, List<SchemaPath> columns, SplunkScanSpec splunkScanSpec, Map<String, ExprNode.ColRelOpConstNode> filters, double selectivity, int maxRecords) Deserialize a group scan.SplunkSubScan(SplunkPluginConfig config, SplunkScanSpec splunkScanSpec, List<SchemaPath> columns, Map<String, ExprNode.ColRelOpConstNode> filters, int maxRecords)