A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

A

A - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
abs(double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
ABS - org.apache.pinot.common.function.TransformFunctionType
 
ABS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ABSENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ABSOLUTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
AbstractMetrics<QP extends AbstractMetrics.QueryPhase,​M extends AbstractMetrics.Meter,​G extends AbstractMetrics.Gauge,​T extends AbstractMetrics.Timer> - Class in org.apache.pinot.common.metrics
Common code for metrics implementations.
AbstractMetrics(String, PinotMetricsRegistry, Class) - Constructor for class org.apache.pinot.common.metrics.AbstractMetrics
 
AbstractMetrics(String, PinotMetricsRegistry, Class, boolean, Collection<String>) - Constructor for class org.apache.pinot.common.metrics.AbstractMetrics
 
AbstractMetrics.Gauge - Interface in org.apache.pinot.common.metrics
 
AbstractMetrics.Meter - Interface in org.apache.pinot.common.metrics
 
AbstractMetrics.QueryPhase - Interface in org.apache.pinot.common.metrics
 
AbstractMetrics.Timer - Interface in org.apache.pinot.common.metrics
 
ACCESS_DENIED_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
ACCESS_DENIED_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
AccessControlUserCache - Class in org.apache.pinot.common.config.provider
The AccessControlUserCache caches all the user configs within the cluster, and listens on ZK changes to keep them in sync.
AccessControlUserCache(ZkHelixPropertyStore<ZNRecord>) - Constructor for class org.apache.pinot.common.config.provider.AccessControlUserCache
 
AccessControlUserConfigUtils - Class in org.apache.pinot.common.utils.config
UserConfigUtils is responsible for two things: 1.
acos(double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
ACOS - org.apache.pinot.common.function.TransformFunctionType
 
ACTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ADA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ADD - org.apache.pinot.common.function.TransformFunctionType
 
ADD - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
addAllColumnDataTypes(Iterable<String>) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnDataTypes = 5;
addAllColumnNames(Iterable<String>) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnNames = 4;
addAllContent(Iterable<? extends Plan.MemberVariableField>) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
addAllDataSources(Iterable<String>) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string dataSources = 2;
addAllInputs(Iterable<? extends Plan.StageNode>) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
addAllInstances(Iterable<String>) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string instances = 1;
addAllSegments(Iterable<String>) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
repeated string segments = 3;
addAllSegments(Iterable<String>) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
repeated string segments = 1;
addCallbackGauge(String, Callable<Long>) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Adds a new gauge whose values are retrieved from a callback function.
addCallbackGaugeIfNeeded(String, Callable<Long>) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Similar to addCallbackGauge method.
addCallbackTableGaugeIfNeeded(String, G, Callable<Long>) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
 
addColumnDataTypes(String) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnDataTypes = 5;
addColumnDataTypesBytes(ByteString) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnDataTypes = 5;
addColumnNames(String) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnNames = 4;
addColumnNamesBytes(ByteString) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnNames = 4;
addContent(int, Plan.MemberVariableField) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
addContent(int, Plan.MemberVariableField.Builder) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
addContent(Plan.MemberVariableField) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
addContent(Plan.MemberVariableField.Builder) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
addContentBuilder() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
addContentBuilder(int) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
addDataSources(String) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string dataSources = 2;
addDataSourcesBytes(ByteString) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string dataSources = 2;
addDefaultTags(InstanceConfig, Supplier<List<String>>) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Adds default tags to the instance config if no tag exists, returns true if the default tags are added, false otherwise.
addErrorRunMessage(long, String) - Method in class org.apache.pinot.common.minion.TaskGeneratorMostRecentRunInfo
Adds an error run message
addEscapes(String) - Static method in error org.apache.pinot.sql.parsers.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addException(int, String) - Method in interface org.apache.pinot.common.utils.DataTable
 
addException(ProcessingException) - Method in interface org.apache.pinot.common.utils.DataTable
 
addHeadersAndParameters(RequestBuilder, List<Header>, List<NameValuePair>) - Static method in class org.apache.pinot.common.utils.http.HttpClient
 
addInputs(int, Plan.StageNode) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
addInputs(int, Plan.StageNode.Builder) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
addInputs(Plan.StageNode) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
addInputs(Plan.StageNode.Builder) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
addInputsBuilder() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
addInputsBuilder(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
addInstances(String) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string instances = 1;
addInstancesBytes(ByteString) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string instances = 1;
addLineageEntry(String, LineageEntry) - Method in class org.apache.pinot.common.lineage.SegmentLineage
Add lineage entry to the segment lineage metadata with the given lineage entry id
addMeteredGlobalValue(M, long) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Logs a value to a meter.
addMeteredGlobalValue(M, long, PinotMeter) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Logs a value to a meter.
addMeteredTableValue(String, M, long) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Logs a value to a table-level meter.
addMeteredTableValue(String, M, long, PinotMeter) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Logs a value to a table-level meter.
addPhaseTiming(String, QP, long) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
 
addPhaseTiming(String, QP, long, TimeUnit) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
addSchema(URI, String, File) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
addSchema(URI, String, File, List<Header>, List<NameValuePair>) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Add schema.
addSegments(String) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
repeated string segments = 3;
addSegments(String) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
repeated string segments = 1;
addSegmentsBytes(ByteString) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
repeated string segments = 3;
addSegmentsBytes(ByteString) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
repeated string segments = 1;
addSuccessRunTs(long) - Method in class org.apache.pinot.common.minion.TaskGeneratorMostRecentRunInfo
Adds a success task generating run timestamp
addTimedTableValue(String, T, long, TimeUnit) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Logs the timing for a table
addTimedValue(T, long, TimeUnit) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Logs the timing for a global timer
addToExceptions(QueryProcessingException) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
addToGroupByList(Expression) - Method in class org.apache.pinot.common.request.PinotQuery
 
addToOperands(Expression) - Method in class org.apache.pinot.common.request.Function
 
addToOrderByList(Expression) - Method in class org.apache.pinot.common.request.PinotQuery
 
addToSearchSegments(String) - Method in class org.apache.pinot.common.request.InstanceRequest
 
addToSelectList(Expression) - Method in class org.apache.pinot.common.request.PinotQuery
 
addValueToGlobalGauge(G, long) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Adds a value to a table gauge.
addValueToTableGauge(String, G, long) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Logs a value to a table gauge.
adjustBeginLineColumn(int, int) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
ADMIN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
AFTER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
AGGREGATION - org.apache.pinot.common.request.context.FunctionContext.Type
 
ago(String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Return time as epoch millis before the given period (in ISO-8601 duration format).
AliasApplier - Class in org.apache.pinot.sql.parsers.rewriter
 
AliasApplier() - Constructor for class org.apache.pinot.sql.parsers.rewriter.AliasApplier
 
ALL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ALLOCATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
AllOrDistinct() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
ALLOW - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ALLOW_REFRESH - Static variable in class org.apache.pinot.common.utils.FileUploadDownloadClient.QueryParameters
 
allowInstanceAssignment(TableConfig, InstancePartitionsType) - Static method in class org.apache.pinot.common.assignment.InstanceAssignmentConfigUtils
Returns whether the instance assignment is allowed for the given table config and instance partitions type.
ALTER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ALWAYS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
AND - org.apache.pinot.common.function.TransformFunctionType
 
AND - org.apache.pinot.common.request.context.FilterContext.Type
 
AND - org.apache.pinot.sql.FilterKind
 
AND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ANY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
APPLY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
applyClusterConfig(PinotConfiguration, String, String, ServiceRole) - Static method in class org.apache.pinot.common.utils.ServiceStartableUtils
Applies the ZK cluster config to the given instance config if it does not already exist.
APPROX_NUMERIC_LITERAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ARCHIVE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ARE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
areEqual(JsonNode, JsonNode, String) - Static method in class org.apache.pinot.common.utils.SqlResultComparator
 
areMetadataEqual(JsonNode, JsonNode) - Static method in class org.apache.pinot.common.utils.SqlResultComparator
 
Arg(List, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
Arg0(List, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
ArithmeticFunctions - Class in org.apache.pinot.common.function.scalar
Arithmetic scalar functions.
ARRAY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ARRAY_AGG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ARRAY_CONCAT_AGG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ARRAY_MAX_CARDINALITY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ARRAYAVERAGE - org.apache.pinot.common.function.TransformFunctionType
 
arrayConcatDouble(double[], double[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arrayConcatFloat(float[], float[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arrayConcatInt(int[], int[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arrayConcatLong(long[], long[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arrayConcatString(String[], String[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
ArrayConstructor() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an ARRAY constructor
arrayContainsInt(int[], int) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arrayContainsString(String[], String) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arrayDistinctInt(int[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arrayDistinctString(String[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
ArrayFunctions - Class in org.apache.pinot.common.function.scalar
Inbuilt array scalar functions.
arrayIndexOfInt(int[], int) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arrayIndexOfString(String[], String) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
ARRAYLENGTH - org.apache.pinot.common.function.TransformFunctionType
 
ARRAYMAX - org.apache.pinot.common.function.TransformFunctionType
 
ARRAYMIN - org.apache.pinot.common.function.TransformFunctionType
 
arrayRemoveInt(int[], int) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arrayRemoveString(String[], String) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arrayReverseInt(int[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arrayReverseString(String[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arraySliceInt(int[], int, int) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arraySliceString(String[], int, int) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arraySortInt(int[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arraySortString(String[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
ARRAYSUM - org.apache.pinot.common.function.TransformFunctionType
 
arrayUnionInt(int[], int[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
arrayUnionString(String[], String[]) - Static method in class org.apache.pinot.common.function.scalar.ArrayFunctions
 
AS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ASC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ASENSITIVE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
asin(double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
ASIN - org.apache.pinot.common.function.TransformFunctionType
 
ASSERTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ASSIGNMENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ASYMMETRIC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
AT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
atan(double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
ATAN - org.apache.pinot.common.function.TransformFunctionType
 
atan2(double, double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
ATAN2 - org.apache.pinot.common.function.TransformFunctionType
 
ATOMIC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
AtomicRowExpression() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an atomic row expression.
ATTRIBUTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ATTRIBUTES - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
AUTH_HTTP_HEADER - Static variable in class org.apache.pinot.common.utils.http.HttpClient
 
AuthConfig - Class in org.apache.pinot.common.auth
Standardized auth config container for AuthProvider
AuthConfig(Map<String, Object>) - Constructor for class org.apache.pinot.common.auth.AuthConfig
 
AUTHORIZATION - org.apache.pinot.common.metrics.BrokerQueryPhase
 
AUTHORIZATION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
AuthProviderUtils - Class in org.apache.pinot.common.auth
Utility class to wrap inference of optimal auth provider from component configs.
AVG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.

B

BACK_QUOTED_IDENTIFIER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
backup(int) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Backup a number of characters.
BAD - org.apache.pinot.common.utils.ServiceStatus.Status
 
base64Decode(String) - Static method in class org.apache.pinot.common.function.scalar.DataTypeConversionFunctions
decode base64 encoded string to bytes using Base64
base64Encode(byte[]) - Static method in class org.apache.pinot.common.function.scalar.DataTypeConversionFunctions
encode byte array to base64 using Base64
BaseInPredicate - Class in org.apache.pinot.common.request.context.predicate
Base predicate for IN and NOT_IN.
BaseInPredicate(ExpressionContext, List<String>) - Constructor for class org.apache.pinot.common.request.context.predicate.BaseInPredicate
 
BasePredicate - Class in org.apache.pinot.common.request.context.predicate
Abstract predicate with left-hand side expression
BasePredicate(ExpressionContext) - Constructor for class org.apache.pinot.common.request.context.predicate.BasePredicate
 
BaseSegmentFetcher - Class in org.apache.pinot.common.utils.fetcher
Base implementation of segment fetcher with the retry logic embedded.
BaseSegmentFetcher() - Constructor for class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
BaseTaskGeneratorInfo - Class in org.apache.pinot.common.minion
Base abstract class for task generator info.
BaseTaskGeneratorInfo() - Constructor for class org.apache.pinot.common.minion.BaseTaskGeneratorInfo
 
BaseTaskMetadata - Class in org.apache.pinot.common.minion
Base abstract class for minion task metadata.
BaseTaskMetadata() - Constructor for class org.apache.pinot.common.minion.BaseTaskMetadata
 
baseUrl(String) - Static method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
BcryptUtils - Class in org.apache.pinot.common.utils
 
BEFORE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BEGIN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BEGIN_FRAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BEGIN_PARTITION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
beginColumn - Variable in class org.apache.pinot.sql.parsers.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.pinot.sql.parsers.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Start.
BEL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BERNOULLI - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
between(double, double, double) - Static method in class org.apache.pinot.common.function.scalar.ComparisonFunctions
 
BETWEEN - org.apache.pinot.sql.FilterKind
 
BETWEEN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BIG_DECIMAL - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
BIG_DECIMAL - org.apache.pinot.common.utils.PinotDataType
 
BIG_QUERY_BACK_QUOTED_IDENTIFIER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BIG_QUERY_DOUBLE_QUOTED_STRING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BIG_QUERY_QUOTED_STRING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
bigDecimalToBytes(String) - Static method in class org.apache.pinot.common.function.scalar.DataTypeConversionFunctions
Converts big decimal string representation to bytes.
BIGINT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BINARY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BINARY_STRING_LITERAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BINARY_VALUE - org.apache.pinot.common.request.Literal._Fields
 
BinaryMultisetOperator() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a binary multiset operator.
BinaryQueryOperator() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a binary query operator like UNION.
BinaryRowOperator() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a binary row operator like AND.
binaryValue(byte[]) - Static method in class org.apache.pinot.common.request.Literal
 
binaryValue(ByteBuffer) - Static method in class org.apache.pinot.common.request.Literal
 
bindService() - Method in class org.apache.pinot.common.proto.PinotMailboxGrpc.PinotMailboxImplBase
 
bindService() - Method in class org.apache.pinot.common.proto.PinotQueryServerGrpc.PinotQueryServerImplBase
 
bindService() - Method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc.PinotQueryWorkerImplBase
 
BIT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BLOB - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BOOL_VALUE - org.apache.pinot.common.request.Literal._Fields
 
BOOLEAN - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
BOOLEAN - org.apache.pinot.common.utils.PinotDataType
When converting from BOOLEAN to other types: - Numeric types: - true -> 1 - false -> 0 - String: - true -> "true" - false -> "false" When converting to BOOLEAN from other types: - Numeric types: - 0 -> false - Others -> true - String: - "true" (case-insensitive) -> true - "1" -> true (for backward-compatibility where we used to use integer 1 to represent true) - Others -> false
BOOLEAN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BOOLEAN_ARRAY - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
BOOLEAN_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
BOOLFIELD - org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
 
BOOLFIELD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.LiteralField
 
boolValue(boolean) - Static method in class org.apache.pinot.common.request.Literal
 
BOTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BQHID - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
Lexical state.
BQID - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
Lexical state.
BRACKET_QUOTED_IDENTIFIER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BREADTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BROKER_GATHER_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
BROKER_GATHER_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
BROKER_ID - org.apache.pinot.common.request.InstanceRequest._Fields
 
BROKER_INSTANCE_MISSING_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
BROKER_INSTANCE_MISSING_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
BROKER_ONLY_EXPLAIN_PLAN_OUTPUT - Static variable in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
BROKER_REQUEST_SEND_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
BROKER_RESOURCE - Static variable in class org.apache.pinot.common.utils.helix.HelixHelper
 
BROKER_RESOURCE_MISSING_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
BROKER_RESOURCE_MISSING_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
BROKER_RESPONSES_WITH_NUM_GROUPS_LIMIT_REACHED - org.apache.pinot.common.metrics.BrokerMeter
 
BROKER_RESPONSES_WITH_PARTIAL_SERVERS_RESPONDED - org.apache.pinot.common.metrics.BrokerMeter
 
BROKER_RESPONSES_WITH_PROCESSING_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
BROKER_SEGMENT_UNAVAILABLE_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
BROKER_SEGMENT_UNAVAILABLE_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
BROKER_TIMEOUT_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
BROKER_TIMEOUT_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
BrokerGauge - Enum in org.apache.pinot.common.metrics
Enumeration containing all the gauges exposed by the Pinot broker.
brokerId - Variable in class org.apache.pinot.common.request.InstanceRequest
 
BrokerMeter - Enum in org.apache.pinot.common.metrics
Enumeration containing all the metrics exposed by the Pinot broker.
BrokerMetrics - Class in org.apache.pinot.common.metrics
Broker metrics utility class, which provides facilities to log the execution performance of queries.
BrokerMetrics(String, PinotMetricsRegistry, boolean, Collection<String>) - Constructor for class org.apache.pinot.common.metrics.BrokerMetrics
 
BrokerMetrics(PinotMetricsRegistry) - Constructor for class org.apache.pinot.common.metrics.BrokerMetrics
Constructs the broker metrics.
BrokerMetrics(PinotMetricsRegistry, boolean, Collection<String>) - Constructor for class org.apache.pinot.common.metrics.BrokerMetrics
 
BrokerQueryPhase - Enum in org.apache.pinot.common.metrics
Enumeration containing all the query phases executed by the Pinot broker.
BrokerRequest - Class in org.apache.pinot.common.request
 
BrokerRequest() - Constructor for class org.apache.pinot.common.request.BrokerRequest
 
BrokerRequest(BrokerRequest) - Constructor for class org.apache.pinot.common.request.BrokerRequest
Performs a deep copy on other.
BrokerRequest._Fields - Enum in org.apache.pinot.common.request
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
BrokerResponse - Interface in org.apache.pinot.common.response
Interface for broker response.
BrokerResponseNative - Class in org.apache.pinot.common.response.broker
This class implements pinot-broker's response format for any given query.
BrokerResponseNative() - Constructor for class org.apache.pinot.common.response.broker.BrokerResponseNative
 
BrokerResponseNative(List<ProcessingException>) - Constructor for class org.apache.pinot.common.response.broker.BrokerResponseNative
 
BrokerResponseNative(ProcessingException) - Constructor for class org.apache.pinot.common.response.broker.BrokerResponseNative
 
BrokerTimer - Enum in org.apache.pinot.common.metrics
Enumeration containing all the timers exposed by the Pinot broker.
BTID - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
Lexical state.
bufcolumn - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
buffer - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
bufferForBinaryValue() - Method in class org.apache.pinot.common.request.Literal
 
bufline - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
bufpos - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Position in buffer.
build() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
build() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
build() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
build() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
build() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
build() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
build() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
build() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
build() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
build() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
build() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
build() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
build() - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
build() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
build() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
build() - Method in class org.apache.pinot.common.utils.grpc.GrpcRequestBuilder
 
build(Channel, CallOptions) - Method in class org.apache.pinot.common.proto.PinotMailboxGrpc.PinotMailboxBlockingStub
 
build(Channel, CallOptions) - Method in class org.apache.pinot.common.proto.PinotMailboxGrpc.PinotMailboxFutureStub
 
build(Channel, CallOptions) - Method in class org.apache.pinot.common.proto.PinotMailboxGrpc.PinotMailboxStub
 
build(Channel, CallOptions) - Method in class org.apache.pinot.common.proto.PinotQueryServerGrpc.PinotQueryServerBlockingStub
 
build(Channel, CallOptions) - Method in class org.apache.pinot.common.proto.PinotQueryServerGrpc.PinotQueryServerFutureStub
 
build(Channel, CallOptions) - Method in class org.apache.pinot.common.proto.PinotQueryServerGrpc.PinotQueryServerStub
 
build(Channel, CallOptions) - Method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc.PinotQueryWorkerBlockingStub
 
build(Channel, CallOptions) - Method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc.PinotQueryWorkerFutureStub
 
build(Channel, CallOptions) - Method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc.PinotQueryWorkerStub
 
BUILD_QUERY_PLAN - org.apache.pinot.common.metrics.ServerQueryPhase
 
BUILD_TIME_KEY - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
buildClientContext(TlsConfig) - Static method in class org.apache.pinot.common.utils.TlsUtils
Builds client side SslContext based on a given TlsConfig.
buildGrpcQueryConfig(PinotConfiguration) - Static method in class org.apache.pinot.common.config.GrpcConfig
 
buildPartial() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
buildPartial() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
buildServerContext(TlsConfig) - Static method in class org.apache.pinot.common.utils.TlsUtils
Builds server side SslContext based on a given TlsConfig.
buildURI(String, String, int, String, Map<String, String>) - Static method in class org.apache.pinot.common.utils.URIUtils
Builds the URI using the schema, host, port, path and map of params.
buildURI(String, String, String, Map<String, String>) - Static method in class org.apache.pinot.common.utils.URIUtils
Builds the URI using the schema, host, port, path and map of params.
BuiltinFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a call to a builtin function with special syntax.
BY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
BYTE - org.apache.pinot.common.utils.PinotDataType
 
BYTE_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
BYTE_VALUE - org.apache.pinot.common.request.Literal._Fields
 
BYTES - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
BYTES - org.apache.pinot.common.utils.PinotDataType
 
BYTES_ARRAY - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
BYTES_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
bytesToBigDecimal(byte[]) - Static method in class org.apache.pinot.common.function.scalar.DataTypeConversionFunctions
Converts bytes value representation generated by DataTypeConversionFunctions.bigDecimalToBytes(String) back to string big decimal
bytesToHex(byte[]) - Static method in class org.apache.pinot.common.function.scalar.DataTypeConversionFunctions
convert simple bytes array to hex string
byteValue(byte) - Static method in class org.apache.pinot.common.request.Literal
 

C

C - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CalciteSqlCompiler - Class in org.apache.pinot.sql.parsers
 
CalciteSqlParser - Class in org.apache.pinot.sql.parsers
 
CALL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CALLED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
canonicalizeFunctionName(String) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
Converts the function name into its canonical form.
canonicalizeFunctionNamePreservingSpecialKey(String) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
Converts the function name into its canonical form, but preserving the special keys.
CARDINALITY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CARET - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CASCADE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CASCADED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CASE - org.apache.pinot.common.function.TransformFunctionType
 
CASE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CaseExpression() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
cast(Object, String) - Static method in class org.apache.pinot.common.function.scalar.DataTypeConversionFunctions
 
CAST - org.apache.pinot.common.function.TransformFunctionType
 
CAST - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CATALOG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CATALOG_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CATCH_UP - org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Server should consume stream events to catch up to the offset contained in this response
ceil(double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
CEIL - org.apache.pinot.common.function.TransformFunctionType
 
CEIL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CEILING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CENTURY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CHAIN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CHAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CHAR_LENGTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CHARACTER - org.apache.pinot.common.utils.PinotDataType
 
CHARACTER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CHARACTER_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
CHARACTER_LENGTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CHARACTER_SET_CATALOG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CHARACTER_SET_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CHARACTER_SET_SCHEMA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CHARACTERISTICS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CHARACTERS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CharacterTypeName(Span) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parse character types: char, varchar.
CHARSETNAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CHECK - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
checkpw(String, String) - Static method in class org.apache.pinot.common.utils.BcryptUtils
 
checkType(Literal._Fields, Object) - Method in class org.apache.pinot.common.request.Literal
 
chr(int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
CLASS_ORIGIN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CLASSIFIER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
cleanupLastPushTimeGauge(String) - Method in class org.apache.pinot.common.metrics.ValidationMetrics
Cleans up the last push time gauge.
cleanupMissingSegmentCountGauge(String) - Method in class org.apache.pinot.common.metrics.ValidationMetrics
Cleans up the missing segment count gauge.
cleanupOfflineSegmentDelayGauge(String) - Method in class org.apache.pinot.common.metrics.ValidationMetrics
Cleans up offline segment delay gauge.
cleanupSegmentCountGauge(String) - Method in class org.apache.pinot.common.metrics.ValidationMetrics
Cleans up the segment count gauge.
cleanupTotalDocumentCountGauge(String) - Method in class org.apache.pinot.common.metrics.ValidationMetrics
Cleans up the total document count gauge.
clear() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
clear() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
clear() - Method in class org.apache.pinot.common.request.BrokerRequest
 
clear() - Method in class org.apache.pinot.common.request.DataSource
 
clear() - Method in class org.apache.pinot.common.request.Expression
 
clear() - Method in class org.apache.pinot.common.request.Function
 
clear() - Method in class org.apache.pinot.common.request.Identifier
 
clear() - Method in class org.apache.pinot.common.request.InstanceRequest
 
clear() - Method in class org.apache.pinot.common.request.PinotQuery
 
clear() - Method in class org.apache.pinot.common.request.QuerySource
 
clear() - Method in exception org.apache.pinot.common.response.ProcessingException
 
clearBoolField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
bool boolField = 1;
clearColumnDataTypes() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnDataTypes = 5;
clearColumnNames() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnNames = 4;
clearContent() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
clearContent() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
clearDataSources() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string dataSources = 2;
clearDoubleField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
double doubleField = 5;
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
clearFloatField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
float floatField = 4;
clearInputs() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
clearInstanceId() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
string instanceId = 2;
clearInstances() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string instances = 1;
clearInstanceToSegmentList() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
clearIntField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
int32 intField = 2;
clearListField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ListField listField = 2;
clearLiteralField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
clearLiteralField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.LiteralField literalField = 1;
clearLongField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
int64 longField = 3;
clearMailboxId() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
string mailboxId = 1;
clearMailboxId() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
string mailboxId = 1;
clearMapField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.MapField mapField = 3;
clearMemberVariableField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
clearMemberVariables() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
clearMetadata() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
clearMetadata() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
clearMetadata() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
clearMetadata() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
clearMetadata() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
clearMetadata() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
clearNodeName() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
string nodeName = 2;
clearObjectClassName() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
string objectClassName = 1;
clearObjectField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 4;
clearObjectField() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 6;
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
clearPayload() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
bytes payload = 2;
clearPayload() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
bytes payload = 4;
clearPayload() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
bytes payload = 2;
clearPayload() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
bytes payload = 2;
clearSegments() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
repeated string segments = 3;
clearSegments() - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
repeated string segments = 1;
clearSql() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
string sql = 2;
clearStageId() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
int32 stageId = 1;
clearStageId() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
int32 stageId = 1;
clearStageMetadata() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
clearStagePlan() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
clearStageRoot() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
clearStringField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
string stringField = 6;
ClientSSLContextGenerator - Class in org.apache.pinot.common.utils
 
ClientSSLContextGenerator(PinotConfiguration) - Constructor for class org.apache.pinot.common.utils.ClientSSLContextGenerator
 
CLOB - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
clone() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
clone() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
clone() - Method in class org.apache.pinot.common.utils.DataSchema
 
cloneIdealState(IdealState) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
close() - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
close() - Method in class org.apache.pinot.common.utils.grpc.GrpcQueryClient
 
close() - Method in class org.apache.pinot.common.utils.http.HttpClient
 
close(Closeable...) - Static method in class org.apache.pinot.common.utils.FileUtils
Another version of FileUtils.close(Iterable) which allows to pass variable number of closeable resources when the caller doesn't already have them in a collection.
close(Iterable<? extends Closeable>) - Static method in class org.apache.pinot.common.utils.FileUtils
Close a collection of Closeable resources This is a utility method to help release multiple Closeable resources in a safe manner without leaking.
CLOSE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CLUSTER_CHANGE_QUEUE_TIME - org.apache.pinot.common.metrics.BrokerTimer
 
COALESCE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COBOL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
codepoint(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
COLLATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CollateClause() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a COLLATE clause
COLLATION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COLLATION_CATALOG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COLLATION_ID - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COLLATION_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COLLATION_SCHEMA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COLLECT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CollectionsTypeName(SqlTypeNameSpec) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parse a collection type name, the input element type name may also be a collection type.
COLON - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
column - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
COLUMN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COLUMN_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COLUMNDATATYPES_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.StageNode
 
COLUMNNAMES_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.StageNode
 
ColumnType(List<SqlNode>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
COMBINE_GROUP_BY_EXCEPTION_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
COMBINE_GROUP_BY_EXCEPTION_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
COMBINE_SEGMENT_PLAN_TIMEOUT_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
COMBINE_SEGMENT_PLAN_TIMEOUT_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
COMMA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COMMAND_FUNCTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COMMAND_FUNCTION_CODE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CommaSeparatedSqlHints(List<SqlNode>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
COMMENT_END - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COMMIT - org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Server should send back a SegmentCommitRequest after processing this response
COMMIT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COMMIT_CONTINUE - org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Never sent by the controller, but locally used by the controller during the segmentCommit() processing
COMMIT_SUCCESS - org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Commit succeeded, behave exactly like KEEP
COMMIT_TYPE_KEY - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
COMMITTED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
comp() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a comparison operator inside a SOME / ALL predicate.
compareTo(Object) - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
compareTo(BrokerRequest) - Method in class org.apache.pinot.common.request.BrokerRequest
 
compareTo(DataSource) - Method in class org.apache.pinot.common.request.DataSource
 
compareTo(Expression) - Method in class org.apache.pinot.common.request.Expression
 
compareTo(Function) - Method in class org.apache.pinot.common.request.Function
 
compareTo(Identifier) - Method in class org.apache.pinot.common.request.Identifier
 
compareTo(InstanceRequest) - Method in class org.apache.pinot.common.request.InstanceRequest
 
compareTo(Literal) - Method in class org.apache.pinot.common.request.Literal
 
compareTo(PinotQuery) - Method in class org.apache.pinot.common.request.PinotQuery
 
compareTo(QuerySource) - Method in class org.apache.pinot.common.request.QuerySource
 
compareTo(ProcessingException) - Method in exception org.apache.pinot.common.response.ProcessingException
 
ComparisonFunctions - Class in org.apache.pinot.common.function.scalar
 
compileSqlNodeToPinotQuery(SqlNode) - Static method in class org.apache.pinot.sql.parsers.CalciteSqlParser
 
CompileTimeFunctionsInvoker - Class in org.apache.pinot.sql.parsers.rewriter
 
CompileTimeFunctionsInvoker() - Constructor for class org.apache.pinot.sql.parsers.rewriter.CompileTimeFunctionsInvoker
 
compileToBrokerRequest(String) - Static method in class org.apache.pinot.sql.parsers.CalciteSqlCompiler
 
compileToExpression(String) - Static method in class org.apache.pinot.sql.parsers.CalciteSqlParser
Compiles a String expression into Expression.
compileToPinotQuery(String) - Static method in class org.apache.pinot.sql.parsers.CalciteSqlParser
 
compileToPinotQuery(SqlNodeAndOptions) - Static method in class org.apache.pinot.sql.parsers.CalciteSqlParser
 
compileToSqlNodeAndOptions(String) - Static method in class org.apache.pinot.sql.parsers.CalciteSqlParser
 
COMPLETED - org.apache.pinot.common.lineage.LineageEntryState
 
CompoundIdentifier() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a compound identifier.
CompoundIdentifierType(List<SqlNode>, List<SqlNode>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a compound identifier with optional type.
CompoundIdentifierTypeCommaList(List<SqlNode>, List<SqlNode>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a comma-separated list of compound identifiers.
CompoundTableIdentifier() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a compound identifier in the FROM clause.
compute(ByteBuffer) - Static method in class org.apache.pinot.common.utils.HashUtil
 
compute(IntBuffer) - Static method in class org.apache.pinot.common.utils.HashUtil
 
computeDefaultInstancePartitions(HelixManager, TableConfig, InstancePartitionsType) - Static method in class org.apache.pinot.common.assignment.InstancePartitionsUtils
Computes the default instance partitions.
computeDefaultInstancePartitionsForTag(HelixManager, String, String, String) - Static method in class org.apache.pinot.common.assignment.InstancePartitionsUtils
Computes the default instance partitions using the given serverTag.
concat(String, String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
Join two input string with seperator in between
CONCAT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CONDITION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CONDITION_NUMBER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CONDITIONAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CONFIG_MAX_INBOUND_MESSAGE_BYTES_SIZE - Static variable in class org.apache.pinot.common.config.GrpcConfig
 
CONFIG_USE_PLAIN_TEXT - Static variable in class org.apache.pinot.common.config.GrpcConfig
 
CONNECT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CONNECTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CONNECTION_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CONSTRAINT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CONSTRAINT_CATALOG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CONSTRAINT_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CONSTRAINT_SCHEMA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CONSTRAINTS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
constructDownloadUrl(String, String, String) - Static method in class org.apache.pinot.common.utils.URIUtils
Returns the download URL with the segment name encoded.
CONSTRUCTOR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
constructPropertyStorePathForControllerConfig(String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
constructPropertyStorePathForControllerJob() - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
constructPropertyStorePathForInstancePartitions(String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
constructPropertyStorePathForMinionTaskMetadata(String, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
constructPropertyStorePathForMinionTaskMetadataDeprecated(String, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
Deprecated.
constructPropertyStorePathForResource(String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
constructPropertyStorePathForResourceConfig(String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
constructPropertyStorePathForSchema(String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
constructPropertyStorePathForSegment(String, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
constructPropertyStorePathForSegmentLineage(String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
constructPropertyStorePathForUserConfig(String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
contains(String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
CONTAINS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
containsContent(String) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
containsContent(String) - Method in class org.apache.pinot.common.proto.Plan.MapField
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
containsContent(String) - Method in interface org.apache.pinot.common.proto.Plan.MapFieldOrBuilder
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
containsFunction(String) - Static method in class org.apache.pinot.common.function.FunctionRegistry
Returns true if the given function name is registered, false otherwise.
containsGauge(String) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Check if the metric name appears in the gauge value map.
containsInstanceToSegmentList(String) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
containsInstanceToSegmentList(String) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
containsInstanceToSegmentList(String) - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
containsMemberVariables(String) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
containsMemberVariables(String) - Method in class org.apache.pinot.common.proto.Plan.ObjectField
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
containsMemberVariables(String) - Method in interface org.apache.pinot.common.proto.Plan.ObjectFieldOrBuilder
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
containsMetadata(String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
map<string, string> metadata = 3;
containsMetadata(String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
map<string, string> metadata = 3;
containsMetadata(String) - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxContentOrBuilder
map<string, string> metadata = 3;
containsMetadata(String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
map<string, string> metadata = 2;
containsMetadata(String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
map<string, string> metadata = 2;
containsMetadata(String) - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxStatusOrBuilder
map<string, string> metadata = 2;
containsMetadata(String) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
map<string, string> metadata = 1;
containsMetadata(String) - Method in class org.apache.pinot.common.proto.Server.ServerRequest
map<string, string> metadata = 1;
containsMetadata(String) - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
map<string, string> metadata = 1;
containsMetadata(String) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
map<string, string> metadata = 1;
containsMetadata(String) - Method in class org.apache.pinot.common.proto.Server.ServerResponse
map<string, string> metadata = 1;
containsMetadata(String) - Method in interface org.apache.pinot.common.proto.Server.ServerResponseOrBuilder
map<string, string> metadata = 1;
containsMetadata(String) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
map<string, string> metadata = 1;
containsMetadata(String) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
map<string, string> metadata = 1;
containsMetadata(String) - Method in interface org.apache.pinot.common.proto.Worker.QueryRequestOrBuilder
map<string, string> metadata = 1;
containsMetadata(String) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
map<string, string> metadata = 1;
containsMetadata(String) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
map<string, string> metadata = 1;
containsMetadata(String) - Method in interface org.apache.pinot.common.proto.Worker.QueryResponseOrBuilder
map<string, string> metadata = 1;
containsStageMetadata(int) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
containsStageMetadata(int) - Method in class org.apache.pinot.common.proto.Worker.StagePlan
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
containsStageMetadata(int) - Method in interface org.apache.pinot.common.proto.Worker.StagePlanOrBuilder
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
CONTENT_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.ListField
 
CONTENT_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.MapField
 
ContextVariable() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
CONTINUE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CONTROLLER_INSTANCE_DELETE_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_INSTANCE_POST_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_LEADER_PARTITION_COUNT - org.apache.pinot.common.metrics.ControllerGauge
 
CONTROLLER_LEADERSHIP_CHANGE_WITHOUT_CALLBACK - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_PERIODIC_TASK_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_PERIODIC_TASK_RUN - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_REALTIME_TABLE_SEGMENT_ASSIGNMENT_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_SCHEMA_UPLOAD_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_SEGMENT_UPLOAD_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_TABLE_ADD_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_TABLE_SCHEMA_UPDATE_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_TABLE_TENANT_CREATE_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_TABLE_TENANT_DELETE_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_TABLE_TENANT_UPDATE_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_TABLE_UPDATE_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
CONTROLLER_VIP_URL_KEY - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
ControllerGauge - Enum in org.apache.pinot.common.metrics
Controller gauges.
ControllerJobType - Enum in org.apache.pinot.common.metadata.controllerjob
 
ControllerMeter - Enum in org.apache.pinot.common.metrics
Meters for the controller.
ControllerMetrics - Class in org.apache.pinot.common.metrics
Metrics for the controller.
ControllerMetrics(String, PinotMetricsRegistry) - Constructor for class org.apache.pinot.common.metrics.ControllerMetrics
 
ControllerMetrics(PinotMetricsRegistry) - Constructor for class org.apache.pinot.common.metrics.ControllerMetrics
 
ControllerTimer - Enum in org.apache.pinot.common.metrics
Enumeration containing all the timers exposed by the Pinot controller.
convert(Object) - Method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
Converts the given internal value to the type for external use (e.g.
convert(Object, PinotDataType) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
CONVERT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
convertAndFormat(Object) - Method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
convertFromLegacyTableConfig(TableConfig) - Static method in class org.apache.pinot.common.utils.config.TableConfigUtils
Helper method to convert from legacy/deprecated configs into current version of TableConfig.
convertToBrokerRequest(PinotQuery) - Static method in class org.apache.pinot.sql.parsers.CalciteSqlCompiler
 
convertToJsonString(Object) - Static method in class org.apache.pinot.common.restlet.resources.ResourceUtils
 
convertTypes(Object[]) - Method in class org.apache.pinot.common.function.FunctionInvoker
Converts the type of the given arguments to match the parameter classes.
COPY_SEGMENT_TO_DEEP_STORE - Static variable in class org.apache.pinot.common.utils.FileUploadDownloadClient.CustomHeaders
This header is only used for METADATA push, to allow controller to copy segment to deep store, if segment was not placed in the deep store to begin with
copyWithRateLimiter(InputStream, FileOutputStream, long) - Static method in class org.apache.pinot.common.utils.TarGzCompressionUtils
 
CORR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CORRESPONDING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
cos(double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
COS - org.apache.pinot.common.function.TransformFunctionType
 
cosh(double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
COSH - org.apache.pinot.common.function.TransformFunctionType
 
cot(double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
COT - org.apache.pinot.common.function.TransformFunctionType
 
COUNT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COVAR_POP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
COVAR_SAMP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CREATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
createKeyManagerFactory(String, String, String) - Static method in class org.apache.pinot.common.utils.TlsUtils
Create a KeyManagerFactory instance for a given path and key password
createKeyManagerFactory(TlsConfig) - Static method in class org.apache.pinot.common.utils.TlsUtils
Create a KeyManagerFactory instance for a given TlsConfig
createNewLiteralExpression() - Static method in class org.apache.pinot.common.utils.request.RequestUtils
 
createSegmentZkMetadata(ZkHelixPropertyStore<ZNRecord>, String, SegmentZKMetadata) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
Creates a new znode for SegmentZkMetadata.
createTarGzFile(File[], File) - Static method in class org.apache.pinot.common.utils.TarGzCompressionUtils
Creates a tar.gz file from a list of input file/directories to the output file.
createTarGzFile(File, File) - Static method in class org.apache.pinot.common.utils.TarGzCompressionUtils
Creates a tar.gz file from the input file/directory to the output file.
createTrustManagerFactory(String, String, String) - Static method in class org.apache.pinot.common.utils.TlsUtils
Create a TrustManagerFactory instance from a given path and key password
createTrustManagerFactory(TlsConfig) - Static method in class org.apache.pinot.common.utils.TlsUtils
Create a TrustManagerFactory instance from a given TlsConfig.
CRON_SCHEDULER_JOB_EXECUTION_TIME_MS - org.apache.pinot.common.metrics.ControllerTimer
 
CRON_SCHEDULER_JOB_SCHEDULED - org.apache.pinot.common.metrics.ControllerGauge
 
CRON_SCHEDULER_JOB_TRIGGERED - org.apache.pinot.common.metrics.ControllerMeter
 
CROSS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CRYPTER - Static variable in class org.apache.pinot.common.utils.FileUploadDownloadClient.CustomHeaders
 
CUBE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CUME_DIST - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
curChar - Variable in class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
 
CURRENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CURRENT_CATALOG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CURRENT_DATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CURRENT_DEFAULT_TRANSFORM_GROUP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CURRENT_PATH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CURRENT_ROLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CURRENT_ROW - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CURRENT_SCHEMA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CURRENT_TIME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CURRENT_TIMESTAMP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CURRENT_TRANSFORM_GROUP_FOR_TYPE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CURRENT_USER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
currentToken - Variable in exception org.apache.pinot.sql.parsers.parser.ParseException
This is the last token that has been consumed successfully.
CURSOR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CURSOR_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
CursorExpression(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a CURSOR(query) expression.
CustomHeaders() - Constructor for class org.apache.pinot.common.utils.FileUploadDownloadClient.CustomHeaders
 
CYCLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.

D

DATA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DATA_SOURCE - org.apache.pinot.common.request.PinotQuery._Fields
 
DATA_TABLE_DESERIALIZATION_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
DATA_TABLE_DESERIALIZATION_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
DATA_TABLE_DESERIALIZATION_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
DATABASE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DataFileDefList() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
DataManipulationStatement - Interface in org.apache.pinot.sql.parsers.dml
DML Statement
DataManipulationStatement.ExecutionType - Enum in org.apache.pinot.sql.parsers.dml
Execution method for this SQL statement.
DataManipulationStatementParser - Class in org.apache.pinot.sql.parsers.dml
 
DataSchema - Class in org.apache.pinot.common.utils
The DataSchema class describes the schema of DataTable.
DataSchema(String[], DataSchema.ColumnDataType[]) - Constructor for class org.apache.pinot.common.utils.DataSchema
 
DataSchema.ColumnDataType - Enum in org.apache.pinot.common.utils
 
dataSource - Variable in class org.apache.pinot.common.request.PinotQuery
 
DataSource - Class in org.apache.pinot.common.request
 
DataSource() - Constructor for class org.apache.pinot.common.request.DataSource
 
DataSource(DataSource) - Constructor for class org.apache.pinot.common.request.DataSource
Performs a deep copy on other.
DataSource._Fields - Enum in org.apache.pinot.common.request
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
DATASOURCES_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Worker.StageMetadata
 
DataTable - Interface in org.apache.pinot.common.utils
Data table is used to transfer data from server to broker.
DataTable.MetadataKey - Enum in org.apache.pinot.common.utils
 
DataTable.MetadataValueType - Enum in org.apache.pinot.common.utils
 
DataType() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
DataTypeConversionFunctions - Class in org.apache.pinot.common.function.scalar
Contains function to convert a datatype to another datatype.
DATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DATETIME_INTERVAL_CODE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DATETIME_INTERVAL_PRECISION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
dateTimeConvert(String, String, String, String) - Method in class org.apache.pinot.common.function.scalar.DateTimeConvert
 
DateTimeConvert - Class in org.apache.pinot.common.function.scalar
Equivalent to DateTimeConversionTransformFunction.
DateTimeConvert() - Constructor for class org.apache.pinot.common.function.scalar.DateTimeConvert
 
DATETIMECONVERT - org.apache.pinot.common.function.TransformFunctionType
 
DateTimeFunctions - Class in org.apache.pinot.common.function.scalar
Inbuilt date time related transform functions NOTE: toEpochXXXBucket methods are only needed to convert from TimeFieldSpec to DateTimeFieldSpec, to maintain the backward compatibility.
DateTimeLiteral() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a date/time literal.
DateTimePatternHandler - Class in org.apache.pinot.common.function
Handles DateTime conversions from long to strings and strings to longs based on passed patterns
DateTimeTypeName() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parse datetime types: date, time, timestamp.
DateTimeUtils - Class in org.apache.pinot.common.function
Helper methods and constructs for datetrunc function
DateTimeUtils - Class in org.apache.pinot.common.utils
 
DateTimeUtils.DateTimeZoneIndex - Class in org.apache.pinot.common.function
 
DateTimeUtils.QuarterOfYearDateTimeField - Class in org.apache.pinot.common.function
 
dateTrunc(String, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
The sql compatible date_trunc function for epoch time.
dateTrunc(String, long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
The sql compatible date_trunc function for epoch time.
dateTrunc(String, long, String, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
The sql compatible date_trunc function for epoch time.
dateTrunc(String, long, String, String, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
The sql compatible date_trunc function for epoch time.
DATETRUNC - org.apache.pinot.common.function.TransformFunctionType
 
day(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the day of the month from the given epoch millis in UTC timezone.
day(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the day of the month from the given epoch millis and timezone id.
Day() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
DAY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DAY_OF_MONTH - org.apache.pinot.common.function.TransformFunctionType
 
DAY_OF_WEEK - org.apache.pinot.common.function.TransformFunctionType
 
DAY_OF_YEAR - org.apache.pinot.common.function.TransformFunctionType
 
dayOfMonth(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
An alias for day().
dayOfMonth(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
An alias for day().
dayOfWeek(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the day of the week from the given epoch millis in UTC timezone.
dayOfWeek(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the day of the week from the given epoch millis and timezone id.
dayOfYear(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the day of the year from the given epoch millis in UTC timezone.
dayOfYear(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the day of the year from the given epoch millis and timezone id.
DAYS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DCL - org.apache.pinot.sql.parsers.PinotSqlType
 
DDL - org.apache.pinot.sql.parsers.PinotSqlType
 
DEALLOCATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DEBUG_OPTIONS - org.apache.pinot.common.request.PinotQuery._Fields
 
debugOptions - Variable in class org.apache.pinot.common.request.PinotQuery
 
debugStream - Variable in class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
Debug output.
DEC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DECADE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DECIMAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DECIMAL_NUMERIC_LITERAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DECLARE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
decode(String) - Static method in class org.apache.pinot.common.utils.URIUtils
 
decodeUrl(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
DEDUP_PRIMARY_KEYS_COUNT - org.apache.pinot.common.metrics.ServerGauge
 
deepCopy() - Method in class org.apache.pinot.common.request.BrokerRequest
 
deepCopy() - Method in class org.apache.pinot.common.request.DataSource
 
deepCopy() - Method in class org.apache.pinot.common.request.Expression
 
deepCopy() - Method in class org.apache.pinot.common.request.Function
 
deepCopy() - Method in class org.apache.pinot.common.request.Identifier
 
deepCopy() - Method in class org.apache.pinot.common.request.InstanceRequest
 
deepCopy() - Method in class org.apache.pinot.common.request.Literal
 
deepCopy() - Method in class org.apache.pinot.common.request.PinotQuery
 
deepCopy() - Method in class org.apache.pinot.common.request.QuerySource
 
deepCopy() - Method in exception org.apache.pinot.common.response.ProcessingException
 
Default() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
DEFAULT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
Lexical state.
DEFAULT_ - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DEFAULT_MAX_INBOUND_MESSAGE_BYTES_SIZE - Static variable in class org.apache.pinot.common.config.GrpcConfig
 
DEFAULT_RETRY_COUNT - Static variable in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
DEFAULT_RETRY_DELAY_SCALE_FACTOR - Static variable in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
DEFAULT_RETRY_WAIT_MS - Static variable in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
DEFAULT_SOCKET_TIMEOUT_MS - Static variable in class org.apache.pinot.common.utils.http.HttpClient
 
DEFAULT_TENANT_NAME - Static variable in class org.apache.pinot.common.utils.config.TagNameUtils
 
DEFAULT_ZK_TEST_PORT - Static variable in class org.apache.pinot.common.utils.ZkStarter
 
DEFAULTS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DEFERRABLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DEFERRED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DEFINE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DEFINED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DEFINER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DEGREE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
degrees(double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
DEGREES - org.apache.pinot.common.function.TransformFunctionType
 
DELETE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DELETE_REQUEST_SOCKET_TIMEOUT_MS - Static variable in class org.apache.pinot.common.utils.http.HttpClient
 
DELETE_TABLE_FAILURES - org.apache.pinot.common.metrics.ServerMeter
 
DELETE_TABLE_MSG_SUB_TYPE - Static variable in class org.apache.pinot.common.messages.TableDeletionMessage
 
DELETED_SEGMENT_COUNT - org.apache.pinot.common.metrics.ServerMeter
 
deleteLineageEntry(String) - Method in class org.apache.pinot.common.lineage.SegmentLineage
Delete lineage entry
deleteResourcePropertyFromHelix(HelixAdmin, String, String, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
deleteSchema(String, int, String) - Static method in class org.apache.pinot.common.utils.SchemaUtils
Given host, port and schema name, send a http DELETE request to delete the Schema.
deleteSegmentLineage(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.lineage.SegmentLineageAccessHelper
Delete the segment lineage from the property store
deleteTaskGeneratorInfo(String, String) - Method in class org.apache.pinot.common.minion.InMemoryTaskManagerStatusCache
 
deleteTaskGeneratorInfo(String, String) - Method in interface org.apache.pinot.common.minion.TaskManagerStatusCache
 
deleteTaskMetadata(HelixPropertyStore<ZNRecord>, String, String) - Static method in class org.apache.pinot.common.minion.MinionTaskMetadataUtils
Deletes the ZNRecord for the given minion task and tableName, from both the new path MINION_TASK_METADATA/${tableNameWthType}/${taskType} and the old path MINION_TASK_METADATA/${taskType}/${tableNameWthType}.
DELIMITER - Static variable in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
DENSE_RANK - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DEPTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DEREF - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DERIVED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DESC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DESCRIBE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DESCRIPTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DESCRIPTOR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DESERIALIZATION - org.apache.pinot.common.metrics.BrokerQueryPhase
 
deserialize(TBase, byte[]) - Method in class org.apache.pinot.serde.SerDe
 
DETERMINISTIC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DIAGNOSTICS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DIGIT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
disable_tracing() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Disable tracing.
DISABLED_TABLE_COUNT - org.apache.pinot.common.metrics.ControllerGauge
 
DISALLOW - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DISCARD - org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Server should discard the rows in memory
DISCONNECT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DISPATCH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DISTINCT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DIV - org.apache.pinot.common.function.TransformFunctionType
 
divide(double, double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
divide(double, double, double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
DML - org.apache.pinot.sql.parsers.PinotSqlType
 
DOCUMENT_COUNT - org.apache.pinot.common.metrics.ServerGauge
 
DOCUMENTS_SCANNED - org.apache.pinot.common.metrics.BrokerMeter
 
doInit(PinotConfiguration) - Method in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
Override this for custom initialization.
doInit(PinotConfiguration) - Method in class org.apache.pinot.common.utils.fetcher.HttpSegmentFetcher
 
doInit(PinotConfiguration) - Method in class org.apache.pinot.common.utils.fetcher.HttpsSegmentFetcher
 
DOLLAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DOMAIN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Done() - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Reset buffer when finished.
DOT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DOT_FORMAT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DOUBLE - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
DOUBLE - org.apache.pinot.common.utils.PinotDataType
 
DOUBLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DOUBLE_ARRAY - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
DOUBLE_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
DOUBLE_PERIOD - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DOUBLE_QUOTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DOUBLE_VALUE - org.apache.pinot.common.request.Literal._Fields
 
DOUBLEFIELD - org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
 
DOUBLEFIELD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.LiteralField
 
doubleValue(double) - Static method in class org.apache.pinot.common.request.Literal
 
dow(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
An alias for dayOfWeek().
dow(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
An alias for dayOfWeek().
DOW - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DOWNLOAD_URI - Static variable in class org.apache.pinot.common.utils.FileUploadDownloadClient.CustomHeaders
 
downloadFile(URI, int, File) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
downloadFile(URI, int, File, AuthProvider, List<Header>) - Method in class org.apache.pinot.common.utils.http.HttpClient
Download a file using default settings, with an optional auth token
downloadFile(URI, File) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
downloadFile(URI, File, AuthProvider) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Download a file.
downloadFile(URI, File, AuthProvider, List<Header>) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Download a file.
downloadUntarFileStreamed(URI, int, File, AuthProvider, List<Header>, long) - Method in class org.apache.pinot.common.utils.http.HttpClient
Download and untar in a streamed manner a file using default settings, with an optional auth token
downloadUntarFileStreamed(URI, File, AuthProvider, List<Header>, long) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Download and untar a file in a streamed way with rate limit
doy(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
An alias for dayOfYear().
doy(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
An alias for dayOfYear().
DOY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DQID - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
Lexical state.
DQL - org.apache.pinot.sql.parsers.PinotSqlType
 
DROP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DROPPED_MINION_INSTANCES - org.apache.pinot.common.metrics.ControllerGauge
 
DYNAMIC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DYNAMIC_FUNCTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DYNAMIC_FUNCTION_CODE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
DynamicParam() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a dynamic parameter marker.

E

EACH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ELEMENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ELSE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
empty() - Static method in class org.apache.pinot.common.response.broker.BrokerResponseNative
Get a new empty BrokerResponseNative.
EMPTY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
EMPTY_RESULT - Static variable in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
ENABLE_PARALLEL_PUSH_PROTECTION - Static variable in class org.apache.pinot.common.utils.FileUploadDownloadClient.QueryParameters
 
ENABLE_TRACE - org.apache.pinot.common.request.InstanceRequest._Fields
 
enable_tracing() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Enable tracing.
enableTrace - Variable in class org.apache.pinot.common.request.InstanceRequest
 
encode(String) - Static method in class org.apache.pinot.common.utils.URIUtils
 
encodeUrl(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
ENCODING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
encrypt(String) - Static method in class org.apache.pinot.common.utils.BcryptUtils
 
encrypt(String, int) - Static method in class org.apache.pinot.common.utils.BcryptUtils
 
END - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
END_EXEC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
END_FRAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
END_PARTITION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
endColumn - Variable in class org.apache.pinot.sql.parsers.parser.Token
The column number of the last character of this Token.
endLine - Variable in class org.apache.pinot.sql.parsers.parser.Token
The line number of the last character of this Token.
endReplaceSegments(URI, int, AuthProvider) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
End replace segments with default settings.
endsWith(String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
ENTRIES_SCANNED_IN_FILTER - org.apache.pinot.common.metrics.BrokerMeter
 
ENTRIES_SCANNED_POST_FILTER - org.apache.pinot.common.metrics.BrokerMeter
 
enumForId(short) - Method in class org.apache.pinot.common.request.Literal
 
EOF - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
End of File.
EOL - Static variable in exception org.apache.pinot.sql.parsers.parser.ParseException
The end of line string for this machine.
EPOCH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
epochToDefaultDateFormat(long) - Static method in class org.apache.pinot.common.utils.DateTimeUtils
Utility function to convert epoch in millis to SDF of form "yyyy-MM-dd HH:mm:ss z".
EQ - org.apache.pinot.common.request.context.predicate.Predicate.Type
 
EQ - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
EqPredicate - Class in org.apache.pinot.common.request.context.predicate
Predicate for EQ.
EqPredicate(ExpressionContext, String) - Constructor for class org.apache.pinot.common.request.context.predicate.EqPredicate
 
equals(double, double) - Static method in class org.apache.pinot.common.function.scalar.ComparisonFunctions
 
equals(Object) - Method in class org.apache.pinot.common.data.Segment
 
equals(Object) - Method in class org.apache.pinot.common.function.TimeZoneKey
 
equals(Object) - Method in class org.apache.pinot.common.lineage.LineageEntry
 
equals(Object) - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
equals(Object) - Method in class org.apache.pinot.common.metadata.segment.SegmentPartitionMetadata
 
equals(Object) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
equals(Object) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
equals(Object) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
equals(Object) - Method in class org.apache.pinot.common.proto.Plan.ListField
 
equals(Object) - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
equals(Object) - Method in class org.apache.pinot.common.proto.Plan.MapField
 
equals(Object) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
equals(Object) - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
equals(Object) - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
equals(Object) - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
equals(Object) - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
equals(Object) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
equals(Object) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
equals(Object) - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
equals(Object) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
equals(Object) - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
equals(Object) - Method in class org.apache.pinot.common.request.BrokerRequest
 
equals(Object) - Method in class org.apache.pinot.common.request.context.ExpressionContext
 
equals(Object) - Method in class org.apache.pinot.common.request.context.FilterContext
 
equals(Object) - Method in class org.apache.pinot.common.request.context.FunctionContext
 
equals(Object) - Method in class org.apache.pinot.common.request.context.OrderByExpressionContext
 
equals(Object) - Method in class org.apache.pinot.common.request.context.predicate.EqPredicate
 
equals(Object) - Method in class org.apache.pinot.common.request.context.predicate.InPredicate
 
equals(Object) - Method in class org.apache.pinot.common.request.context.predicate.IsNotNullPredicate
 
equals(Object) - Method in class org.apache.pinot.common.request.context.predicate.IsNullPredicate
 
equals(Object) - Method in class org.apache.pinot.common.request.context.predicate.JsonMatchPredicate
 
equals(Object) - Method in class org.apache.pinot.common.request.context.predicate.NotEqPredicate
 
equals(Object) - Method in class org.apache.pinot.common.request.context.predicate.NotInPredicate
 
equals(Object) - Method in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
equals(Object) - Method in class org.apache.pinot.common.request.context.predicate.RegexpLikePredicate
 
equals(Object) - Method in class org.apache.pinot.common.request.context.predicate.TextContainsPredicate
 
equals(Object) - Method in class org.apache.pinot.common.request.context.predicate.TextMatchPredicate
 
equals(Object) - Method in class org.apache.pinot.common.request.DataSource
 
equals(Object) - Method in class org.apache.pinot.common.request.Expression
 
equals(Object) - Method in class org.apache.pinot.common.request.Function
 
equals(Object) - Method in class org.apache.pinot.common.request.Identifier
 
equals(Object) - Method in class org.apache.pinot.common.request.InstanceRequest
 
equals(Object) - Method in class org.apache.pinot.common.request.Literal
 
equals(Object) - Method in class org.apache.pinot.common.request.PinotQuery
 
equals(Object) - Method in class org.apache.pinot.common.request.QuerySource
 
equals(Object) - Method in exception org.apache.pinot.common.response.ProcessingException
 
equals(Object) - Method in class org.apache.pinot.common.restlet.resources.SegmentSizeInfo
 
equals(Object) - Method in class org.apache.pinot.common.utils.DataSchema
 
equals(Object) - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
equals(Object) - Method in class org.apache.pinot.common.utils.PinotAppConfigs
 
equals(Object) - Method in class org.apache.pinot.common.utils.PinotAppConfigs.JVMConfig
 
equals(Object) - Method in class org.apache.pinot.common.utils.PinotAppConfigs.RuntimeConfig
 
equals(Object) - Method in class org.apache.pinot.common.utils.PinotAppConfigs.SystemConfig
 
equals(BrokerRequest) - Method in class org.apache.pinot.common.request.BrokerRequest
 
equals(DataSource) - Method in class org.apache.pinot.common.request.DataSource
 
equals(Expression) - Method in class org.apache.pinot.common.request.Expression
 
equals(Function) - Method in class org.apache.pinot.common.request.Function
 
equals(Identifier) - Method in class org.apache.pinot.common.request.Identifier
 
equals(InstanceRequest) - Method in class org.apache.pinot.common.request.InstanceRequest
 
equals(Literal) - Method in class org.apache.pinot.common.request.Literal
 
equals(PinotQuery) - Method in class org.apache.pinot.common.request.PinotQuery
 
equals(QuerySource) - Method in class org.apache.pinot.common.request.QuerySource
 
equals(ProcessingException) - Method in exception org.apache.pinot.common.response.ProcessingException
 
EQUALS - org.apache.pinot.common.function.TransformFunctionType
 
EQUALS - org.apache.pinot.sql.FilterKind
 
EQUALS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
equalsIgnoreVersion(Schema, Schema) - Static method in class org.apache.pinot.common.utils.SchemaUtils
Compare two schemas ignoring their version number.
ERROR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ERROR_CODE - org.apache.pinot.common.response.ProcessingException._Fields
 
ESCAPE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
EVERY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
EXCEPT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
EXCEPTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
EXCEPTION_METADATA_KEY - Static variable in interface org.apache.pinot.common.utils.DataTable
 
EXCLUDE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
EXCLUDING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
EXEC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
execute() - Method in interface org.apache.pinot.sql.parsers.dml.DataManipulationStatement
Execute the statement and format response to response row format.
execute() - Method in class org.apache.pinot.sql.parsers.dml.InsertIntoFile
 
execute(List<String>, Map<String, String>, int) - Method in class org.apache.pinot.common.http.MultiHttpRequest
GET urls in parallel using the executor service.
execute(List<String>, Map<String, String>, int, String, Function<String, T>) - Method in class org.apache.pinot.common.http.MultiHttpRequest
Execute certain http method on the urls in parallel using the executor service.
execute(HttpUriRequest) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
EXECUTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
executeTask(AdhocTaskConfig, Map<String, String>) - Method in class org.apache.pinot.common.minion.MinionClient
 
EXECUTION_THREAD_CPU_TIME_NS - org.apache.pinot.common.metrics.ServerTimer
 
EXECUTION_TIMEOUT_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
EXECUTION_TIMEOUT_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
exist(String) - Method in class org.apache.pinot.common.utils.helix.PinotHelixPropertyStoreZnRecordProvider
 
exists(String, int) - Method in class org.apache.pinot.common.utils.helix.FakePropertyStore
 
EXISTS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
exp(double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
EXP - org.apache.pinot.common.function.TransformFunctionType
 
EXP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ExpandBuff(boolean) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.apache.pinot.sql.parsers.parser.ParseException
Each entry in this array is an array of integers.
explain - Variable in class org.apache.pinot.common.request.PinotQuery
 
EXPLAIN - org.apache.pinot.common.request.PinotQuery._Fields
 
EXPLAIN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
EXPLAIN_PLAN_NUM_EMPTY_FILTER_SEGMENTS - org.apache.pinot.common.utils.DataTable.MetadataKey
 
EXPLAIN_PLAN_NUM_MATCH_ALL_FILTER_SEGMENTS - org.apache.pinot.common.utils.DataTable.MetadataKey
 
EXPLAIN_RESULT_SCHEMA - Static variable in class org.apache.pinot.common.utils.DataSchema
Used by both Broker and Server to generate results for EXPLAIN PLAN queries.
ExplainDepth() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses WITH TYPE | WITH IMPLEMENTATION | WITHOUT IMPLEMENTATION modifier for EXPLAIN PLAN.
ExplainDetailLevel() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses INCLUDING ALL ATTRIBUTES modifier for EXPLAIN PLAN.
ExplicitTable(SqlParserPos) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an explicit TABLE t reference.
EXPONENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Expression - Class in org.apache.pinot.common.request
 
Expression() - Constructor for class org.apache.pinot.common.request.Expression
 
Expression(Expression) - Constructor for class org.apache.pinot.common.request.Expression
Performs a deep copy on other.
Expression(ExpressionType) - Constructor for class org.apache.pinot.common.request.Expression
 
Expression(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a row expression or a parenthesized expression of any kind.
EXPRESSION_OVERRIDE_HINTS - org.apache.pinot.common.request.PinotQuery._Fields
 
Expression._Fields - Enum in org.apache.pinot.common.request
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
Expression2(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a binary row expression, or a parenthesized expression of any kind.
Expression2b(SqlAbstractParserImpl.ExprContext, List<Object>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
Expression3(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a unary row expression, or a parenthesized expression of any kind.
ExpressionCommaList(Span, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a list of expressions separated by commas.
ExpressionCommaList2(List<SqlNode>, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a list of expressions separated by commas, appending expressions to a given list.
ExpressionContext - Class in org.apache.pinot.common.request.context
The ExpressionContext class represents an expression in the query.
ExpressionContext.Type - Enum in org.apache.pinot.common.request.context
 
expressionOverrideHints - Variable in class org.apache.pinot.common.request.PinotQuery
 
ExpressionType - Enum in org.apache.pinot.common.request
 
EXTEND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ExtendBuildTimeRequest(SegmentCompletionProtocol.Request.Params) - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.ExtendBuildTimeRequest
 
ExtendedTableRef() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Allows parser to be extended with new types of table references.
ExtendList() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
EXTERNAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
EXTRACT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
extractAuthConfig(PinotConfiguration, String) - Static method in class org.apache.pinot.common.auth.AuthProviderUtils
Extract an AuthConfig from a pinot configuration subset namespace.
extractAuthProvider(PinotConfiguration, String) - Static method in class org.apache.pinot.common.auth.AuthProviderUtils
Create an AuthProvider after extracting a config from a pinot configuration subset namespace
extractBrokerTag(TenantConfig) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Extracts the broker tag name from the given tenant config.
extractCompletedServerTag(TenantConfig) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Extracts the REALTIME completed server tag name from the given tenant config.
extractConsumingServerTag(TenantConfig) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Extracts the REALTIME consuming server tag name from the given tenant config.
extractIdentifiers(List<Expression>, boolean) - Static method in class org.apache.pinot.sql.parsers.CalciteSqlParser
Extract all the identifiers from given expressions.
extractNettyConfig(PinotConfiguration, String) - Static method in class org.apache.pinot.common.config.NettyConfig
 
extractNettyConfig(PinotConfiguration, String, NettyConfig) - Static method in class org.apache.pinot.common.config.NettyConfig
 
extractOfflineServerTag(TenantConfig) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Extracts the OFFLINE server tag name from the given tenant config.
extractPartitionId(String) - Static method in class org.apache.pinot.common.utils.helix.LeadControllerUtils
Extracts partition index from partition name, e.g.
extractRealtimeServerTag(TenantConfig) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Extracts the REALTIME server tag name from the given tenant config.
extractSqlNodeAndOptions(SqlNodeList) - Static method in class org.apache.pinot.sql.parsers.CalciteSqlParser
 
extractTlsConfig(PinotConfiguration, String) - Static method in class org.apache.pinot.common.utils.TlsUtils
Extract a TlsConfig instance from a namespaced set of configuration keys.
extractTlsConfig(PinotConfiguration, String, TlsConfig) - Static method in class org.apache.pinot.common.utils.TlsUtils
Extract a TlsConfig instance from a namespaced set of configuration keys, based on a default config
ExtraInstanceConfig - Class in org.apache.pinot.common.helix
Pinot extended Instance Config for pinot extra configuration like TlsPort, etc
ExtraInstanceConfig(InstanceConfig) - Constructor for class org.apache.pinot.common.helix.ExtraInstanceConfig
 
ExtraInstanceConfig.PinotInstanceConfigProperty - Enum in org.apache.pinot.common.helix
 

F

FACTORY - Static variable in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
SqlParserImplFactory implementation for creating parser.
FAILED - org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Commit failed.
FakePropertyStore - Class in org.apache.pinot.common.utils.helix
 
FakePropertyStore() - Constructor for class org.apache.pinot.common.utils.helix.FakePropertyStore
 
FALSE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FEDERATED_BROKER_UNAVAILABLE_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
FEDERATED_BROKER_UNAVAILABLE_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
FETCH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
fetchAndDecryptSegmentToLocal(String, File, String) - Static method in class org.apache.pinot.common.utils.fetcher.SegmentFetcherFactory
Fetches a segment from a URI location to a local file and decrypts it if needed
fetchAndStreamUntarToLocal(String, File, long) - Static method in class org.apache.pinot.common.utils.fetcher.SegmentFetcherFactory
Fetches a segment from URI location to local and untar it in a streamed manner.
fetchInstancePartitions(HelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.assignment.InstancePartitionsUtils
Fetches the instance partitions from Helix property store.
fetchInstancePartitionsWithRename(HelixPropertyStore<ZNRecord>, String, String) - Static method in class org.apache.pinot.common.assignment.InstancePartitionsUtils
Gets the instance partitions with the given name, and returns a re-named copy of the same.
fetchOrComputeInstancePartitions(HelixManager, TableConfig, InstancePartitionsType) - Static method in class org.apache.pinot.common.assignment.InstancePartitionsUtils
Fetches the instance partitions from Helix property store if it exists, or computes it for backward-compatibility.
fetchSegmentToLocal(String, File) - Static method in class org.apache.pinot.common.utils.fetcher.SegmentFetcherFactory
Fetches a segment from URI location to local.
fetchSegmentToLocal(URI, File) - Method in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
fetchSegmentToLocal(URI, File) - Method in class org.apache.pinot.common.utils.fetcher.HttpSegmentFetcher
 
fetchSegmentToLocal(URI, File) - Method in interface org.apache.pinot.common.utils.fetcher.SegmentFetcher
Fetches a segment from URI location to local.
fetchSegmentToLocal(URI, File) - Static method in class org.apache.pinot.common.utils.fetcher.SegmentFetcherFactory
Fetches a segment from URI location to local.
fetchSegmentToLocal(List<URI>, File) - Method in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
fetchSegmentToLocal(List<URI>, File) - Method in interface org.apache.pinot.common.utils.fetcher.SegmentFetcher
Fetches a segment to local from any uri in the given list.
fetchSegmentToLocalWithoutRetry(URI, File) - Method in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
Fetches a segment from URI location to local without retry.
fetchSegmentToLocalWithoutRetry(URI, File) - Method in class org.apache.pinot.common.utils.fetcher.HttpSegmentFetcher
 
fetchSegmentToLocalWithoutRetry(URI, File) - Method in class org.apache.pinot.common.utils.fetcher.PinotFSSegmentFetcher
 
fetchTaskGeneratorInfo(String, String) - Method in class org.apache.pinot.common.minion.InMemoryTaskManagerStatusCache
 
fetchTaskGeneratorInfo(String, String) - Method in interface org.apache.pinot.common.minion.TaskManagerStatusCache
 
fetchTaskMetadata(HelixPropertyStore<ZNRecord>, String, String) - Static method in class org.apache.pinot.common.minion.MinionTaskMetadataUtils
Fetches the ZNRecord for the given minion task and tableName.
fetchUntarSegmentToLocalStreamed(URI, File, long) - Method in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
fetchUntarSegmentToLocalStreamed(URI, File, long) - Method in class org.apache.pinot.common.utils.fetcher.HttpSegmentFetcher
 
fetchUntarSegmentToLocalStreamed(URI, File, long) - Method in interface org.apache.pinot.common.utils.fetcher.SegmentFetcher
Fetches a segment from URI location and untar to local in a streamed manner
fieldForId(int) - Method in class org.apache.pinot.common.request.BrokerRequest
 
fieldForId(int) - Method in class org.apache.pinot.common.request.DataSource
 
fieldForId(int) - Method in class org.apache.pinot.common.request.Expression
 
fieldForId(int) - Method in class org.apache.pinot.common.request.Function
 
fieldForId(int) - Method in class org.apache.pinot.common.request.Identifier
 
fieldForId(int) - Method in class org.apache.pinot.common.request.InstanceRequest
 
fieldForId(int) - Method in class org.apache.pinot.common.request.Literal
 
fieldForId(int) - Method in class org.apache.pinot.common.request.PinotQuery
 
fieldForId(int) - Method in class org.apache.pinot.common.request.QuerySource
 
fieldForId(int) - Method in exception org.apache.pinot.common.response.ProcessingException
 
FieldNameTypeCommaList(List<SqlIdentifier>, List<SqlDataTypeSpec>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parse a "name1 type1 [NULL | NOT NULL], name2 type2 [NULL | NOT NULL] ..." list, the field type default is not nullable.
FILE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FileUploadDownloadClient - Class in org.apache.pinot.common.utils
The FileUploadDownloadClient class provides methods to upload schema/segment, download segment or send segment completion protocol request through HTTP/HTTPS.
FileUploadDownloadClient() - Constructor for class org.apache.pinot.common.utils.FileUploadDownloadClient
 
FileUploadDownloadClient(SSLContext) - Constructor for class org.apache.pinot.common.utils.FileUploadDownloadClient
 
FileUploadDownloadClient.CustomHeaders - Class in org.apache.pinot.common.utils
 
FileUploadDownloadClient.FileUploadType - Enum in org.apache.pinot.common.utils
 
FileUploadDownloadClient.QueryParameters - Class in org.apache.pinot.common.utils
 
FileUtils - Class in org.apache.pinot.common.utils
 
FillBuff() - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
FILTER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FILTER_EXPRESSION - org.apache.pinot.common.request.PinotQuery._Fields
 
FilterContext - Class in org.apache.pinot.common.request.context
The FilterContext class encapsulates the information of a filter in the query.
FilterContext(FilterContext.Type, List<FilterContext>, Predicate) - Constructor for class org.apache.pinot.common.request.context.FilterContext
 
FilterContext.Type - Enum in org.apache.pinot.common.request.context
 
filterExpression - Variable in class org.apache.pinot.common.request.PinotQuery
 
FilterKind - Enum in org.apache.pinot.sql
 
filterSegmentsBasedOnLineageInPlace(Set<String>, SegmentLineage) - Static method in class org.apache.pinot.common.lineage.SegmentLineageUtils
Use the segment lineage metadata to filters out either merged segments or original segments in place to make sure that the final segments contain no duplicate data.
FINAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
findByName(String) - Static method in enum org.apache.pinot.common.request.BrokerRequest._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.pinot.common.request.DataSource._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.pinot.common.request.Expression._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.pinot.common.request.Function._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.pinot.common.request.Identifier._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.pinot.common.request.InstanceRequest._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.pinot.common.request.Literal._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.pinot.common.request.PinotQuery._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.pinot.common.request.QuerySource._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.pinot.common.response.ProcessingException._Fields
Find the _Fields constant that matches name, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.pinot.common.request.BrokerRequest._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.pinot.common.request.DataSource._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.pinot.common.request.Expression._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.pinot.common.request.Function._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.pinot.common.request.Identifier._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.pinot.common.request.InstanceRequest._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.pinot.common.request.Literal._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.pinot.common.request.PinotQuery._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.pinot.common.request.QuerySource._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.pinot.common.response.ProcessingException._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.pinot.common.request.BrokerRequest._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.pinot.common.request.DataSource._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.pinot.common.request.Expression._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.pinot.common.request.Function._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.pinot.common.request.Identifier._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.pinot.common.request.InstanceRequest._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.pinot.common.request.Literal._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.pinot.common.request.PinotQuery._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.pinot.common.request.QuerySource._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.pinot.common.response.ProcessingException._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByValue(int) - Static method in enum org.apache.pinot.common.request.ExpressionType
Find a the enum type by its integer value, as defined in the Thrift IDL.
FIRST - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FIRST_VALUE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FIXED_SEGMENT_SELECTOR_TYPE - Static variable in class org.apache.pinot.common.tier.TierFactory
 
FixedTierSegmentSelector - Class in org.apache.pinot.common.tier
A TierSegmentSelector strategy which selects segments for a tier based on a fixed list
FixedTierSegmentSelector(HelixManager, Set<String>) - Constructor for class org.apache.pinot.common.tier.FixedTierSegmentSelector
 
FLOAT - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
FLOAT - org.apache.pinot.common.utils.PinotDataType
 
FLOAT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FLOAT_ARRAY - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
FLOAT_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
FLOATFIELD - org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
 
FLOATFIELD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.LiteralField
 
floor(double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
FLOOR - org.apache.pinot.common.function.TransformFunctionType
 
FLOOR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FloorCeilOptions(Span, boolean) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
FOLLOWING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FOR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FORCE_COMMIT_MSG_SUB_TYPE - Static variable in class org.apache.pinot.common.messages.ForceCommitMessage
 
ForceCommitMessage - Class in org.apache.pinot.common.messages
Force commit helix message is created on controller and get sent to servers to instruct them to stop consumption and immediately start committing the segment.
ForceCommitMessage(String, Set<String>) - Constructor for class org.apache.pinot.common.messages.ForceCommitMessage
 
ForceCommitMessage(Message) - Constructor for class org.apache.pinot.common.messages.ForceCommitMessage
 
FOREIGN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
forFunction(FunctionContext) - Static method in class org.apache.pinot.common.request.context.ExpressionContext
 
forIdentifier(String) - Static method in class org.apache.pinot.common.request.context.ExpressionContext
 
forListAllTasks(String) - Method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
forListAllTaskTypes() - Method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
forLiteral(String) - Static method in class org.apache.pinot.common.request.context.ExpressionContext
 
FORMAL_COMMENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
format(Object) - Method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
Formats the value to human-readable format based on the type to be used in the query response.
FORMAT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
forNumber(int) - Static method in enum org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
 
forNumber(int) - Static method in enum org.apache.pinot.common.proto.Plan.MemberVariableField.MemberVariableFieldCase
 
forSchema(ZkHelixPropertyStore<ZNRecord>) - Static method in class org.apache.pinot.common.utils.helix.PinotHelixPropertyStoreZnRecordProvider
 
forSegments(ZkHelixPropertyStore<ZNRecord>) - Static method in class org.apache.pinot.common.utils.helix.PinotHelixPropertyStoreZnRecordProvider
 
forTable(ZkHelixPropertyStore<ZNRecord>) - Static method in class org.apache.pinot.common.utils.helix.PinotHelixPropertyStoreZnRecordProvider
 
forTaskConfig(String) - Method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
forTaskExecute() - Method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
forTaskSchedule(String, String) - Method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
forTasksStates(String) - Method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
forTaskState(String) - Method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
forTaskTypeCleanup(String) - Method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
forTaskTypeDelete(String) - Method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
forTaskTypeResume(String) - Method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
forTaskTypeState(String) - Method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
forTaskTypeStop(String) - Method in class org.apache.pinot.common.minion.MinionRequestURLBuilder
 
FORTRAN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FOUND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FRAC_SECOND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FRAME_ROW - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FREE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FRESHNESS_LAG_MS - org.apache.pinot.common.metrics.BrokerTimer
 
FRESHNESS_LAG_MS - org.apache.pinot.common.metrics.ServerTimer
 
FROM - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
fromBase64(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
fromBytes(ByteBuffer) - Static method in class org.apache.pinot.common.utils.DataSchema
This method use relative operations on the ByteBuffer and expects the buffer's position to be set correctly.
FromClause() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses the FROM clause for a SELECT.
fromDataType(FieldSpec.DataType, boolean) - Static method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
fromDataTypeMV(FieldSpec.DataType) - Static method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
fromDataTypeSV(FieldSpec.DataType) - Static method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
fromDateTime(String, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts DateTime string represented by pattern to epoch millis
fromDateTime(String, String, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts DateTime string represented by pattern to epoch millis
fromEpochDays(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts epoch days to epoch millis
fromEpochDaysBucket(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts nDaysSinceEpoch (days that have been divided by a bucket), to epoch millis
fromEpochHours(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts epoch hours to epoch millis
fromEpochHoursBucket(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts nHoursSinceEpoch (hours that have been divided by a bucket), to epoch millis
fromEpochMinutes(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts epoch minutes to epoch millis
fromEpochMinutesBucket(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts nMinutesSinceEpoch (minutes that have been divided by a bucket), to epoch millis
fromEpochSeconds(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts epoch seconds to epoch millis
fromEpochSecondsBucket(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts nSecondsSinceEpoch (seconds that have been divided by a bucket), to epoch millis
fromJsonString(String) - Static method in class org.apache.pinot.common.metadata.segment.SegmentPartitionMetadata
Given a JSON string, de-serialize and return an instance of SegmentPartitionMetadata
fromJsonString(String) - Static method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
fromJsonString(String) - Static method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
fromTimestamp(Timestamp) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts Timestamp to epoch millis
fromUtf8(byte[]) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
fromZNRecord(ZNRecord) - Static method in class org.apache.pinot.common.assignment.InstancePartitions
 
fromZNRecord(ZNRecord) - Static method in class org.apache.pinot.common.lineage.SegmentLineage
Convert ZNRecord to segment lineage
fromZNRecord(ZNRecord) - Static method in class org.apache.pinot.common.minion.MergeRollupTaskMetadata
 
fromZNRecord(ZNRecord) - Static method in class org.apache.pinot.common.minion.RealtimeToOfflineSegmentsTaskMetadata
 
fromZNRecord(ZNRecord) - Static method in class org.apache.pinot.common.utils.config.AccessControlUserConfigUtils
 
fromZNRecord(ZNRecord) - Static method in class org.apache.pinot.common.utils.config.TableConfigUtils
 
fromZNRecord(ZNRecord) - Static method in class org.apache.pinot.common.utils.SchemaUtils
Fetch Schema from a ZNRecord.
FULL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Function - Class in org.apache.pinot.common.request
 
Function() - Constructor for class org.apache.pinot.common.request.Function
 
Function(String) - Constructor for class org.apache.pinot.common.request.Function
 
Function(Function) - Constructor for class org.apache.pinot.common.request.Function
Performs a deep copy on other.
FUNCTION - org.apache.pinot.common.request.context.ExpressionContext.Type
 
FUNCTION - org.apache.pinot.common.request.ExpressionType
 
FUNCTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FUNCTION_CALL - org.apache.pinot.common.request.Expression._Fields
 
Function._Fields - Enum in org.apache.pinot.common.request
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
functionCall - Variable in class org.apache.pinot.common.request.Expression
 
FunctionContext - Class in org.apache.pinot.common.request.context
The FunctionContext class represents the function in the expression.
FunctionContext(FunctionContext.Type, String, List<ExpressionContext>) - Constructor for class org.apache.pinot.common.request.context.FunctionContext
 
FunctionContext.Type - Enum in org.apache.pinot.common.request.context
 
FunctionInfo - Class in org.apache.pinot.common.function
 
FunctionInfo(Method, Class<?>, boolean) - Constructor for class org.apache.pinot.common.function.FunctionInfo
 
FunctionInvoker - Class in org.apache.pinot.common.function
The FunctionInvoker is a wrapper on a java method which supports arguments type conversion and method invocation via reflection.
FunctionInvoker(FunctionInfo) - Constructor for class org.apache.pinot.common.function.FunctionInvoker
 
FunctionName() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses the name of a function (either a compound identifier or a reserved word which can be used as a function name).
FunctionParameterList(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses function parameter lists including DISTINCT keyword recognition, DEFAULT, and named argument assignment.
FunctionRegistry - Class in org.apache.pinot.common.function
Registry for scalar functions.
FunctionUtils - Class in org.apache.pinot.common.function
 
FUSION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
FUTURE_CALL_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
FUTURE_CALL_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 

G

G - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
GE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
GENERAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
generate() - Method in class org.apache.pinot.common.utils.ClientSSLContextGenerator
 
generateAdhocTaskConfig() - Method in interface org.apache.pinot.sql.parsers.dml.DataManipulationStatement
Generate minion task config for this statement.
generateAdhocTaskConfig() - Method in class org.apache.pinot.sql.parsers.dml.InsertIntoFile
 
GENERATED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
generateLineageEntryId() - Static method in class org.apache.pinot.common.lineage.SegmentLineageUtils
Generate lineage entry id using UUID.
generateParseException() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Generate ParseException.
generateParticipantInstanceId(String, int) - Static method in class org.apache.pinot.common.utils.helix.LeadControllerUtils
Generates participant instance id, e.g.
generatePartitionName(int) - Static method in class org.apache.pinot.common.utils.helix.LeadControllerUtils
Generates partition name, e.g.
generateSchemaURI(String, String) - Static method in class org.apache.pinot.common.segment.generation.SegmentGenerationUtils
 
generateTableConfigURI(String, String) - Static method in class org.apache.pinot.common.segment.generation.SegmentGenerationUtils
 
GEOMETRY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
GEOTOH3 - org.apache.pinot.common.function.TransformFunctionType
 
get(String) - Method in class org.apache.pinot.common.config.GrpcConfig
 
get(String) - Method in class org.apache.pinot.common.function.JsonPathCache
 
get(String) - Method in class org.apache.pinot.common.utils.helix.PinotHelixPropertyStoreZnRecordProvider
 
get(String, Stat, int) - Method in class org.apache.pinot.common.utils.helix.FakePropertyStore
 
GET - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
GET_REQUEST_SOCKET_TIMEOUT_MS - Static variable in class org.apache.pinot.common.utils.http.HttpClient
 
getActualTableName(String) - Method in class org.apache.pinot.common.config.provider.TableCache
Returns the actual table name for the given table name (with or without type suffix), or null if the table does not exist.
getAliases() - Method in enum org.apache.pinot.common.function.TransformFunctionType
 
getAllBrokerUserConfig() - Method in class org.apache.pinot.common.config.provider.AccessControlUserCache
 
getAllControllerUserConfig() - Method in class org.apache.pinot.common.config.provider.AccessControlUserCache
 
getAllInstances(HelixAdmin, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns all instances for the given cluster.
getAllInstancesForResource(IdealState) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns all instances for the given resource.
getAllLoggers() - Static method in class org.apache.pinot.common.utils.LoggerUtils
 
getAllServerUserConfig() - Method in class org.apache.pinot.common.config.provider.AccessControlUserCache
 
getAllTableConfigs(ZkHelixPropertyStore<ZNRecord>) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
getAllUserConfig() - Method in class org.apache.pinot.common.config.provider.AccessControlUserCache
 
getAllUserConfig(ZkHelixPropertyStore<ZNRecord>) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
getAllUserInfo(ZkHelixPropertyStore<ZNRecord>) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
getAllUserName() - Method in class org.apache.pinot.common.config.provider.AccessControlUserCache
 
getAllUserName(ZkHelixPropertyStore<ZNRecord>) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
getArch() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.SystemConfig
 
getArgs() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.JVMConfig
 
getArguments() - Method in class org.apache.pinot.common.request.context.FunctionContext
 
getArgumentType(Class<?>) - Static method in class org.apache.pinot.common.function.FunctionUtils
Returns the corresponding PinotDataType for the given argument class, or null if there is no one matching.
getAvailableProcessors() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.SystemConfig
 
getBeginColumn() - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Get token beginning line number.
getBigDecimal(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getBigDecimalValues() - Method in class org.apache.pinot.common.request.context.predicate.BaseInPredicate
 
getBinaryValue() - Method in class org.apache.pinot.common.request.Literal
 
getBooleanValues() - Method in class org.apache.pinot.common.request.context.predicate.BaseInPredicate
 
getBoolField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
bool boolField = 1;
getBoolField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
bool boolField = 1;
getBoolField() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
bool boolField = 1;
getBoolValue() - Method in class org.apache.pinot.common.request.Literal
 
getBootClassPath() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.JVMConfig
 
getBrokerId() - Method in class org.apache.pinot.common.request.InstanceRequest
 
getBrokerIdealStates(HelixAdmin, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
getBrokerInstanceConfigsForTenant(List<InstanceConfig>, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
getBrokerInstancesForTenant(List<InstanceConfig>, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns the broker instances in the cluster for the given tenant.
getBrokerResourceConfig(HelixAdmin, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
getBrokerTagForTenant(String) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Returns the Broker tag name for the given tenant.
getBuildTimeMillis() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
getBuildTimeSeconds() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
getBuildTimeSeconds() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
getById(int) - Static method in enum org.apache.pinot.common.utils.DataTable.MetadataKey
Returns the MetadataKey for the given id, or null if the id does not exist.
getByName(String) - Static method in enum org.apache.pinot.common.utils.DataTable.MetadataKey
Returns the MetadataKey for the given name, or null if the name does not exist.
getBytes(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getBytesValues() - Method in class org.apache.pinot.common.request.context.predicate.BaseInPredicate
 
getByteValue() - Method in class org.apache.pinot.common.request.Literal
 
getCallingMethodDetails() - Static method in class org.apache.pinot.common.Utils
Obtains the name of the calling method and line number.
getChildren() - Method in class org.apache.pinot.common.request.context.FilterContext
 
getChronology(TimeZoneKey) - Static method in class org.apache.pinot.common.function.DateTimeUtils.DateTimeZoneIndex
 
getChronology(TimeZoneKey) - Static method in class org.apache.pinot.common.function.DateTimeUtils
 
getClazz() - Method in class org.apache.pinot.common.function.FunctionInfo
 
getClusterTenantIsolationEnabled(ZkHelixPropertyStore<ZNRecord>) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
getCode() - Method in class org.apache.pinot.common.utils.SimpleHttpErrorInfo
 
getColumn() - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Deprecated.
getColumnCardinalityMap() - Method in class org.apache.pinot.common.restlet.resources.TableMetadataInfo
 
getColumnDataType(int) - Method in class org.apache.pinot.common.utils.DataSchema
 
getColumnDataType(Class<?>) - Static method in class org.apache.pinot.common.function.FunctionUtils
Returns the corresponding ColumnDataType for the given class, or null if there is no one matching.
getColumnDataTypes() - Method in class org.apache.pinot.common.utils.DataSchema
 
getColumnDataTypes(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnDataTypes = 5;
getColumnDataTypes(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated string columnDataTypes = 5;
getColumnDataTypes(int) - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated string columnDataTypes = 5;
getColumnDataTypesBytes(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnDataTypes = 5;
getColumnDataTypesBytes(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated string columnDataTypes = 5;
getColumnDataTypesBytes(int) - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated string columnDataTypes = 5;
getColumnDataTypesCount() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnDataTypes = 5;
getColumnDataTypesCount() - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated string columnDataTypes = 5;
getColumnDataTypesCount() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated string columnDataTypes = 5;
getColumnDataTypesList() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnDataTypes = 5;
getColumnDataTypesList() - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated string columnDataTypes = 5;
getColumnDataTypesList() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated string columnDataTypes = 5;
getColumnLengthMap() - Method in class org.apache.pinot.common.restlet.resources.TableMetadataInfo
 
getColumnName(int) - Method in class org.apache.pinot.common.utils.DataSchema
 
getColumnNameMap(String) - Method in class org.apache.pinot.common.config.provider.TableCache
Returns a map from column name to actual column name for the given table, or null if the table schema does not exist.
getColumnNames() - Method in class org.apache.pinot.common.utils.DataSchema
 
getColumnNames(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnNames = 4;
getColumnNames(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated string columnNames = 4;
getColumnNames(int) - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated string columnNames = 4;
getColumnNamesBytes(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnNames = 4;
getColumnNamesBytes(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated string columnNames = 4;
getColumnNamesBytes(int) - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated string columnNames = 4;
getColumnNamesCount() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnNames = 4;
getColumnNamesCount() - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated string columnNames = 4;
getColumnNamesCount() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated string columnNames = 4;
getColumnNamesList() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnNames = 4;
getColumnNamesList() - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated string columnNames = 4;
getColumnNamesList() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated string columnNames = 4;
getColumnPartitionMap() - Method in class org.apache.pinot.common.metadata.segment.SegmentPartitionMetadata
Returns the map from column name to column's partition metadata.
getColumns(Set<String>) - Method in class org.apache.pinot.common.request.context.ExpressionContext
Adds the columns (IDENTIFIER expressions) in the expression to the given set.
getColumns(Set<String>) - Method in class org.apache.pinot.common.request.context.FilterContext
Adds the columns (IDENTIFIER expressions) in the filter to the given set.
getColumns(Set<String>) - Method in class org.apache.pinot.common.request.context.FunctionContext
Adds the columns (IDENTIFIER expressions) in the function to the given set.
getColumns(Set<String>) - Method in class org.apache.pinot.common.request.context.OrderByExpressionContext
Adds the columns (IDENTIFIER expressions) in the order-by expression to the given set.
getComponentUrl() - Method in class org.apache.pinot.common.helix.ExtraInstanceConfig
Returns an instance URL from the InstanceConfig.
getComponentVersions() - Static method in class org.apache.pinot.common.Utils
Obtains the version numbers of the Pinot components.
getConsumerInfo() - Method in class org.apache.pinot.common.restlet.resources.SegmentServerDebugInfo
 
getConsumerState() - Method in class org.apache.pinot.common.restlet.resources.SegmentConsumerInfo
 
getContent() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
Deprecated.
getContent() - Method in class org.apache.pinot.common.proto.Plan.MapField
Deprecated.
getContent() - Method in interface org.apache.pinot.common.proto.Plan.MapFieldOrBuilder
Deprecated.
getContent(int) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContent(int) - Method in class org.apache.pinot.common.proto.Plan.ListField
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContent(int) - Method in interface org.apache.pinot.common.proto.Plan.ListFieldOrBuilder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentBuilder(int) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentBuilderList() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentCount() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentCount() - Method in class org.apache.pinot.common.proto.Plan.ListField
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentCount() - Method in interface org.apache.pinot.common.proto.Plan.ListFieldOrBuilder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentCount() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
getContentCount() - Method in class org.apache.pinot.common.proto.Plan.MapField
 
getContentCount() - Method in interface org.apache.pinot.common.proto.Plan.MapFieldOrBuilder
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
getContentList() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentList() - Method in class org.apache.pinot.common.proto.Plan.ListField
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentList() - Method in interface org.apache.pinot.common.proto.Plan.ListFieldOrBuilder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentMap() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
getContentMap() - Method in class org.apache.pinot.common.proto.Plan.MapField
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
getContentMap() - Method in interface org.apache.pinot.common.proto.Plan.MapFieldOrBuilder
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
getContentOrBuilder(int) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentOrBuilder(int) - Method in class org.apache.pinot.common.proto.Plan.ListField
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentOrBuilder(int) - Method in interface org.apache.pinot.common.proto.Plan.ListFieldOrBuilder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentOrBuilderList() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentOrBuilderList() - Method in class org.apache.pinot.common.proto.Plan.ListField
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentOrBuilderList() - Method in interface org.apache.pinot.common.proto.Plan.ListFieldOrBuilder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
getContentOrDefault(String, Plan.MemberVariableField) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
getContentOrDefault(String, Plan.MemberVariableField) - Method in class org.apache.pinot.common.proto.Plan.MapField
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
getContentOrDefault(String, Plan.MemberVariableField) - Method in interface org.apache.pinot.common.proto.Plan.MapFieldOrBuilder
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
getContentOrThrow(String) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
getContentOrThrow(String) - Method in class org.apache.pinot.common.proto.Plan.MapField
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
getContentOrThrow(String) - Method in interface org.apache.pinot.common.proto.Plan.MapFieldOrBuilder
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
getControllerUrl() - Method in class org.apache.pinot.common.minion.MinionClient
 
getControllerVipUrl() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
getControllerVipUrl() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
getCrc() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getCreationTime() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getCreationTime() - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
getCreationTimeMs() - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
getCrypterName() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getCurrentHeapSize() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.RuntimeConfig
 
getCustomMap() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getDataSchema() - Method in class org.apache.pinot.common.response.broker.ResultTable
 
getDataSchema() - Method in interface org.apache.pinot.common.utils.DataTable
 
getDataSource() - Method in class org.apache.pinot.common.request.PinotQuery
 
getDataSources(int) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string dataSources = 2;
getDataSources(int) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
repeated string dataSources = 2;
getDataSources(int) - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
repeated string dataSources = 2;
getDataSourcesBytes(int) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string dataSources = 2;
getDataSourcesBytes(int) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
repeated string dataSources = 2;
getDataSourcesBytes(int) - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
repeated string dataSources = 2;
getDataSourcesCount() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string dataSources = 2;
getDataSourcesCount() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
repeated string dataSources = 2;
getDataSourcesCount() - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
repeated string dataSources = 2;
getDataSourcesList() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string dataSources = 2;
getDataSourcesList() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
repeated string dataSources = 2;
getDataSourcesList() - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
repeated string dataSources = 2;
getDataType(Class<?>) - Static method in class org.apache.pinot.common.function.FunctionUtils
Returns the corresponding DataType for the given class, or null if there is no one matching.
getDateTimeZone(TimeZoneKey) - Static method in class org.apache.pinot.common.function.DateTimeUtils.DateTimeZoneIndex
 
getDebugOptions() - Method in class org.apache.pinot.common.request.PinotQuery
 
getDebugOptionsSize() - Method in class org.apache.pinot.common.request.PinotQuery
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
getDefaultInstance() - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Plan.ListField
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Plan.MapField
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
getDefaultInstanceForType() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
getDefaultMaxSegmentCommitTimeSeconds() - Static method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
getDefaultUploadType() - Static method in enum org.apache.pinot.common.utils.FileUploadDownloadClient.FileUploadType
 
getDefaultZkStr() - Static method in class org.apache.pinot.common.utils.ZkStarter
 
getDeleteSegmentHttpUri(String, int, String, String, String) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
getDescriptor() - Static method in class org.apache.pinot.common.proto.Mailbox
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Server
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Worker
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
getDescriptor() - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
getDescriptorForType() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
getDirectoryURI(String) - Static method in class org.apache.pinot.common.segment.generation.SegmentGenerationUtils
Convert Directory URI String to URI Object, default to local file system scheme.
getDiskSizeInBytes() - Method in class org.apache.pinot.common.restlet.resources.SegmentSizeInfo
 
getDiskSizeInBytes() - Method in class org.apache.pinot.common.restlet.resources.TableMetadataInfo
 
getDiskSizeInBytes() - Method in class org.apache.pinot.common.restlet.resources.TableSizeInfo
 
getDouble(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getDoubleArray(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getDoubleField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
double doubleField = 5;
getDoubleField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
double doubleField = 5;
getDoubleField() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
double doubleField = 5;
getDoubleValue() - Method in class org.apache.pinot.common.request.Literal
 
getDoubleValues() - Method in class org.apache.pinot.common.request.context.predicate.BaseInPredicate
 
getDownloadUriPath(String) - Method in class org.apache.pinot.common.utils.webhdfs.WebHdfsV1Client
 
getDownloadUrl() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getDurationType() - Method in class org.apache.pinot.common.function.DateTimeUtils.QuarterOfYearDateTimeField
 
getEnabledInstancesWithTag(List<InstanceConfig>, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns the enabled instances in the cluster with the given tag.
getEnabledInstancesWithTag(HelixManager, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns the enabled instances in the cluster with the given tag.
getEndColumn() - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Get token end line number.
getEndOffset() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getEndReplaceSegmentsURI(URI, String, String, String) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
getEndTimeMs() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getEnvVariables() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.JVMConfig
 
getError() - Method in class org.apache.pinot.common.utils.SimpleHttpErrorInfo
 
getErrorCode() - Method in class org.apache.pinot.common.response.broker.QueryProcessingException
 
getErrorCode() - Method in exception org.apache.pinot.common.response.ProcessingException
 
getErrorInfo() - Method in class org.apache.pinot.common.restlet.resources.SegmentServerDebugInfo
 
getErrorMessage() - Method in class org.apache.pinot.common.restlet.resources.SegmentErrorInfo
 
getException(ProcessingException, Exception) - Static method in class org.apache.pinot.common.exception.QueryException
 
getException(ProcessingException, String) - Static method in class org.apache.pinot.common.exception.QueryException
 
getExceptions() - Method in interface org.apache.pinot.common.utils.DataTable
 
getExceptionsSize() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getExceptionsSize() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get number of exceptions recorded in the response.
getExecutionType() - Method in interface org.apache.pinot.sql.parsers.dml.DataManipulationStatement
The method to execute this Statement, e.g.
getExecutionType() - Method in class org.apache.pinot.sql.parsers.dml.InsertIntoFile
 
getExplainPlanNumEmptyFilterSegments() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getExplainPlanNumEmptyFilterSegments() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the total number of segments with an EmptyFilterOperator when Explain Plan is called
getExplainPlanNumMatchAllFilterSegments() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getExplainPlanNumMatchAllFilterSegments() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the total number of segments with a MatchAllFilterOperator when Explain Plan is called
getExpression() - Method in class org.apache.pinot.common.request.context.OrderByExpressionContext
 
getExpression(String) - Static method in class org.apache.pinot.common.request.context.RequestContextUtils
Converts the given string expression into an ExpressionContext.
getExpression(Expression) - Static method in class org.apache.pinot.common.request.context.RequestContextUtils
Converts the given Thrift Expression into an ExpressionContext.
getExpressionOverrideHints() - Method in class org.apache.pinot.common.request.PinotQuery
 
getExpressionOverrideHintsSize() - Method in class org.apache.pinot.common.request.PinotQuery
 
getExpressionOverrideMap(String) - Method in class org.apache.pinot.common.config.provider.TableCache
Returns the expression override map for the given table, or null if no override is configured.
getExternalViewForResource(HelixAdmin, String, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
getExtraTimeSec() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
getField(Chronology) - Method in class org.apache.pinot.common.function.DateTimeUtils.QuarterOfYearDateTimeField
 
getFieldDesc(Literal._Fields) - Method in class org.apache.pinot.common.request.Literal
 
getFieldName() - Method in enum org.apache.pinot.common.request.BrokerRequest._Fields
 
getFieldName() - Method in enum org.apache.pinot.common.request.DataSource._Fields
 
getFieldName() - Method in enum org.apache.pinot.common.request.Expression._Fields
 
getFieldName() - Method in enum org.apache.pinot.common.request.Function._Fields
 
getFieldName() - Method in enum org.apache.pinot.common.request.Identifier._Fields
 
getFieldName() - Method in enum org.apache.pinot.common.request.InstanceRequest._Fields
 
getFieldName() - Method in enum org.apache.pinot.common.request.Literal._Fields
 
getFieldName() - Method in enum org.apache.pinot.common.request.PinotQuery._Fields
 
getFieldName() - Method in enum org.apache.pinot.common.request.QuerySource._Fields
 
getFieldName() - Method in enum org.apache.pinot.common.response.ProcessingException._Fields
 
getFieldValue(BrokerRequest._Fields) - Method in class org.apache.pinot.common.request.BrokerRequest
 
getFieldValue(DataSource._Fields) - Method in class org.apache.pinot.common.request.DataSource
 
getFieldValue(Expression._Fields) - Method in class org.apache.pinot.common.request.Expression
 
getFieldValue(Function._Fields) - Method in class org.apache.pinot.common.request.Function
 
getFieldValue(Identifier._Fields) - Method in class org.apache.pinot.common.request.Identifier
 
getFieldValue(InstanceRequest._Fields) - Method in class org.apache.pinot.common.request.InstanceRequest
 
getFieldValue(PinotQuery._Fields) - Method in class org.apache.pinot.common.request.PinotQuery
 
getFieldValue(QuerySource._Fields) - Method in class org.apache.pinot.common.request.QuerySource
 
getFieldValue(ProcessingException._Fields) - Method in exception org.apache.pinot.common.response.ProcessingException
 
getFileName(URI) - Static method in class org.apache.pinot.common.segment.generation.SegmentGenerationUtils
Extract file name from a given URI.
getFileURI(String, URI) - Static method in class org.apache.pinot.common.segment.generation.SegmentGenerationUtils
Convert a File URI String to URI Object, use parent URI scheme/userInfo/host/port if sheme is not specified.
getFilter(ExpressionContext) - Static method in class org.apache.pinot.common.request.context.RequestContextUtils
Converts the given filter ExpressionContext into a FilterContext.
getFilter(FunctionContext) - Static method in class org.apache.pinot.common.request.context.RequestContextUtils
 
getFilter(Expression) - Static method in class org.apache.pinot.common.request.context.RequestContextUtils
Converts the given Thrift Expression into a FilterContext.
getFilter(Function) - Static method in class org.apache.pinot.common.request.context.RequestContextUtils
 
getFilterExpression() - Method in class org.apache.pinot.common.request.PinotQuery
 
getFloat(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getFloatArray(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getFloatField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
float floatField = 4;
getFloatField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
float floatField = 4;
getFloatField() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
float floatField = 4;
getFloatValues() - Method in class org.apache.pinot.common.request.context.predicate.BaseInPredicate
 
getFreePhysicalMemory() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.SystemConfig
 
getFreeSwapSpace() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.SystemConfig
 
getFunction() - Method in class org.apache.pinot.common.request.context.ExpressionContext
 
getFunction(Function) - Static method in class org.apache.pinot.common.request.context.RequestContextUtils
Converts the given Thrift Function into a FunctionContext.
getFunctionCall() - Method in class org.apache.pinot.common.request.Expression
 
getFunctionExpression(String) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
 
getFunctionInfo(String, int) - Static method in class org.apache.pinot.common.function.FunctionRegistry
Returns the FunctionInfo associated with the given function name and number of parameters, or null if there is no matching method.
getFunctionName() - Method in class org.apache.pinot.common.request.context.FunctionContext
 
getFunctionName(String) - Method in class org.apache.pinot.common.metadata.segment.SegmentPartitionMetadata
Returns the partition function for the given column, null if there isn't one.
getGarbageCollectors() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.JVMConfig
 
getGaugeName() - Method in interface org.apache.pinot.common.metrics.AbstractMetrics.Gauge
 
getGaugeName() - Method in enum org.apache.pinot.common.metrics.BrokerGauge
 
getGaugeName() - Method in enum org.apache.pinot.common.metrics.ControllerGauge
 
getGaugeName() - Method in enum org.apache.pinot.common.metrics.MinionGauge
 
getGaugeName() - Method in enum org.apache.pinot.common.metrics.ServerGauge
 
getGauges() - Method in class org.apache.pinot.common.metrics.AbstractMetrics
 
getGauges() - Method in class org.apache.pinot.common.metrics.BrokerMetrics
 
getGauges() - Method in class org.apache.pinot.common.metrics.ControllerMetrics
 
getGauges() - Method in class org.apache.pinot.common.metrics.MinionMetrics
 
getGauges() - Method in class org.apache.pinot.common.metrics.ServerMetrics
 
getGroupByList() - Method in class org.apache.pinot.common.request.PinotQuery
 
getGroupByListIterator() - Method in class org.apache.pinot.common.request.PinotQuery
 
getGroupByListSize() - Method in class org.apache.pinot.common.request.PinotQuery
 
getGroupId() - Method in class org.apache.pinot.common.utils.HLCSegmentName
 
getGroupId() - Method in class org.apache.pinot.common.utils.SegmentName
 
getGroupId(String) - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
getHashMapCapacity(int) - Static method in class org.apache.pinot.common.utils.HashUtil
Returns a capacity that is sufficient to keep the map from being resized as long as it grows no larger than expectedSize and the load factor is >= its default (0.75).
getHavingExpression() - Method in class org.apache.pinot.common.request.PinotQuery
 
getHelixClusterLeader(HelixManager) - Static method in class org.apache.pinot.common.utils.helix.LeadControllerUtils
Gets Helix leader in the cluster.
getHelixInstanceId(Instance) - Static method in class org.apache.pinot.common.utils.config.InstanceUtils
Returns the Helix instance id (e.g.
getHttpClient() - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
getId() - Method in class org.apache.pinot.common.function.TimeZoneKey
 
getId() - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
getId() - Method in enum org.apache.pinot.common.utils.DataTable.MetadataKey
 
getIdentifier() - Method in class org.apache.pinot.common.request.context.ExpressionContext
 
getIdentifier() - Method in class org.apache.pinot.common.request.Expression
 
getIdentifierExpression(String) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
 
GetImage() - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Get token literal value.
getIndexVersion() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getInputs(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputs(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputs(int) - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsBuilder(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsBuilderList() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsCount() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsCount() - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsCount() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsList() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsList() - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsList() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsOrBuilder(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsOrBuilder(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsOrBuilder(int) - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsOrBuilderList() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsOrBuilderList() - Method in class org.apache.pinot.common.proto.Plan.StageNode
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInputsOrBuilderList() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
getInstance() - Static method in class org.apache.pinot.common.utils.fetcher.SegmentFetcherFactory
 
getInstance() - Static method in class org.apache.pinot.common.utils.http.HttpClient
 
getInstanceAssignmentConfig(TableConfig, InstancePartitionsType) - Static method in class org.apache.pinot.common.assignment.InstanceAssignmentConfigUtils
Extracts or generates default instance assignment config from the given table config.
getInstanceConfig(HelixManager, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns the instance config for a specific instance.
getInstanceConfigs(HelixManager) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns the config for all the instances in the cluster.
getInstanceConfigsMapFor(String, String, HelixAdmin) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
getInstanceId() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
string instanceId = 2;
getInstanceId() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
string instanceId = 2;
getInstanceId() - Method in interface org.apache.pinot.common.proto.Worker.StagePlanOrBuilder
string instanceId = 2;
getInstanceId() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
getInstanceIdBytes() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
string instanceId = 2;
getInstanceIdBytes() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
string instanceId = 2;
getInstanceIdBytes() - Method in interface org.apache.pinot.common.proto.Worker.StagePlanOrBuilder
string instanceId = 2;
getInstanceName() - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
getInstancePartitionsName() - Method in class org.apache.pinot.common.assignment.InstancePartitions
 
getInstancePartitionsName(String, String) - Static method in class org.apache.pinot.common.assignment.InstancePartitionsUtils
Returns the name of the instance partitions for the given table name (with or without type suffix) and instance partitions type.
getInstancePort() - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
getInstances(int) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string instances = 1;
getInstances(int) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
repeated string instances = 1;
getInstances(int) - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
repeated string instances = 1;
getInstances(int, int) - Method in class org.apache.pinot.common.assignment.InstancePartitions
 
getInstancesBytes(int) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string instances = 1;
getInstancesBytes(int) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
repeated string instances = 1;
getInstancesBytes(int) - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
repeated string instances = 1;
getInstancesConfigsWithTag(List<InstanceConfig>, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
getInstanceScopefor(String, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
getInstancesCount() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string instances = 1;
getInstancesCount() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
repeated string instances = 1;
getInstancesCount() - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
repeated string instances = 1;
getInstancesList() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string instances = 1;
getInstancesList() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
repeated string instances = 1;
getInstancesList() - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
repeated string instances = 1;
getInstancesWithTag(List<InstanceConfig>, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns the instances in the cluster with the given tag.
getInstancesWithTag(HelixManager, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns the instances in the cluster with the given tag.
getInstanceToSegmentList() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
Deprecated.
getInstanceToSegmentList() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
Deprecated.
getInstanceToSegmentList() - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
Deprecated.
getInstanceToSegmentListCount() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
getInstanceToSegmentListCount() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
getInstanceToSegmentListCount() - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
getInstanceToSegmentListMap() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
getInstanceToSegmentListMap() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
getInstanceToSegmentListMap() - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
getInstanceToSegmentListOrDefault(String, Worker.SegmentList) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
getInstanceToSegmentListOrDefault(String, Worker.SegmentList) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
getInstanceToSegmentListOrDefault(String, Worker.SegmentList) - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
getInstanceToSegmentListOrThrow(String) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
getInstanceToSegmentListOrThrow(String) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
getInstanceToSegmentListOrThrow(String) - Method in interface org.apache.pinot.common.proto.Worker.StageMetadataOrBuilder
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
getInstanceType() - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
getInstanceZKMetadata(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
getInt(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getIntArray(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getIntField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
int32 intField = 2;
getIntField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
int32 intField = 2;
getIntField() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
int32 intField = 2;
getIntValue() - Method in class org.apache.pinot.common.request.Literal
 
getIntValues() - Method in class org.apache.pinot.common.request.context.predicate.BaseInPredicate
 
getJvmConfig() - Method in class org.apache.pinot.common.utils.PinotAppConfigs
 
getKey() - Method in class org.apache.pinot.common.function.TimeZoneKey
 
getKeyStorePassword() - Method in class org.apache.pinot.common.config.TlsConfig
 
getKeyStorePath() - Method in class org.apache.pinot.common.config.TlsConfig
 
getKeyStoreType() - Method in class org.apache.pinot.common.config.TlsConfig
 
getLastConsumedTimestamp() - Method in class org.apache.pinot.common.restlet.resources.SegmentConsumerInfo
 
getLhs() - Method in class org.apache.pinot.common.request.context.predicate.BasePredicate
 
getLhs() - Method in interface org.apache.pinot.common.request.context.predicate.Predicate
Returns the left-hand side expression of the predicate.
getLhs() - Method in class org.apache.pinot.common.request.context.predicate.TextContainsPredicate
 
getLibraryPath() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.JVMConfig
 
getLimit() - Method in class org.apache.pinot.common.request.PinotQuery
 
getLine() - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Deprecated.
getLineageEntry(String) - Method in class org.apache.pinot.common.lineage.SegmentLineage
Retrieve lineage entry
getLineageEntryIds() - Method in class org.apache.pinot.common.lineage.SegmentLineage
Retrieve the lineage ids for all lineage entries
getListField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ListField listField = 2;
getListField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
.org.apache.pinot.common.proto.ListField listField = 2;
getListField() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
.org.apache.pinot.common.proto.ListField listField = 2;
getListFieldBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ListField listField = 2;
getListFieldOrBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ListField listField = 2;
getListFieldOrBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
.org.apache.pinot.common.proto.ListField listField = 2;
getListFieldOrBuilder() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
.org.apache.pinot.common.proto.ListField listField = 2;
getLiteral() - Method in class org.apache.pinot.common.request.context.ExpressionContext
 
getLiteral() - Method in class org.apache.pinot.common.request.Expression
 
getLiteralExpression(boolean) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
 
getLiteralExpression(byte[]) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
 
getLiteralExpression(double) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
 
getLiteralExpression(long) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
 
getLiteralExpression(Object) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
 
getLiteralExpression(String) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
 
getLiteralExpression(SqlLiteral) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
 
getLiteralField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.LiteralField literalField = 1;
getLiteralField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
.org.apache.pinot.common.proto.LiteralField literalField = 1;
getLiteralField() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
.org.apache.pinot.common.proto.LiteralField literalField = 1;
getLiteralFieldBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.LiteralField literalField = 1;
getLiteralFieldCase() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
getLiteralFieldCase() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
getLiteralFieldCase() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
 
getLiteralFieldOrBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.LiteralField literalField = 1;
getLiteralFieldOrBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
.org.apache.pinot.common.proto.LiteralField literalField = 1;
getLiteralFieldOrBuilder() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
.org.apache.pinot.common.proto.LiteralField literalField = 1;
getLLCRealtimeSegments(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
Returns the LLC realtime segments for the given table.
getLoggerInfo(String) - Static method in class org.apache.pinot.common.utils.LoggerUtils
Fetch logger info of name, level and filter.
getLong(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getLongArray(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getLongField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
int64 longField = 3;
getLongField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
int64 longField = 3;
getLongField() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
int64 longField = 3;
getLongValue() - Method in class org.apache.pinot.common.request.Literal
 
getLongValues() - Method in class org.apache.pinot.common.request.context.predicate.BaseInPredicate
 
getLowerBound() - Method in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
getMailboxId() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
string mailboxId = 1;
getMailboxId() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
string mailboxId = 1;
getMailboxId() - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxContentOrBuilder
string mailboxId = 1;
getMailboxId() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
string mailboxId = 1;
getMailboxId() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
string mailboxId = 1;
getMailboxId() - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxStatusOrBuilder
string mailboxId = 1;
getMailboxIdBytes() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
string mailboxId = 1;
getMailboxIdBytes() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
string mailboxId = 1;
getMailboxIdBytes() - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxContentOrBuilder
string mailboxId = 1;
getMailboxIdBytes() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
string mailboxId = 1;
getMailboxIdBytes() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
string mailboxId = 1;
getMailboxIdBytes() - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxStatusOrBuilder
string mailboxId = 1;
getMapField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.MapField mapField = 3;
getMapField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
.org.apache.pinot.common.proto.MapField mapField = 3;
getMapField() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
.org.apache.pinot.common.proto.MapField mapField = 3;
getMapFieldBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.MapField mapField = 3;
getMapFieldOrBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.MapField mapField = 3;
getMapFieldOrBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
.org.apache.pinot.common.proto.MapField mapField = 3;
getMapFieldOrBuilder() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
.org.apache.pinot.common.proto.MapField mapField = 3;
getMatchName() - Method in class org.apache.pinot.common.utils.ServiceStatus.IdealStateAndCurrentStateMatchServiceStatusCallback
 
getMatchName() - Method in class org.apache.pinot.common.utils.ServiceStatus.IdealStateAndExternalViewMatchServiceStatusCallback
 
getMaxHeapSize() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.RuntimeConfig
 
getMaxHeapSizeMB() - Method in class org.apache.pinot.common.restlet.resources.SystemResourceInfo
 
getMaxInboundMessageSizeBytes() - Method in class org.apache.pinot.common.config.GrpcConfig
 
getMaxNumMultiValuesMap() - Method in class org.apache.pinot.common.restlet.resources.TableMetadataInfo
 
getMaxSegmentCommitTimeMs() - Static method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
getMemberVariableFieldCase() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
getMemberVariableFieldCase() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
getMemberVariableFieldCase() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
 
getMemberVariables() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
Deprecated.
getMemberVariables() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
Deprecated.
getMemberVariables() - Method in interface org.apache.pinot.common.proto.Plan.ObjectFieldOrBuilder
Deprecated.
getMemberVariablesCount() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
getMemberVariablesCount() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
getMemberVariablesCount() - Method in interface org.apache.pinot.common.proto.Plan.ObjectFieldOrBuilder
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
getMemberVariablesMap() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
getMemberVariablesMap() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
getMemberVariablesMap() - Method in interface org.apache.pinot.common.proto.Plan.ObjectFieldOrBuilder
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
getMemberVariablesOrDefault(String, Plan.MemberVariableField) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
getMemberVariablesOrDefault(String, Plan.MemberVariableField) - Method in class org.apache.pinot.common.proto.Plan.ObjectField
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
getMemberVariablesOrDefault(String, Plan.MemberVariableField) - Method in interface org.apache.pinot.common.proto.Plan.ObjectFieldOrBuilder
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
getMemberVariablesOrThrow(String) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
getMemberVariablesOrThrow(String) - Method in class org.apache.pinot.common.proto.Plan.ObjectField
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
getMemberVariablesOrThrow(String) - Method in interface org.apache.pinot.common.proto.Plan.ObjectFieldOrBuilder
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
getMemoryUsedBytes() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
getMessage() - Method in class org.apache.pinot.common.response.broker.QueryProcessingException
 
getMessage() - Method in exception org.apache.pinot.common.response.ProcessingException
 
getMessage() - Method in error org.apache.pinot.sql.parsers.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMetadata() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
Deprecated.
getMetadata() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
Deprecated.
getMetadata() - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxContentOrBuilder
Deprecated.
getMetadata() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
Deprecated.
getMetadata() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
Deprecated.
getMetadata() - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxStatusOrBuilder
Deprecated.
getMetadata() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
Deprecated.
getMetadata() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
Deprecated.
getMetadata() - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
Deprecated.
getMetadata() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
Deprecated.
getMetadata() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
Deprecated.
getMetadata() - Method in interface org.apache.pinot.common.proto.Server.ServerResponseOrBuilder
Deprecated.
getMetadata() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
Deprecated.
getMetadata() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
Deprecated.
getMetadata() - Method in interface org.apache.pinot.common.proto.Worker.QueryRequestOrBuilder
Deprecated.
getMetadata() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
Deprecated.
getMetadata() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
Deprecated.
getMetadata() - Method in interface org.apache.pinot.common.proto.Worker.QueryResponseOrBuilder
Deprecated.
getMetadata() - Method in interface org.apache.pinot.common.utils.DataTable
 
getMetadata() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
getMetadataCount() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
getMetadataCount() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
getMetadataCount() - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxContentOrBuilder
map<string, string> metadata = 3;
getMetadataCount() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
getMetadataCount() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
getMetadataCount() - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxStatusOrBuilder
map<string, string> metadata = 2;
getMetadataCount() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
getMetadataCount() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
getMetadataCount() - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
map<string, string> metadata = 1;
getMetadataCount() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
getMetadataCount() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
getMetadataCount() - Method in interface org.apache.pinot.common.proto.Server.ServerResponseOrBuilder
map<string, string> metadata = 1;
getMetadataCount() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
getMetadataCount() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
getMetadataCount() - Method in interface org.apache.pinot.common.proto.Worker.QueryRequestOrBuilder
map<string, string> metadata = 1;
getMetadataCount() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
getMetadataCount() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
getMetadataCount() - Method in interface org.apache.pinot.common.proto.Worker.QueryResponseOrBuilder
map<string, string> metadata = 1;
getMetadataMap() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
map<string, string> metadata = 3;
getMetadataMap() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
map<string, string> metadata = 3;
getMetadataMap() - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxContentOrBuilder
map<string, string> metadata = 3;
getMetadataMap() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
map<string, string> metadata = 2;
getMetadataMap() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
map<string, string> metadata = 2;
getMetadataMap() - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxStatusOrBuilder
map<string, string> metadata = 2;
getMetadataMap() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
map<string, string> metadata = 1;
getMetadataMap() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
map<string, string> metadata = 1;
getMetadataMap() - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
map<string, string> metadata = 1;
getMetadataMap() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
map<string, string> metadata = 1;
getMetadataMap() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
map<string, string> metadata = 1;
getMetadataMap() - Method in interface org.apache.pinot.common.proto.Server.ServerResponseOrBuilder
map<string, string> metadata = 1;
getMetadataMap() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
map<string, string> metadata = 1;
getMetadataMap() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
map<string, string> metadata = 1;
getMetadataMap() - Method in interface org.apache.pinot.common.proto.Worker.QueryRequestOrBuilder
map<string, string> metadata = 1;
getMetadataMap() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
map<string, string> metadata = 1;
getMetadataMap() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
map<string, string> metadata = 1;
getMetadataMap() - Method in interface org.apache.pinot.common.proto.Worker.QueryResponseOrBuilder
map<string, string> metadata = 1;
getMetadataOrDefault(String, String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
map<string, string> metadata = 3;
getMetadataOrDefault(String, String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
map<string, string> metadata = 3;
getMetadataOrDefault(String, String) - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxContentOrBuilder
map<string, string> metadata = 3;
getMetadataOrDefault(String, String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
map<string, string> metadata = 2;
getMetadataOrDefault(String, String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
map<string, string> metadata = 2;
getMetadataOrDefault(String, String) - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxStatusOrBuilder
map<string, string> metadata = 2;
getMetadataOrDefault(String, String) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
map<string, string> metadata = 1;
getMetadataOrDefault(String, String) - Method in class org.apache.pinot.common.proto.Server.ServerRequest
map<string, string> metadata = 1;
getMetadataOrDefault(String, String) - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
map<string, string> metadata = 1;
getMetadataOrDefault(String, String) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
map<string, string> metadata = 1;
getMetadataOrDefault(String, String) - Method in class org.apache.pinot.common.proto.Server.ServerResponse
map<string, string> metadata = 1;
getMetadataOrDefault(String, String) - Method in interface org.apache.pinot.common.proto.Server.ServerResponseOrBuilder
map<string, string> metadata = 1;
getMetadataOrDefault(String, String) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
map<string, string> metadata = 1;
getMetadataOrDefault(String, String) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
map<string, string> metadata = 1;
getMetadataOrDefault(String, String) - Method in interface org.apache.pinot.common.proto.Worker.QueryRequestOrBuilder
map<string, string> metadata = 1;
getMetadataOrDefault(String, String) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
map<string, string> metadata = 1;
getMetadataOrDefault(String, String) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
map<string, string> metadata = 1;
getMetadataOrDefault(String, String) - Method in interface org.apache.pinot.common.proto.Worker.QueryResponseOrBuilder
map<string, string> metadata = 1;
getMetadataOrThrow(String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
map<string, string> metadata = 3;
getMetadataOrThrow(String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
map<string, string> metadata = 3;
getMetadataOrThrow(String) - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxContentOrBuilder
map<string, string> metadata = 3;
getMetadataOrThrow(String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
map<string, string> metadata = 2;
getMetadataOrThrow(String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
map<string, string> metadata = 2;
getMetadataOrThrow(String) - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxStatusOrBuilder
map<string, string> metadata = 2;
getMetadataOrThrow(String) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
map<string, string> metadata = 1;
getMetadataOrThrow(String) - Method in class org.apache.pinot.common.proto.Server.ServerRequest
map<string, string> metadata = 1;
getMetadataOrThrow(String) - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
map<string, string> metadata = 1;
getMetadataOrThrow(String) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
map<string, string> metadata = 1;
getMetadataOrThrow(String) - Method in class org.apache.pinot.common.proto.Server.ServerResponse
map<string, string> metadata = 1;
getMetadataOrThrow(String) - Method in interface org.apache.pinot.common.proto.Server.ServerResponseOrBuilder
map<string, string> metadata = 1;
getMetadataOrThrow(String) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
map<string, string> metadata = 1;
getMetadataOrThrow(String) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
map<string, string> metadata = 1;
getMetadataOrThrow(String) - Method in interface org.apache.pinot.common.proto.Worker.QueryRequestOrBuilder
map<string, string> metadata = 1;
getMetadataOrThrow(String) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
map<string, string> metadata = 1;
getMetadataOrThrow(String) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
map<string, string> metadata = 1;
getMetadataOrThrow(String) - Method in interface org.apache.pinot.common.proto.Worker.QueryResponseOrBuilder
map<string, string> metadata = 1;
getMeteredTableValue(String, M) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
 
getMeterName() - Method in interface org.apache.pinot.common.metrics.AbstractMetrics.Meter
 
getMeterName() - Method in enum org.apache.pinot.common.metrics.BrokerMeter
 
getMeterName() - Method in enum org.apache.pinot.common.metrics.ControllerMeter
 
getMeterName() - Method in enum org.apache.pinot.common.metrics.MinionMeter
 
getMeterName() - Method in enum org.apache.pinot.common.metrics.ServerMeter
 
getMeters() - Method in class org.apache.pinot.common.metrics.AbstractMetrics
 
getMeters() - Method in class org.apache.pinot.common.metrics.BrokerMetrics
 
getMeters() - Method in class org.apache.pinot.common.metrics.ControllerMetrics
 
getMeters() - Method in class org.apache.pinot.common.metrics.MinionMetrics
 
getMeters() - Method in class org.apache.pinot.common.metrics.ServerMetrics
 
getMethod() - Method in class org.apache.pinot.common.function.FunctionInfo
 
getMethod() - Method in class org.apache.pinot.common.function.FunctionInvoker
Returns the underlying java method.
getMetricName() - Method in enum org.apache.pinot.common.metrics.ValidationMetrics.ValidationMetricName
 
getMetricsRegistry() - Method in class org.apache.pinot.common.metrics.AbstractMetrics
 
getMinConsumingFreshnessTimeMs() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getMinConsumingFreshnessTimeMs() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the minimum freshness timestamp across consuming segments that were queried
getMinHashSetSize(int) - Static method in class org.apache.pinot.common.utils.HashUtil
Returns the min size for the fast-util hash-set given the expected size of values stored in the hash-set.
getMostRecentErrorRunMessages() - Method in class org.apache.pinot.common.minion.TaskGeneratorMostRecentRunInfo
Gets the timestamp to error message map of the most recent several error runs
getMostRecentSuccessRunTS() - Method in class org.apache.pinot.common.minion.TaskGeneratorMostRecentRunInfo
Gets the timestamp of the most recent several success runs
getMultiValueType(Class<?>) - Static method in enum org.apache.pinot.common.utils.PinotDataType
 
getMutableContent() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
Deprecated.
getMutableInstanceToSegmentList() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
Deprecated.
getMutableMemberVariables() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
Deprecated.
getMutableMetadata() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
Deprecated.
getMutableMetadata() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
Deprecated.
getMutableMetadata() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
Deprecated.
getMutableMetadata() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
Deprecated.
getMutableMetadata() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
Deprecated.
getMutableMetadata() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
Deprecated.
getMutableSegments() - Method in class org.apache.pinot.common.restlet.resources.TableTierInfo
 
getMutableStageMetadata() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
Deprecated.
getName() - Method in enum org.apache.pinot.common.function.TransformFunctionType
 
getName() - Method in class org.apache.pinot.common.request.Identifier
 
getName() - Method in class org.apache.pinot.common.tier.Tier
 
getName() - Method in enum org.apache.pinot.common.utils.DataTable.MetadataKey
 
getName() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.SystemConfig
 
getNextToken() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Get the next Token.
getNextToken() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
Get the next Token.
getNodeName() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
string nodeName = 2;
getNodeName() - Method in class org.apache.pinot.common.proto.Plan.StageNode
string nodeName = 2;
getNodeName() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
string nodeName = 2;
getNodeNameBytes() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
string nodeName = 2;
getNodeNameBytes() - Method in class org.apache.pinot.common.proto.Plan.StageNode
string nodeName = 2;
getNodeNameBytes() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
string nodeName = 2;
getNullRowIds(int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getNumber() - Method in enum org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
 
getNumber() - Method in enum org.apache.pinot.common.proto.Plan.MemberVariableField.MemberVariableFieldCase
 
getNumberOfRows() - Method in interface org.apache.pinot.common.utils.DataTable
 
getNumConsumingSegmentsMatched() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumConsumingSegmentsMatched() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get number of consuming segments that had at least one matching document
getNumConsumingSegmentsProcessed() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumConsumingSegmentsProcessed() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get number of consuming segments processed by server after server side pruning
getNumConsumingSegmentsQueried() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumConsumingSegmentsQueried() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get number of consuming segments that were queried.
getNumCores() - Method in class org.apache.pinot.common.restlet.resources.SystemResourceInfo
 
getNumCurrentThreads() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.RuntimeConfig
 
getNumDocsScanned() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumDocsScanned() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get number of documents scanned while processing the query.
getNumEntriesScannedInFilter() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumEntriesScannedInFilter() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get number of entries scanned in filter phase while processing the query.
getNumEntriesScannedPostFilter() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumEntriesScannedPostFilter() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get number of entries scanned post filter phase while processing the query.
getNumPartitions() - Method in class org.apache.pinot.common.assignment.InstancePartitions
 
getNumPartitions(String) - Method in class org.apache.pinot.common.metadata.segment.SegmentPartitionMetadata
Returns the number of partitions for the specified column.
getNumReplicaGroups() - Method in class org.apache.pinot.common.assignment.InstancePartitions
 
getNumReplicas() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getNumRows() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
getNumRows() - Method in class org.apache.pinot.common.restlet.resources.TableMetadataInfo
 
getNumRowsResultSet() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumRowsResultSet() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the total number of rows in result set
getNumSegments() - Method in class org.apache.pinot.common.restlet.resources.TableMetadataInfo
 
getNumSegmentsMatched() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumSegmentsMatched() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get number of segments that had at least one matching document
getNumSegmentsProcessed() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumSegmentsProcessed() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the number of segments processed by server after server side pruning
getNumSegmentsPrunedByBroker() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumSegmentsPrunedByBroker() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the total number of segments pruned on the Broker side
getNumSegmentsPrunedByLimit() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumSegmentsPrunedByLimit() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the total number of segments pruned by applying the limit optimization.
getNumSegmentsPrunedByServer() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumSegmentsPrunedByServer() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the total number of segments pruned on the Server side
getNumSegmentsPrunedByValue() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumSegmentsPrunedByValue() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the total number of segments pruned applying value optimizations, like bloom filters.
getNumSegmentsPrunedInvalid() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumSegmentsPrunedInvalid() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the total number of segments pruned due to invalid data or schema.
getNumSegmentsQueried() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumSegmentsQueried() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the number of segments queried by the broker after broker side pruning
getNumServersQueried() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumServersQueried() - Method in interface org.apache.pinot.common.response.BrokerResponse
Returns the number of servers queried.
getNumServersResponded() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getNumServersResponded() - Method in interface org.apache.pinot.common.response.BrokerResponse
Returns the number of servers responded.
getNumTotalThreads() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.RuntimeConfig
 
getObject(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getObjectClassName() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
string objectClassName = 1;
getObjectClassName() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
string objectClassName = 1;
getObjectClassName() - Method in interface org.apache.pinot.common.proto.Plan.ObjectFieldOrBuilder
string objectClassName = 1;
getObjectClassNameBytes() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
string objectClassName = 1;
getObjectClassNameBytes() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
string objectClassName = 1;
getObjectClassNameBytes() - Method in interface org.apache.pinot.common.proto.Plan.ObjectFieldOrBuilder
string objectClassName = 1;
getObjectField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 4;
getObjectField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
.org.apache.pinot.common.proto.ObjectField objectField = 4;
getObjectField() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
.org.apache.pinot.common.proto.ObjectField objectField = 4;
getObjectField() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 6;
getObjectField() - Method in class org.apache.pinot.common.proto.Plan.StageNode
.org.apache.pinot.common.proto.ObjectField objectField = 6;
getObjectField() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
.org.apache.pinot.common.proto.ObjectField objectField = 6;
getObjectFieldBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 4;
getObjectFieldBuilder() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 6;
getObjectFieldOrBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 4;
getObjectFieldOrBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
.org.apache.pinot.common.proto.ObjectField objectField = 4;
getObjectFieldOrBuilder() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
.org.apache.pinot.common.proto.ObjectField objectField = 4;
getObjectFieldOrBuilder() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 6;
getObjectFieldOrBuilder() - Method in class org.apache.pinot.common.proto.Plan.StageNode
.org.apache.pinot.common.proto.ObjectField objectField = 6;
getObjectFieldOrBuilder() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
.org.apache.pinot.common.proto.ObjectField objectField = 6;
getOfflineInstanceFromExternalView(ExternalView) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Get a set of offline instance from the external view of the resource.
getOfflineResponseSerializationCpuTimeNs() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getOfflineResponseSerializationCpuTimeNs() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the response serialization cpu time used against offline table in request handling, from the broker response.
getOfflineSystemActivitiesCpuTimeNs() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getOfflineSystemActivitiesCpuTimeNs() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the system activities cpu time used against offline table in request handling, from the broker response.
getOfflineTableConfig(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
getOfflineTagForTenant(String) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Returns the OFFLINE server tag name for the given tenant.
getOfflineThreadCpuTimeNs() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getOfflineThreadCpuTimeNs() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the thread cpu time used against offline table in request handling, from the broker response.
getOfflineTotalCpuTimeNs() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getOfflineTotalCpuTimeNs() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the total cpu time(thread cpu time + system activities cpu time + response serialization cpu time) used against offline table in request handling, from the broker response.
getOffset() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
Deprecated.
getOffset() - Method in class org.apache.pinot.common.request.PinotQuery
 
getOldUploadSegmentHttpsURI(String, int) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
getOldUploadSegmentHttpURI(String, int) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
getOnlineInstanceFromExternalView(ExternalView) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns the set of online instances from external view.
getOpenMethod() - Static method in class org.apache.pinot.common.proto.PinotMailboxGrpc
 
getOperandList() - Method in class org.apache.pinot.sql.parsers.parser.SqlInsertFromFile
 
getOperands() - Method in class org.apache.pinot.common.request.Function
 
getOperandsIterator() - Method in class org.apache.pinot.common.request.Function
 
getOperandsSize() - Method in class org.apache.pinot.common.request.Function
 
getOperator() - Method in class org.apache.pinot.common.request.Function
 
getOperator() - Method in class org.apache.pinot.sql.parsers.parser.SqlInsertFromFile
 
getOptions() - Method in class org.apache.pinot.sql.parsers.SqlNodeAndOptions
 
getOrCompute(String) - Method in class org.apache.pinot.common.function.JsonPathCache
 
getOrderByList() - Method in class org.apache.pinot.common.request.PinotQuery
 
getOrderByListIterator() - Method in class org.apache.pinot.common.request.PinotQuery
 
getOrderByListSize() - Method in class org.apache.pinot.common.request.PinotQuery
 
getParameterClasses() - Method in class org.apache.pinot.common.function.FunctionInvoker
Returns the class of the parameters.
getParameterType(Class<?>) - Static method in class org.apache.pinot.common.function.FunctionUtils
Returns the corresponding PinotDataType for the given parameter class, or null if there is no one matching.
getParameterTypes() - Method in class org.apache.pinot.common.function.FunctionInvoker
Returns the PinotDataType of the parameters for type conversion purpose.
getParserForType() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
getParserForType() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
getParserForType() - Method in class org.apache.pinot.common.proto.Plan.ListField
 
getParserForType() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
getParserForType() - Method in class org.apache.pinot.common.proto.Plan.MapField
 
getParserForType() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
getParserForType() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
getParserForType() - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
getParserForType() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
getParserForType() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
getParserForType() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
getParserForType() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
getParserForType() - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
getParserForType() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
getParserForType() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
getParseTimeNs() - Method in class org.apache.pinot.sql.parsers.SqlNodeAndOptions
 
getPartition(String) - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
getPartitionGroupId() - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
getPartitionGroupId() - Method in class org.apache.pinot.common.utils.SegmentName
 
getPartitionIdForTable(String) - Static method in class org.apache.pinot.common.utils.helix.LeadControllerUtils
Given a raw table name and number of partitions, returns the partition id in lead controller resource.
getPartitionMetadata() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getPartitionRange() - Method in class org.apache.pinot.common.utils.HLCSegmentName
 
getPartitionRange() - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
getPartitionRange() - Method in class org.apache.pinot.common.utils.SegmentName
 
getPartitions(String) - Method in class org.apache.pinot.common.metadata.segment.SegmentPartitionMetadata
Returns the set of partitions for the specified column, or null if the column is not partitioned.
getPartitionStateMap(CurrentState) - Method in class org.apache.pinot.common.utils.ServiceStatus.IdealStateAndCurrentStateMatchServiceStatusCallback
 
getPartitionStateMap(ExternalView) - Method in class org.apache.pinot.common.utils.ServiceStatus.IdealStateAndExternalViewMatchServiceStatusCallback
 
getPartitionToInstancesMap() - Method in class org.apache.pinot.common.assignment.InstancePartitions
 
getPartitionToOffsetMap() - Method in class org.apache.pinot.common.restlet.resources.SegmentConsumerInfo
 
getPath(String, String...) - Static method in class org.apache.pinot.common.utils.URIUtils
Returns the path for the given base path and optional parts.
getPattern() - Method in class org.apache.pinot.common.request.context.predicate.RegexpLikePredicate
 
getPayload() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
bytes payload = 2;
getPayload() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
bytes payload = 2;
getPayload() - Method in interface org.apache.pinot.common.proto.Mailbox.MailboxContentOrBuilder
bytes payload = 2;
getPayload() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
bytes payload = 4;
getPayload() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
bytes payload = 4;
getPayload() - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
bytes payload = 4;
getPayload() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
bytes payload = 2;
getPayload() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
bytes payload = 2;
getPayload() - Method in interface org.apache.pinot.common.proto.Server.ServerResponseOrBuilder
bytes payload = 2;
getPayload() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
bytes payload = 2;
getPayload() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
bytes payload = 2;
getPayload() - Method in interface org.apache.pinot.common.proto.Worker.QueryResponseOrBuilder
bytes payload = 2;
getPeriodicTaskName() - Method in class org.apache.pinot.common.messages.RunPeriodicTaskMessage
 
getPeriodicTaskRequestId() - Method in class org.apache.pinot.common.messages.RunPeriodicTaskMessage
 
getPinotConfig() - Method in class org.apache.pinot.common.config.GrpcConfig
 
getPinotConfig() - Method in class org.apache.pinot.common.utils.PinotAppConfigs
 
getPinotDataTypeForExecution(DataSchema.ColumnDataType) - Static method in enum org.apache.pinot.common.utils.PinotDataType
Returns the PinotDataType for the given DataSchema.ColumnDataType for query execution purpose.
getPinotDataTypeForIngestion(FieldSpec) - Static method in enum org.apache.pinot.common.utils.PinotDataType
Returns the PinotDataType for the given FieldSpec for data ingestion purpose.
getPinotQuery() - Method in class org.apache.pinot.common.request.BrokerRequest
 
getPos() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
getPredicate() - Method in class org.apache.pinot.common.request.context.FilterContext
 
getProcessingExceptions() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getProcessingExceptions() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the list of exceptions
getProperties() - Method in class org.apache.pinot.common.auth.AuthConfig
 
getProtectedConfigKeys() - Static method in class org.apache.pinot.common.utils.ClientSSLContextGenerator
 
getPushTime() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getQuery() - Method in class org.apache.pinot.common.request.InstanceRequest
 
getQueryOptions() - Method in class org.apache.pinot.common.request.PinotQuery
 
getQueryOptions() - Method in class org.apache.pinot.sql.parsers.dml.InsertIntoFile
 
getQueryOptionsSize() - Method in class org.apache.pinot.common.request.PinotQuery
 
getQueryPhaseName() - Method in interface org.apache.pinot.common.metrics.AbstractMetrics.QueryPhase
 
getQueryPhaseName() - Method in enum org.apache.pinot.common.metrics.BrokerQueryPhase
 
getQueryPhaseName() - Method in enum org.apache.pinot.common.metrics.MinionQueryPhase
 
getQueryPhaseName() - Method in enum org.apache.pinot.common.metrics.ServerQueryPhase
 
getQueryPhases() - Method in class org.apache.pinot.common.metrics.AbstractMetrics
 
getQueryPhases() - Method in class org.apache.pinot.common.metrics.BrokerMetrics
 
getQueryPhases() - Method in class org.apache.pinot.common.metrics.ControllerMetrics
 
getQueryPhases() - Method in class org.apache.pinot.common.metrics.MinionMetrics
 
getQueryPhases() - Method in class org.apache.pinot.common.metrics.ServerMetrics
 
getQueryRewriters() - Static method in class org.apache.pinot.sql.parsers.rewriter.QueryRewriterFactory
 
getQuerySource() - Method in class org.apache.pinot.common.request.BrokerRequest
 
getRangeDurationType() - Method in class org.apache.pinot.common.function.DateTimeUtils.QuarterOfYearDateTimeField
 
getRealtimeResponseSerializationCpuTimeNs() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getRealtimeResponseSerializationCpuTimeNs() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the response serialization cpu time used against realtime table in request handling, from the broker response.
getRealtimeSegmentPartitionId(String, String, HelixManager, String) - Static method in class org.apache.pinot.common.utils.SegmentUtils
 
getRealtimeSystemActivitiesCpuTimeNs() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getRealtimeSystemActivitiesCpuTimeNs() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the system activities cpu time used against realtime table in request handling, from the broker response.
getRealtimeTableConfig(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
getRealtimeTagForTenant(String) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Returns the REALTIME server tag name for the given tenant.
getRealtimeThreadCpuTimeNs() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getRealtimeThreadCpuTimeNs() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the thread cpu time used against realtime table in request handling, from the broker response.
getRealtimeTotalCpuTimeNs() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getRealtimeTotalCpuTimeNs() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the total cpu time(thread cpu time + system activities cpu time + response serialization cpu time) used against realtime table in request handling, from the broker response.
getReason() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
getRefreshTime() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getRelativeOutputPath(URI, URI, URI) - Static method in class org.apache.pinot.common.segment.generation.SegmentGenerationUtils
Generate a relative output directory path when `useRelativePath` flag is on.
getRelativePath() - Method in class org.apache.pinot.common.utils.helix.PinotHelixPropertyStoreZnRecordProvider
 
getRequestHeaders() - Method in class org.apache.pinot.common.auth.NullAuthProvider
 
getRequestHeaders() - Method in class org.apache.pinot.common.auth.StaticTokenAuthProvider
 
getRequestHeaders() - Method in class org.apache.pinot.common.auth.UrlAuthProvider
 
getRequestId() - Method in class org.apache.pinot.common.request.InstanceRequest
 
getResourceConfigsFor(String, String, HelixAdmin) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
getResourceScopeFor(String, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
getResponse() - Method in class org.apache.pinot.common.utils.SimpleHttpResponse
 
getResultClass() - Method in class org.apache.pinot.common.function.FunctionInvoker
Returns the class of the result value.
getResultSchema() - Method in interface org.apache.pinot.sql.parsers.dml.DataManipulationStatement
 
getResultSchema() - Method in class org.apache.pinot.sql.parsers.dml.InsertIntoFile
 
getResultTable() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getResultTable() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get the result table.
getRetrieveAllSegmentWithTableTypeHttpUri(String, int, String, String) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
getRetrieveSchemaHttpURI(String, int, String) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
getRetrieveSchemaURI(String, String, int, String) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
getRetrieveTableConfigHttpURI(String, int, String) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
getRetrieveTableConfigURI(String, String, int, String) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
getRevertReplaceSegmentsURI(URI, String, String, String, boolean) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
getRows() - Method in class org.apache.pinot.common.response.broker.ResultTable
 
getRuntimeConfig() - Method in class org.apache.pinot.common.utils.PinotAppConfigs
 
getSchema(String) - Method in class org.apache.pinot.common.config.provider.TableCache
Returns the schema for the given table, or null if it does not exist.
getSchema(String) - Static method in class org.apache.pinot.common.segment.generation.SegmentGenerationUtils
 
getSchema(String, int, String) - Static method in class org.apache.pinot.common.utils.SchemaUtils
Given host, port and schema name, send a http GET request to download the Schema.
getSchema(String, String) - Static method in class org.apache.pinot.common.segment.generation.SegmentGenerationUtils
 
getSchema(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
getSearchSegments() - Method in class org.apache.pinot.common.request.InstanceRequest
 
getSearchSegmentsIterator() - Method in class org.apache.pinot.common.request.InstanceRequest
 
getSearchSegmentsSize() - Method in class org.apache.pinot.common.request.InstanceRequest
 
getSegmentAgeMillis() - Method in class org.apache.pinot.common.tier.TimeBasedTierSegmentSelector
Gets the age cutoff for segments accepted by this strategy
getSegmentFetcher(String) - Static method in class org.apache.pinot.common.utils.fetcher.SegmentFetcherFactory
Returns the segment fetcher associated with the given protocol, or the default segment fetcher (HttpSegmentFetcher for "http" and "https", PinotFSSegmentFetcher for other protocols).
getSegmentLineage(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.lineage.SegmentLineageAccessHelper
Read the segment lineage from the property store
getSegmentLineageZNRecord(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.lineage.SegmentLineageAccessHelper
Read the segment lineage ZNRecord from the property store
getSegmentLocation() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
getSegmentLocation() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
getSegmentLocation() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
getSegmentName() - Method in class org.apache.pinot.common.data.Segment
 
getSegmentName() - Method in class org.apache.pinot.common.messages.SegmentRefreshMessage
 
getSegmentName() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getSegmentName() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
getSegmentName() - Method in class org.apache.pinot.common.restlet.resources.SegmentConsumerInfo
 
getSegmentName() - Method in class org.apache.pinot.common.restlet.resources.SegmentServerDebugInfo
 
getSegmentName() - Method in class org.apache.pinot.common.restlet.resources.SegmentSizeInfo
 
getSegmentName() - Method in class org.apache.pinot.common.utils.HLCSegmentName
 
getSegmentName() - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
getSegmentName() - Method in class org.apache.pinot.common.utils.SegmentName
 
getSegmentNames() - Method in class org.apache.pinot.common.messages.ForceCommitMessage
 
getSegments() - Method in class org.apache.pinot.common.restlet.resources.TableSegments
 
getSegments() - Method in class org.apache.pinot.common.restlet.resources.TableSizeInfo
 
getSegments(int) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
repeated string segments = 3;
getSegments(int) - Method in class org.apache.pinot.common.proto.Server.ServerRequest
repeated string segments = 3;
getSegments(int) - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
repeated string segments = 3;
getSegments(int) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
repeated string segments = 1;
getSegments(int) - Method in class org.apache.pinot.common.proto.Worker.SegmentList
repeated string segments = 1;
getSegments(int) - Method in interface org.apache.pinot.common.proto.Worker.SegmentListOrBuilder
repeated string segments = 1;
getSegments(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
Returns the segments for the given table.
getSegmentsBytes(int) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
repeated string segments = 3;
getSegmentsBytes(int) - Method in class org.apache.pinot.common.proto.Server.ServerRequest
repeated string segments = 3;
getSegmentsBytes(int) - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
repeated string segments = 3;
getSegmentsBytes(int) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
repeated string segments = 1;
getSegmentsBytes(int) - Method in class org.apache.pinot.common.proto.Worker.SegmentList
repeated string segments = 1;
getSegmentsBytes(int) - Method in interface org.apache.pinot.common.proto.Worker.SegmentListOrBuilder
repeated string segments = 1;
getSegmentsCount() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
repeated string segments = 3;
getSegmentsCount() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
repeated string segments = 3;
getSegmentsCount() - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
repeated string segments = 3;
getSegmentsCount() - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
repeated string segments = 1;
getSegmentsCount() - Method in class org.apache.pinot.common.proto.Worker.SegmentList
repeated string segments = 1;
getSegmentsCount() - Method in interface org.apache.pinot.common.proto.Worker.SegmentListOrBuilder
repeated string segments = 1;
getSegmentSelector() - Method in class org.apache.pinot.common.tier.Tier
 
getSegmentsFrom() - Method in class org.apache.pinot.common.lineage.LineageEntry
 
getSegmentsFrom() - Method in class org.apache.pinot.common.restlet.resources.StartReplaceSegmentsRequest
 
getSegmentSize() - Method in class org.apache.pinot.common.restlet.resources.SegmentServerDebugInfo
 
getSegmentSizeBytes() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
getSegmentsList() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
repeated string segments = 3;
getSegmentsList() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
repeated string segments = 3;
getSegmentsList() - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
repeated string segments = 3;
getSegmentsList() - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
repeated string segments = 1;
getSegmentsList() - Method in class org.apache.pinot.common.proto.Worker.SegmentList
repeated string segments = 1;
getSegmentsList() - Method in interface org.apache.pinot.common.proto.Worker.SegmentListOrBuilder
repeated string segments = 1;
getSegmentStatistics() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getSegmentsTo() - Method in class org.apache.pinot.common.lineage.LineageEntry
 
getSegmentsTo() - Method in class org.apache.pinot.common.restlet.resources.StartReplaceSegmentsRequest
 
getSegmentsToSelect() - Method in class org.apache.pinot.common.tier.FixedTierSegmentSelector
 
getSegmentsZKMetadata(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
NOTE: this method is very expensive, use ZKMetadataProvider.getSegments(ZkHelixPropertyStore, String) instead if only segment names are needed.
getSegmentTiers() - Method in class org.apache.pinot.common.restlet.resources.TableTierInfo
 
getSegmentType() - Method in class org.apache.pinot.common.utils.HLCSegmentName
 
getSegmentType() - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
getSegmentType() - Method in class org.apache.pinot.common.utils.SegmentName
 
getSegmentType(String) - Static method in class org.apache.pinot.common.utils.SegmentName
 
getSegmentUploadStartTime() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getSegmentZKMetadata(ZkHelixPropertyStore<ZNRecord>, String, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
getSelectList() - Method in class org.apache.pinot.common.request.PinotQuery
 
getSelectListIterator() - Method in class org.apache.pinot.common.request.PinotQuery
 
getSelectListSize() - Method in class org.apache.pinot.common.request.PinotQuery
 
getSequenceNumber() - Method in class org.apache.pinot.common.utils.HLCSegmentName
 
getSequenceNumber() - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
getSequenceNumber() - Method in class org.apache.pinot.common.utils.SegmentName
 
getSequenceNumber(String) - Static method in class org.apache.pinot.common.utils.LLCSegmentName
Returns the sequence number of the given segment name.
getSequenceNumberStr() - Method in class org.apache.pinot.common.utils.HLCSegmentName
 
getSequenceNumberStr() - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
getSequenceNumberStr() - Method in class org.apache.pinot.common.utils.SegmentName
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Plan.ListField
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Plan.MapField
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
getSerializedSize() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
getServerAdminEndpoint(InstanceConfig) - Static method in class org.apache.pinot.common.utils.config.InstanceUtils
 
getServerAdminEndpoint(InstanceConfig, String, String) - Static method in class org.apache.pinot.common.utils.config.InstanceUtils
 
getServerInstancesForTenant(List<InstanceConfig>, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns the server instances in the cluster for the given tenant.
getServerInstancesForTenant(HelixManager, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns the server instances in the cluster for the given tenant.
getServerInstancesForTenantWithType(List<InstanceConfig>, String, TableType) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Returns the server instances in the cluster for the given tenant name and tenant type.
getServerTag() - Method in class org.apache.pinot.common.tier.PinotServerTierStorage
Returns the tag used to identify the servers being used as the tier storage
getServiceDescriptor() - Static method in class org.apache.pinot.common.proto.PinotMailboxGrpc
 
getServiceDescriptor() - Static method in class org.apache.pinot.common.proto.PinotQueryServerGrpc
 
getServiceDescriptor() - Static method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc
 
getServiceStatus() - Static method in class org.apache.pinot.common.utils.ServiceStatus
 
getServiceStatus() - Method in class org.apache.pinot.common.utils.ServiceStatus.LifecycleServiceStatusCallback
 
getServiceStatus() - Method in class org.apache.pinot.common.utils.ServiceStatus.MapBasedMultipleCallbackServiceStatusCallback
 
getServiceStatus() - Method in class org.apache.pinot.common.utils.ServiceStatus.MultipleCallbackServiceStatusCallback
 
getServiceStatus() - Method in class org.apache.pinot.common.utils.ServiceStatus.RealtimeConsumptionCatchupServiceStatusCallback
 
getServiceStatus() - Method in interface org.apache.pinot.common.utils.ServiceStatus.ServiceStatusCallback
 
getServiceStatus(String) - Static method in class org.apache.pinot.common.utils.ServiceStatus
 
getServiceStatusMap() - Static method in class org.apache.pinot.common.utils.ServiceStatus
 
getShortValue() - Method in class org.apache.pinot.common.request.Literal
 
getSingleValueType() - Method in enum org.apache.pinot.common.utils.PinotDataType
 
getSingleValueType(Class<?>) - Static method in enum org.apache.pinot.common.utils.PinotDataType
 
getSizeInBytes() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getSizeThresholdToFlushSegment() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getSortedTiers(List<TierConfig>, HelixManager) - Static method in class org.apache.pinot.common.utils.config.TierConfigUtils
Gets sorted list of tiers from provided list of TierConfig
getSortedTiersForStorageType(List<TierConfig>, String, HelixManager) - Static method in class org.apache.pinot.common.utils.config.TierConfigUtils
Gets sorted list of tiers for given storage type from provided list of TierConfig
getSql() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
string sql = 2;
getSql() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
string sql = 2;
getSql() - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
string sql = 2;
getSqlBytes() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
string sql = 2;
getSqlBytes() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
string sql = 2;
getSqlBytes() - Method in interface org.apache.pinot.common.proto.Server.ServerRequestOrBuilder
string sql = 2;
getSqlNode() - Method in class org.apache.pinot.sql.parsers.SqlNodeAndOptions
 
getSqlType() - Method in class org.apache.pinot.sql.parsers.SqlNodeAndOptions
 
getSslContext() - Static method in class org.apache.pinot.common.utils.TlsUtils
Get the SSL context, see: TlsUtils.SSLContextHolder for more details.
getSslProvider() - Method in class org.apache.pinot.common.config.TlsConfig
 
getStackTrace() - Method in class org.apache.pinot.common.restlet.resources.SegmentErrorInfo
 
getStageId() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
int32 stageId = 1;
getStageId() - Method in class org.apache.pinot.common.proto.Plan.StageNode
int32 stageId = 1;
getStageId() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
int32 stageId = 1;
getStageId() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
int32 stageId = 1;
getStageId() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
int32 stageId = 1;
getStageId() - Method in interface org.apache.pinot.common.proto.Worker.StagePlanOrBuilder
int32 stageId = 1;
getStageMetadata() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
Deprecated.
getStageMetadata() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
Deprecated.
getStageMetadata() - Method in interface org.apache.pinot.common.proto.Worker.StagePlanOrBuilder
Deprecated.
getStageMetadataCount() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
getStageMetadataCount() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
getStageMetadataCount() - Method in interface org.apache.pinot.common.proto.Worker.StagePlanOrBuilder
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
getStageMetadataMap() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
getStageMetadataMap() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
getStageMetadataMap() - Method in interface org.apache.pinot.common.proto.Worker.StagePlanOrBuilder
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
getStageMetadataOrDefault(int, Worker.StageMetadata) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
getStageMetadataOrDefault(int, Worker.StageMetadata) - Method in class org.apache.pinot.common.proto.Worker.StagePlan
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
getStageMetadataOrDefault(int, Worker.StageMetadata) - Method in interface org.apache.pinot.common.proto.Worker.StagePlanOrBuilder
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
getStageMetadataOrThrow(int) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
getStageMetadataOrThrow(int) - Method in class org.apache.pinot.common.proto.Worker.StagePlan
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
getStageMetadataOrThrow(int) - Method in interface org.apache.pinot.common.proto.Worker.StagePlanOrBuilder
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
getStagePlan() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
getStagePlan() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
getStagePlan() - Method in interface org.apache.pinot.common.proto.Worker.QueryRequestOrBuilder
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
getStagePlanBuilder() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
getStagePlanOrBuilder() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
getStagePlanOrBuilder() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
getStagePlanOrBuilder() - Method in interface org.apache.pinot.common.proto.Worker.QueryRequestOrBuilder
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
getStageRoot() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
getStageRoot() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
getStageRoot() - Method in interface org.apache.pinot.common.proto.Worker.StagePlanOrBuilder
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
getStageRootBuilder() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
getStageRootOrBuilder() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
getStageRootOrBuilder() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
getStageRootOrBuilder() - Method in interface org.apache.pinot.common.proto.Worker.StagePlanOrBuilder
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
getStartOffset() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getStartReplaceSegmentsURI(URI, String, String, boolean) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
getStartTimeMs() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getState() - Method in class org.apache.pinot.common.lineage.LineageEntry
 
getState(String) - Method in class org.apache.pinot.common.utils.ServiceStatus.IdealStateAndCurrentStateMatchServiceStatusCallback
Returns the current state for the given resource, or null if instance is not live or current state does not exist.
getState(String) - Method in class org.apache.pinot.common.utils.ServiceStatus.IdealStateAndExternalViewMatchServiceStatusCallback
 
getStatus() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getStatus() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
getStatus() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
getStatusCode() - Method in exception org.apache.pinot.common.exception.HttpErrorStatusException
 
getStatusCode() - Method in class org.apache.pinot.common.utils.SimpleHttpResponse
 
getStatusDescription() - Static method in class org.apache.pinot.common.utils.ServiceStatus
 
getStatusDescription() - Method in class org.apache.pinot.common.utils.ServiceStatus.LifecycleServiceStatusCallback
 
getStatusDescription() - Method in class org.apache.pinot.common.utils.ServiceStatus.MapBasedMultipleCallbackServiceStatusCallback
 
getStatusDescription() - Method in class org.apache.pinot.common.utils.ServiceStatus.MultipleCallbackServiceStatusCallback
 
getStatusDescription() - Method in class org.apache.pinot.common.utils.ServiceStatus.RealtimeConsumptionCatchupServiceStatusCallback
 
getStatusDescription() - Method in interface org.apache.pinot.common.utils.ServiceStatus.ServiceStatusCallback
 
getStatusDescription(String) - Static method in class org.apache.pinot.common.utils.ServiceStatus
 
getStorage() - Method in class org.apache.pinot.common.tier.Tier
 
getStoredColumnDataTypes() - Method in class org.apache.pinot.common.utils.DataSchema
 
getStoredType() - Method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
Returns the data type stored in Pinot.
getStreamPartitionMsgOffset() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
getStreamPartitionMsgOffset() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
getStreamPartitionMsgOffset() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
getString(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getStringArray(int, int) - Method in interface org.apache.pinot.common.utils.DataTable
 
getStringField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
string stringField = 6;
getStringField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
string stringField = 6;
getStringField() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
string stringField = 6;
getStringFieldBytes() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
string stringField = 6;
getStringFieldBytes() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
string stringField = 6;
getStringFieldBytes() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
string stringField = 6;
getStringValue() - Method in class org.apache.pinot.common.request.Literal
 
getStructDesc() - Method in class org.apache.pinot.common.request.Literal
 
getSubmitMethod() - Static method in class org.apache.pinot.common.proto.PinotQueryServerGrpc
 
getSubmitMethod() - Static method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc
 
getSubquery() - Method in class org.apache.pinot.common.request.DataSource
 
GetSuffix(int) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Get the suffix.
getSystemConfig() - Method in class org.apache.pinot.common.utils.PinotAppConfigs
 
getSystemProperties() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.JVMConfig
 
getTable() - Method in class org.apache.pinot.sql.parsers.dml.InsertIntoFile
 
getTableConfig(String) - Method in class org.apache.pinot.common.config.provider.TableCache
Returns the table config for the given table, or null if it does not exist.
getTableConfig(String) - Static method in class org.apache.pinot.common.segment.generation.SegmentGenerationUtils
Deprecated.
getTableConfig(String, String) - Static method in class org.apache.pinot.common.segment.generation.SegmentGenerationUtils
 
getTableConfig(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
getTableIdealState(HelixManager, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
getTableName() - Method in class org.apache.pinot.common.messages.ForceCommitMessage
 
getTableName() - Method in class org.apache.pinot.common.request.DataSource
 
getTableName() - Method in class org.apache.pinot.common.request.QuerySource
 
getTableName() - Method in class org.apache.pinot.common.restlet.resources.TableMetadataInfo
 
getTableName() - Method in class org.apache.pinot.common.restlet.resources.TableSizeInfo
 
getTableName() - Method in class org.apache.pinot.common.restlet.resources.TableTierInfo
 
getTableName() - Method in class org.apache.pinot.common.utils.HLCSegmentName
 
getTableName() - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
getTableName() - Method in class org.apache.pinot.common.utils.SegmentName
 
getTableName(String) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
 
getTableName(PinotQuery) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
 
getTableNameMap() - Method in class org.apache.pinot.common.config.provider.TableCache
Returns a map from table name to actual table name.
getTableNameWithType() - Method in class org.apache.pinot.common.data.Segment
 
getTableNameWithType() - Method in class org.apache.pinot.common.lineage.SegmentLineage
 
getTableNameWithType() - Method in class org.apache.pinot.common.messages.RoutingTableRebuildMessage
 
getTableNameWithType() - Method in class org.apache.pinot.common.messages.RunPeriodicTaskMessage
 
getTableNameWithType() - Method in class org.apache.pinot.common.messages.SegmentRefreshMessage
 
getTableNameWithType() - Method in class org.apache.pinot.common.messages.TableConfigRefreshMessage
 
getTableNameWithType() - Method in class org.apache.pinot.common.minion.BaseTaskMetadata
 
getTableNameWithType() - Method in class org.apache.pinot.common.minion.MergeRollupTaskMetadata
 
getTableNameWithType() - Method in class org.apache.pinot.common.minion.RealtimeToOfflineSegmentsTaskMetadata
 
getTableNameWithType() - Method in class org.apache.pinot.common.minion.TaskGeneratorMostRecentRunInfo
Returns the table name with type
getTables() - Method in class org.apache.pinot.common.restlet.resources.TablesList
 
getTableSchema(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
Get the schema associated with the given table name.
getTablesForBrokerTag(HelixManager, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
getTablesForBrokerTags(HelixManager, List<String>) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
getTabSize() - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
getTaskProperties() - Method in class org.apache.pinot.common.messages.RunPeriodicTaskMessage
 
getTasksStates(String) - Method in class org.apache.pinot.common.minion.MinionClient
 
getTaskState(String) - Method in class org.apache.pinot.common.minion.MinionClient
 
getTaskToken() - Method in class org.apache.pinot.common.auth.NullAuthProvider
 
getTaskToken() - Method in class org.apache.pinot.common.auth.StaticTokenAuthProvider
 
getTaskToken() - Method in class org.apache.pinot.common.auth.UrlAuthProvider
 
getTaskType() - Method in class org.apache.pinot.common.minion.BaseTaskGeneratorInfo
 
getTaskType() - Method in class org.apache.pinot.common.minion.TaskGeneratorMostRecentRunInfo
 
getTenantFromTag(String) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Returns the tenant name for the given tag.
getThriftFieldId() - Method in enum org.apache.pinot.common.request.BrokerRequest._Fields
 
getThriftFieldId() - Method in enum org.apache.pinot.common.request.DataSource._Fields
 
getThriftFieldId() - Method in enum org.apache.pinot.common.request.Expression._Fields
 
getThriftFieldId() - Method in enum org.apache.pinot.common.request.Function._Fields
 
getThriftFieldId() - Method in enum org.apache.pinot.common.request.Identifier._Fields
 
getThriftFieldId() - Method in enum org.apache.pinot.common.request.InstanceRequest._Fields
 
getThriftFieldId() - Method in enum org.apache.pinot.common.request.Literal._Fields
 
getThriftFieldId() - Method in enum org.apache.pinot.common.request.PinotQuery._Fields
 
getThriftFieldId() - Method in enum org.apache.pinot.common.request.QuerySource._Fields
 
getThriftFieldId() - Method in enum org.apache.pinot.common.response.ProcessingException._Fields
 
getTier(TierConfig, HelixManager) - Static method in class org.apache.pinot.common.tier.TierFactory
Constructs a Tier from the TierConfig in the table config
getTierBackend() - Method in class org.apache.pinot.common.tier.PinotServerTierStorage
 
getTierBackendProperties() - Method in class org.apache.pinot.common.tier.PinotServerTierStorage
 
getTierComparator() - Static method in class org.apache.pinot.common.utils.config.TierConfigUtils
Comparator for sorting the Tier.
getTimerName() - Method in interface org.apache.pinot.common.metrics.AbstractMetrics.Timer
 
getTimerName() - Method in enum org.apache.pinot.common.metrics.BrokerTimer
 
getTimerName() - Method in enum org.apache.pinot.common.metrics.ControllerTimer
 
getTimerName() - Method in enum org.apache.pinot.common.metrics.MinionTimer
 
getTimerName() - Method in enum org.apache.pinot.common.metrics.ServerTimer
 
getTimestamp() - Method in class org.apache.pinot.common.lineage.LineageEntry
 
getTimestamp() - Method in class org.apache.pinot.common.restlet.resources.SegmentErrorInfo
 
getTimestampField(ISOChronology, String) - Static method in class org.apache.pinot.common.function.DateTimeUtils
 
getTimestampIndexColumns(String) - Method in class org.apache.pinot.common.config.provider.TableCache
Returns the timestamp index columns for the given table, or null if table does not exist.
getTimestampValues() - Method in class org.apache.pinot.common.request.context.predicate.BaseInPredicate
 
getTimeThresholdToFlushSegment() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getTimeUsedMs() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getTimeZoneKey(String) - Static method in class org.apache.pinot.common.function.TimeZoneKey
 
getTimeZoneKeys() - Static method in class org.apache.pinot.common.function.TimeZoneKey
 
getTlsConfig() - Method in class org.apache.pinot.common.config.GrpcConfig
 
getTlsPort() - Method in class org.apache.pinot.common.helix.ExtraInstanceConfig
 
getToken(int) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Get the specific Token.
getTotalDocs() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
getTotalDocs() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getTotalDocs() - Method in interface org.apache.pinot.common.response.BrokerResponse
Get total number of documents within the table hit.
getTotalMemoryMB() - Method in class org.apache.pinot.common.restlet.resources.SystemResourceInfo
 
getTotalPhysicalMemory() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.SystemConfig
 
getTotalSwapSpace() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.SystemConfig
 
getTraceInfo() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
getTransformFunctionType(String) - Static method in enum org.apache.pinot.common.function.TransformFunctionType
Returns the corresponding transform function type for the given function name.
getTruncatedStackTrace(Throwable) - Static method in class org.apache.pinot.common.exception.QueryException
 
getTrustStorePassword() - Method in class org.apache.pinot.common.config.TlsConfig
 
getTrustStorePath() - Method in class org.apache.pinot.common.config.TlsConfig
 
getTrustStoreType() - Method in class org.apache.pinot.common.config.TlsConfig
 
getType() - Method in class org.apache.pinot.common.request.context.ExpressionContext
 
getType() - Method in class org.apache.pinot.common.request.context.FilterContext
 
getType() - Method in class org.apache.pinot.common.request.context.FunctionContext
 
getType() - Method in class org.apache.pinot.common.request.context.predicate.EqPredicate
 
getType() - Method in class org.apache.pinot.common.request.context.predicate.InPredicate
 
getType() - Method in class org.apache.pinot.common.request.context.predicate.IsNotNullPredicate
 
getType() - Method in class org.apache.pinot.common.request.context.predicate.IsNullPredicate
 
getType() - Method in class org.apache.pinot.common.request.context.predicate.JsonMatchPredicate
 
getType() - Method in class org.apache.pinot.common.request.context.predicate.NotEqPredicate
 
getType() - Method in class org.apache.pinot.common.request.context.predicate.NotInPredicate
 
getType() - Method in interface org.apache.pinot.common.request.context.predicate.Predicate
Returns the type of the predicate.
getType() - Method in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
getType() - Method in class org.apache.pinot.common.request.context.predicate.RegexpLikePredicate
 
getType() - Method in class org.apache.pinot.common.request.context.predicate.TextContainsPredicate
 
getType() - Method in class org.apache.pinot.common.request.context.predicate.TextMatchPredicate
 
getType() - Method in class org.apache.pinot.common.request.Expression
 
getType() - Method in class org.apache.pinot.common.tier.FixedTierSegmentSelector
 
getType() - Method in class org.apache.pinot.common.tier.PinotServerTierStorage
 
getType() - Method in interface org.apache.pinot.common.tier.TierSegmentSelector
The type of the segment selector (e.g.
getType() - Method in interface org.apache.pinot.common.tier.TierStorage
Returns the type of the storage (e.g.
getType() - Method in class org.apache.pinot.common.tier.TimeBasedTierSegmentSelector
 
getUniqueId() - Static method in class org.apache.pinot.common.Utils
 
getUnit() - Method in interface org.apache.pinot.common.metrics.AbstractMetrics.Gauge
 
getUnit() - Method in interface org.apache.pinot.common.metrics.AbstractMetrics.Meter
 
getUnit() - Method in enum org.apache.pinot.common.metrics.BrokerGauge
 
getUnit() - Method in enum org.apache.pinot.common.metrics.BrokerMeter
 
getUnit() - Method in enum org.apache.pinot.common.metrics.ControllerGauge
 
getUnit() - Method in enum org.apache.pinot.common.metrics.ControllerMeter
 
getUnit() - Method in enum org.apache.pinot.common.metrics.MinionGauge
 
getUnit() - Method in enum org.apache.pinot.common.metrics.MinionMeter
 
getUnit() - Method in enum org.apache.pinot.common.metrics.ServerGauge
 
getUnit() - Method in enum org.apache.pinot.common.metrics.ServerMeter
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Plan.ListField
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Plan.MapField
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
getUnknownFields() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
getUploadSchemaHttpsURI(String, int) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
getUploadSchemaHttpURI(String, int) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
getUploadSchemaURI(String, String, int) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
getUploadSchemaURI(URI) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
getUploadSegmentHttpsURI(String, int) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
getUploadSegmentHttpURI(String, int) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
getUploadSegmentURI(String, String, int) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
getUploadSegmentURI(URI) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
getUpperBound() - Method in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
getUri(String) - Static method in class org.apache.pinot.common.utils.URIUtils
Returns the URI for the given path, appends the local (file) scheme to the URI if no scheme exists.
getUri(String, String...) - Static method in class org.apache.pinot.common.utils.URIUtils
Returns the URI for the given base path and optional parts, appends the local (file) scheme to the URI if no scheme exists.
getURI(String, String, int, String) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
getURI(String, String, int, String, String) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
getUrl(String, String) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request
 
getUserConfig(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
getValue() - Method in class org.apache.pinot.common.request.context.predicate.EqPredicate
 
getValue() - Method in class org.apache.pinot.common.request.context.predicate.JsonMatchPredicate
 
getValue() - Method in class org.apache.pinot.common.request.context.predicate.NotEqPredicate
 
getValue() - Method in class org.apache.pinot.common.request.context.predicate.RegexpLikePredicate
 
getValue() - Method in class org.apache.pinot.common.request.context.predicate.TextContainsPredicate
 
getValue() - Method in class org.apache.pinot.common.request.context.predicate.TextMatchPredicate
 
getValue() - Method in enum org.apache.pinot.common.request.ExpressionType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in class org.apache.pinot.sql.parsers.parser.Token
An optional attribute value of the Token.
getValueOfGauge(String) - Method in class org.apache.pinot.common.metrics.ValidationMetrics
 
getValueOfGlobalGauge(G) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
 
getValueOfGlobalGauge(G, String) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
 
getValueOfTableGauge(String, G) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Gets the value of a table gauge.
getValues() - Method in class org.apache.pinot.common.request.context.predicate.BaseInPredicate
 
getValueType() - Method in enum org.apache.pinot.common.utils.DataTable.MetadataKey
 
getVersion() - Method in class org.apache.pinot.common.request.PinotQuery
 
getVersion() - Method in interface org.apache.pinot.common.utils.DataTable
 
getVersion() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.SystemConfig
 
getWaitTimeMillis() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
getWatermarkMap() - Method in class org.apache.pinot.common.minion.MergeRollupTaskMetadata
Get the watermarkMap in millis
getWatermarkMs() - Method in class org.apache.pinot.common.minion.RealtimeToOfflineSegmentsTaskMetadata
Get the watermark in millis
getZkUrl() - Method in class org.apache.pinot.common.utils.ZkStarter.ZookeeperInstance
 
getZnRecord(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
GLOBAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
GO - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
GOOD - org.apache.pinot.common.utils.ServiceStatus.Status
 
GOTO - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
GRANT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
GRANTED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
GREATER_THAN - org.apache.pinot.common.function.TransformFunctionType
 
GREATER_THAN - org.apache.pinot.sql.FilterKind
 
GREATER_THAN_OR_EQUAL - org.apache.pinot.common.function.TransformFunctionType
 
GREATER_THAN_OR_EQUAL - org.apache.pinot.sql.FilterKind
 
greaterThan(double, double) - Static method in class org.apache.pinot.common.function.scalar.ComparisonFunctions
 
greaterThanOrEqual(double, double) - Static method in class org.apache.pinot.common.function.scalar.ComparisonFunctions
 
greatest(double, double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
GREATEST - org.apache.pinot.common.function.TransformFunctionType
 
GROOVY - org.apache.pinot.common.function.TransformFunctionType
 
GROUP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
GROUP_BY_LIST - org.apache.pinot.common.request.PinotQuery._Fields
 
GROUP_BY_SIZE - org.apache.pinot.common.metrics.BrokerMeter
 
GROUP_CONCAT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
groupByList - Variable in class org.apache.pinot.common.request.PinotQuery
 
GroupByOpt() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses the optional GROUP BY clause for SELECT.
GroupByWindowingCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a call to a grouping function inside the GROUP BY clause, for example TUMBLE(rowtime, INTERVAL '1' MINUTE).
GROUPING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
GroupingElement() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
GroupingElementList() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
GROUPS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
GRPC_TLS_PREFIX - Static variable in class org.apache.pinot.common.config.GrpcConfig
 
GrpcConfig - Class in org.apache.pinot.common.config
 
GrpcConfig(int, boolean) - Constructor for class org.apache.pinot.common.config.GrpcConfig
 
GrpcConfig(Map<String, Object>) - Constructor for class org.apache.pinot.common.config.GrpcConfig
 
GrpcConfig(PinotConfiguration) - Constructor for class org.apache.pinot.common.config.GrpcConfig
 
GrpcQueryClient - Class in org.apache.pinot.common.utils.grpc
 
GrpcQueryClient(String, int) - Constructor for class org.apache.pinot.common.utils.grpc.GrpcQueryClient
 
GrpcQueryClient(String, int, GrpcConfig) - Constructor for class org.apache.pinot.common.utils.grpc.GrpcQueryClient
 
GrpcRequestBuilder - Class in org.apache.pinot.common.utils.grpc
 
GrpcRequestBuilder() - Constructor for class org.apache.pinot.common.utils.grpc.GrpcRequestBuilder
 
GT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.

H

hammingDistance(String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
hasBoolField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
bool boolField = 1;
hasBoolField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
bool boolField = 1;
hasBoolField() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
bool boolField = 1;
hasDoubleField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
double doubleField = 5;
hasDoubleField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
double doubleField = 5;
hasDoubleField() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
double doubleField = 5;
hasFloatField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
float floatField = 4;
hasFloatField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
float floatField = 4;
hasFloatField() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
float floatField = 4;
hash64(byte[], int) - Static method in class org.apache.pinot.common.utils.HashUtil
 
hash64(byte[], int, int) - Static method in class org.apache.pinot.common.utils.HashUtil
 
hashCode() - Method in class org.apache.pinot.common.data.Segment
 
hashCode() - Method in class org.apache.pinot.common.function.TimeZoneKey
 
hashCode() - Method in class org.apache.pinot.common.lineage.LineageEntry
 
hashCode() - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
hashCode() - Method in class org.apache.pinot.common.metadata.segment.SegmentPartitionMetadata
 
hashCode() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
hashCode() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
hashCode() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
hashCode() - Method in class org.apache.pinot.common.proto.Plan.ListField
 
hashCode() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
hashCode() - Method in class org.apache.pinot.common.proto.Plan.MapField
 
hashCode() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
hashCode() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
hashCode() - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
hashCode() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
hashCode() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
hashCode() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
hashCode() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
hashCode() - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
hashCode() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
hashCode() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
hashCode() - Method in class org.apache.pinot.common.request.BrokerRequest
 
hashCode() - Method in class org.apache.pinot.common.request.context.ExpressionContext
 
hashCode() - Method in class org.apache.pinot.common.request.context.FilterContext
 
hashCode() - Method in class org.apache.pinot.common.request.context.FunctionContext
 
hashCode() - Method in class org.apache.pinot.common.request.context.OrderByExpressionContext
 
hashCode() - Method in class org.apache.pinot.common.request.context.predicate.EqPredicate
 
hashCode() - Method in class org.apache.pinot.common.request.context.predicate.InPredicate
 
hashCode() - Method in class org.apache.pinot.common.request.context.predicate.IsNotNullPredicate
 
hashCode() - Method in class org.apache.pinot.common.request.context.predicate.IsNullPredicate
 
hashCode() - Method in class org.apache.pinot.common.request.context.predicate.JsonMatchPredicate
 
hashCode() - Method in class org.apache.pinot.common.request.context.predicate.NotEqPredicate
 
hashCode() - Method in class org.apache.pinot.common.request.context.predicate.NotInPredicate
 
hashCode() - Method in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
hashCode() - Method in class org.apache.pinot.common.request.context.predicate.RegexpLikePredicate
 
hashCode() - Method in class org.apache.pinot.common.request.context.predicate.TextContainsPredicate
 
hashCode() - Method in class org.apache.pinot.common.request.context.predicate.TextMatchPredicate
 
hashCode() - Method in class org.apache.pinot.common.request.DataSource
 
hashCode() - Method in class org.apache.pinot.common.request.Expression
 
hashCode() - Method in class org.apache.pinot.common.request.Function
 
hashCode() - Method in class org.apache.pinot.common.request.Identifier
 
hashCode() - Method in class org.apache.pinot.common.request.InstanceRequest
 
hashCode() - Method in class org.apache.pinot.common.request.Literal
 
hashCode() - Method in class org.apache.pinot.common.request.PinotQuery
 
hashCode() - Method in class org.apache.pinot.common.request.QuerySource
 
hashCode() - Method in exception org.apache.pinot.common.response.ProcessingException
 
hashCode() - Method in class org.apache.pinot.common.restlet.resources.SegmentSizeInfo
 
hashCode() - Method in class org.apache.pinot.common.utils.DataSchema
 
hashCode() - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
hashCode() - Method in class org.apache.pinot.common.utils.PinotAppConfigs
 
hashCode() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.JVMConfig
 
hashCode() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.RuntimeConfig
 
hashCode() - Method in class org.apache.pinot.common.utils.PinotAppConfigs.SystemConfig
 
HashFunctions - Class in org.apache.pinot.common.function.scalar
Inbuilt Hash Transformation Functions The functions can be used as UDFs in Query when added in the FunctionRegistry.
HashUtil - Class in org.apache.pinot.common.utils
 
hasIntField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
int32 intField = 2;
hasIntField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
int32 intField = 2;
hasIntField() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
int32 intField = 2;
hasListField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ListField listField = 2;
hasListField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
.org.apache.pinot.common.proto.ListField listField = 2;
hasListField() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
.org.apache.pinot.common.proto.ListField listField = 2;
hasLiteralField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.LiteralField literalField = 1;
hasLiteralField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
.org.apache.pinot.common.proto.LiteralField literalField = 1;
hasLiteralField() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
.org.apache.pinot.common.proto.LiteralField literalField = 1;
hasLongField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
int64 longField = 3;
hasLongField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
int64 longField = 3;
hasLongField() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
int64 longField = 3;
hasMapField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.MapField mapField = 3;
hasMapField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
.org.apache.pinot.common.proto.MapField mapField = 3;
hasMapField() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
.org.apache.pinot.common.proto.MapField mapField = 3;
hasNullableParameters() - Method in class org.apache.pinot.common.function.FunctionInfo
 
hasObjectField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 4;
hasObjectField() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
.org.apache.pinot.common.proto.ObjectField objectField = 4;
hasObjectField() - Method in interface org.apache.pinot.common.proto.Plan.MemberVariableFieldOrBuilder
.org.apache.pinot.common.proto.ObjectField objectField = 4;
hasObjectField() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 6;
hasObjectField() - Method in class org.apache.pinot.common.proto.Plan.StageNode
.org.apache.pinot.common.proto.ObjectField objectField = 6;
hasObjectField() - Method in interface org.apache.pinot.common.proto.Plan.StageNodeOrBuilder
.org.apache.pinot.common.proto.ObjectField objectField = 6;
hasPreConfiguredInstancePartitions(TableConfig) - Static method in class org.apache.pinot.common.utils.config.TableConfigUtils
Returns true if the table has pre-configured instance partitions for any type (OFFLINE/CONSUMING/COMPLETED).
hasPreConfiguredInstancePartitions(TableConfig, InstancePartitionsType) - Static method in class org.apache.pinot.common.utils.config.TableConfigUtils
Returns true if the table has pre-configured instance partitions for the given type.
hasStagePlan() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
hasStagePlan() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
hasStagePlan() - Method in interface org.apache.pinot.common.proto.Worker.QueryRequestOrBuilder
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
hasStageRoot() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
hasStageRoot() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
hasStageRoot() - Method in interface org.apache.pinot.common.proto.Worker.StagePlanOrBuilder
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
hasStringField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
string stringField = 6;
hasStringField() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
string stringField = 6;
hasStringField() - Method in interface org.apache.pinot.common.proto.Plan.LiteralFieldOrBuilder
string stringField = 6;
HAVING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
HAVING_EXPRESSION - org.apache.pinot.common.request.PinotQuery._Fields
 
havingExpression - Variable in class org.apache.pinot.common.request.PinotQuery
 
HavingOpt() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses the optional HAVING clause for SELECT.
HEADER - Static variable in class org.apache.pinot.common.auth.StaticTokenAuthProvider
 
HEADER - Static variable in class org.apache.pinot.common.auth.UrlAuthProvider
 
HEALTH_CHECK_BAD_CALLS - org.apache.pinot.common.metrics.MinionMeter
 
HEALTH_CHECK_GOOD_CALLS - org.apache.pinot.common.metrics.MinionMeter
 
HEALTHCHECK_BAD_CALLS - org.apache.pinot.common.metrics.BrokerMeter
 
HEALTHCHECK_BAD_CALLS - org.apache.pinot.common.metrics.ControllerMeter
 
HEALTHCHECK_OK_CALLS - org.apache.pinot.common.metrics.BrokerMeter
 
HEALTHCHECK_OK_CALLS - org.apache.pinot.common.metrics.ControllerMeter
 
HELIX_ZOOKEEPER_RECONNECTS - org.apache.pinot.common.metrics.BrokerMeter
 
HELIX_ZOOKEEPER_RECONNECTS - org.apache.pinot.common.metrics.ControllerMeter
 
HELIX_ZOOKEEPER_RECONNECTS - org.apache.pinot.common.metrics.ServerMeter
 
HelixHelper - Class in org.apache.pinot.common.utils.helix
 
HelixHelper.PermanentUpdaterException - Exception in org.apache.pinot.common.utils.helix
Exception to be thrown by updater function to exit from retry in {@link HelixHelper::updatedIdealState}
HEXDIGIT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
hexToBytes(String) - Static method in class org.apache.pinot.common.function.scalar.DataTypeConversionFunctions
convert simple hex string to byte array
HIERARCHY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
HIGHEST_STREAM_OFFSET_CONSUMED - org.apache.pinot.common.metrics.ServerGauge
 
HINT_BEG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
HLC_LONG - org.apache.pinot.common.utils.SegmentName.RealtimeSegmentType
 
HLC_SHORT - org.apache.pinot.common.utils.SegmentName.RealtimeSegmentType
 
HLCSegmentName - Class in org.apache.pinot.common.utils
 
HLCSegmentName(String) - Constructor for class org.apache.pinot.common.utils.HLCSegmentName
 
HLCSegmentName(String, String, String) - Constructor for class org.apache.pinot.common.utils.HLCSegmentName
Builds only the newer style.
HOLD - org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Server should send SegmentConsumedRequest after waiting for less than MAX_HOLD_TIME_MS
HOLD - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
HOOK - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
HOP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
hour(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the hour of the day from the given epoch millis in UTC timezone.
hour(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the hour of the day from the given epoch millis and timezone id.
Hour() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
HOUR - org.apache.pinot.common.function.TransformFunctionType
 
HOUR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
HOURS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
HTTP - org.apache.pinot.sql.parsers.dml.DataManipulationStatement.ExecutionType
 
HttpClient - Class in org.apache.pinot.common.utils.http
The HTTPClient wraps around a CloseableHttpClient to provide a reusable client for making HTTP requests.
HttpClient() - Constructor for class org.apache.pinot.common.utils.http.HttpClient
 
HttpClient(SSLContext) - Constructor for class org.apache.pinot.common.utils.http.HttpClient
 
HttpErrorStatusException - Exception in org.apache.pinot.common.exception
 
HttpErrorStatusException(String, int) - Constructor for exception org.apache.pinot.common.exception.HttpErrorStatusException
 
HttpSegmentFetcher - Class in org.apache.pinot.common.utils.fetcher
 
HttpSegmentFetcher() - Constructor for class org.apache.pinot.common.utils.fetcher.HttpSegmentFetcher
 
HttpsSegmentFetcher - Class in org.apache.pinot.common.utils.fetcher
 
HttpsSegmentFetcher() - Constructor for class org.apache.pinot.common.utils.fetcher.HttpsSegmentFetcher
 
HYPHENATED_IDENTIFIER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.

I

IDEALSTATE_ZNODE_BYTE_SIZE - org.apache.pinot.common.metrics.ControllerGauge
 
IDEALSTATE_ZNODE_SIZE - org.apache.pinot.common.metrics.ControllerGauge
 
IdealStateAndCurrentStateMatchServiceStatusCallback(HelixManager, String, String, List<String>, double) - Constructor for class org.apache.pinot.common.utils.ServiceStatus.IdealStateAndCurrentStateMatchServiceStatusCallback
 
IdealStateAndExternalViewMatchServiceStatusCallback(HelixManager, String, String, List<String>, double) - Constructor for class org.apache.pinot.common.utils.ServiceStatus.IdealStateAndExternalViewMatchServiceStatusCallback
 
identifier - Variable in class org.apache.pinot.common.request.Expression
 
Identifier - Class in org.apache.pinot.common.request
 
Identifier() - Constructor for class org.apache.pinot.common.request.Identifier
 
Identifier(String) - Constructor for class org.apache.pinot.common.request.Identifier
 
Identifier(Identifier) - Constructor for class org.apache.pinot.common.request.Identifier
Performs a deep copy on other.
Identifier() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a simple identifier as a String.
IDENTIFIER - org.apache.pinot.common.request.context.ExpressionContext.Type
 
IDENTIFIER - org.apache.pinot.common.request.Expression._Fields
 
IDENTIFIER - org.apache.pinot.common.request.ExpressionType
 
IDENTIFIER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Identifier._Fields - Enum in org.apache.pinot.common.request
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
IdentifierSegment(List<String>, List<SqlParserPos>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses one segment of an identifier that may be composite.
IDENTITY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
IGNORE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ILIKE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
image - Variable in class org.apache.pinot.sql.parsers.parser.Token
The string image of the token.
IMMEDIATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
IMMEDIATELY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
IMPLEMENTATION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
IMPORT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
IN - org.apache.pinot.common.function.TransformFunctionType
 
IN - org.apache.pinot.common.request.context.predicate.Predicate.Type
 
IN - org.apache.pinot.sql.FilterKind
 
IN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
IN_FORMAL_COMMENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
Lexical state.
IN_MULTI_LINE_COMMENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
Lexical state.
IN_PROGRESS - org.apache.pinot.common.lineage.LineageEntryState
 
inBuf - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
INCLUDE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
INCLUDING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
INCREMENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
INDEXING_FAILURES - org.apache.pinot.common.metrics.ServerMeter
 
INDICATOR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
INIDSET - org.apache.pinot.common.function.TransformFunctionType
 
init() - Static method in class org.apache.pinot.common.function.FunctionRegistry
Initializes the FunctionRegistry.
init(String) - Static method in class org.apache.pinot.sql.parsers.rewriter.QueryRewriterFactory
 
init(PinotConfiguration) - Method in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
init(PinotConfiguration) - Method in interface org.apache.pinot.common.utils.fetcher.SegmentFetcher
Initializes the segment fetcher.
init(PinotConfiguration) - Static method in class org.apache.pinot.common.utils.fetcher.SegmentFetcherFactory
Initializes the segment fetcher factory.
INITIAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
initializeGlobalMeters() - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Initializes all global meters (such as exceptions count) to zero.
INITIALLY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
InMemoryTaskManagerStatusCache - Class in org.apache.pinot.common.minion
 
InMemoryTaskManagerStatusCache() - Constructor for class org.apache.pinot.common.minion.InMemoryTaskManagerStatusCache
 
INNER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
INOUT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
InPredicate - Class in org.apache.pinot.common.request.context.predicate
Predicate for IN.
InPredicate(ExpressionContext, List<String>) - Constructor for class org.apache.pinot.common.request.context.predicate.InPredicate
 
INPUT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
input_stream - Variable in class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
 
INPUTS_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.StageNode
 
inputStream - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
INSENSITIVE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
INSERT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
InsertIntoFile - Class in org.apache.pinot.sql.parsers.dml
 
InsertIntoFile(String, Map<String, String>) - Constructor for class org.apache.pinot.sql.parsers.dml.InsertIntoFile
 
installDefaultSSLSocketFactory(String, String, String, String, String, String) - Static method in class org.apache.pinot.common.utils.TlsUtils
Installs a default TLS socket factory for all HttpsURLConnection instances based on a given set of key and trust store paths and passwords
installDefaultSSLSocketFactory(TlsConfig) - Static method in class org.apache.pinot.common.utils.TlsUtils
Installs a default TLS socket factory for all HttpsURLConnection instances based on a given TlsConfig (1 or 2-way)
INSTANCE - Static variable in class org.apache.pinot.common.function.JsonPathCache
 
INSTANCE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
InstanceAssignmentConfigUtils - Class in org.apache.pinot.common.assignment
 
INSTANCEID_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Worker.StagePlan
 
InstancePartitions - Class in org.apache.pinot.common.assignment
Instance partitions for the table.
InstancePartitions(String) - Constructor for class org.apache.pinot.common.assignment.InstancePartitions
 
InstancePartitionsUtils - Class in org.apache.pinot.common.assignment
Utility class for instance partitions.
InstanceRequest - Class in org.apache.pinot.common.request
 
InstanceRequest() - Constructor for class org.apache.pinot.common.request.InstanceRequest
 
InstanceRequest(long, BrokerRequest) - Constructor for class org.apache.pinot.common.request.InstanceRequest
 
InstanceRequest(InstanceRequest) - Constructor for class org.apache.pinot.common.request.InstanceRequest
Performs a deep copy on other.
InstanceRequest._Fields - Enum in org.apache.pinot.common.request
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
INSTANCES_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Worker.StageMetadata
 
INSTANCETOSEGMENTLIST_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Worker.StageMetadata
 
InstanceUtils - Class in org.apache.pinot.common.utils.config
 
InstanceZKMetadata - Class in org.apache.pinot.common.metadata.instance
 
InstanceZKMetadata() - Constructor for class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
InstanceZKMetadata(ZNRecord) - Constructor for class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
INSTANTIABLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
INT - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
INT - org.apache.pinot.common.utils.DataTable.MetadataValueType
 
INT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
INT_ARRAY - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
INT_VALUE - org.apache.pinot.common.request.Literal._Fields
 
INTEGER - org.apache.pinot.common.utils.PinotDataType
 
INTEGER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
INTEGER_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
INTERNAL_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
INTERNAL_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Plan.ListField
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Plan.MapField
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Plan.MapField
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
internalGetMapField(int) - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
internalGetMutableMapField(int) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
internalGetMutableMapField(int) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
internalGetMutableMapField(int) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
internalGetMutableMapField(int) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
internalGetMutableMapField(int) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
internalGetMutableMapField(int) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
internalGetMutableMapField(int) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
internalGetMutableMapField(int) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
internalGetMutableMapField(int) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
internalGetMutableMapField(int) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
INTERSECT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
INTERSECTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
INTERVAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
IntervalLiteral() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an interval literal.
IntervalLiteralOrExpression() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an interval literal (e.g.
IntervalQualifier() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
IntervalQualifierStart() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Interval qualifier without 'TO unit'.
INTFIELD - org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
 
INTFIELD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.LiteralField
 
IntLiteral() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
INTO - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
intValue(int) - Static method in class org.apache.pinot.common.request.Literal
 
INVALID_LEXICAL_STATE - Static variable in error org.apache.pinot.sql.parsers.parser.TokenMgrError
Tried to change to an invalid lexical state.
INVALID_NUM_PARTITIONS - Static variable in class org.apache.pinot.common.metadata.segment.SegmentPartitionMetadata
 
INVALID_REALTIME_ROWS_DROPPED - org.apache.pinot.common.metrics.ServerMeter
 
InvalidConfigException - Exception in org.apache.pinot.common.exception
 
InvalidConfigException(String) - Constructor for exception org.apache.pinot.common.exception.InvalidConfigException
 
invoke(Object[]) - Method in class org.apache.pinot.common.function.FunctionInvoker
Invoke the function with the given arguments.
invokeCompileTimeFunctionExpression(Expression) - Static method in class org.apache.pinot.sql.parsers.rewriter.CompileTimeFunctionsInvoker
 
INVOKER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
IS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
IS_NOT_NULL - org.apache.pinot.common.function.TransformFunctionType
 
IS_NOT_NULL - org.apache.pinot.common.request.context.predicate.Predicate.Type
 
IS_NOT_NULL - org.apache.pinot.sql.FilterKind
 
IS_NULL - org.apache.pinot.common.function.TransformFunctionType
 
IS_NULL - org.apache.pinot.common.request.context.predicate.Predicate.Type
 
IS_NULL - org.apache.pinot.sql.FilterKind
 
isAggregateExpression(Expression) - Static method in class org.apache.pinot.sql.parsers.CalciteSqlParser
 
isArray() - Method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
isAsc() - Method in class org.apache.pinot.common.request.context.OrderByExpressionContext
 
isAsFunction(Expression) - Static method in class org.apache.pinot.sql.parsers.CalciteSqlParser
 
isBrokerTag(String) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Returns whether the given tag is a broker tag.
isClientAuthEnabled() - Method in class org.apache.pinot.common.config.TlsConfig
 
isClientError(int) - Static method in class org.apache.pinot.common.exception.QueryException
Determines if a query-exception-error-code represents an error on the client side.
isCompatible(DataSchema.ColumnDataType) - Method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
isCustomized() - Method in class org.apache.pinot.common.config.TlsConfig
 
isEmpty(JsonNode) - Static method in class org.apache.pinot.common.utils.SqlResultComparator
 
isEnableTrace() - Method in class org.apache.pinot.common.request.InstanceRequest
 
isExclusive() - Method in enum org.apache.pinot.common.request.context.predicate.Predicate.Type
 
isExplain() - Method in class org.apache.pinot.common.request.PinotQuery
 
isGlobal() - Method in interface org.apache.pinot.common.metrics.AbstractMetrics.Gauge
 
isGlobal() - Method in interface org.apache.pinot.common.metrics.AbstractMetrics.Meter
 
isGlobal() - Method in interface org.apache.pinot.common.metrics.AbstractMetrics.Timer
 
isGlobal() - Method in enum org.apache.pinot.common.metrics.BrokerGauge
Returns true if the gauge is global (not attached to a particular resource)
isGlobal() - Method in enum org.apache.pinot.common.metrics.BrokerMeter
Returns true if the metric is global (not attached to a particular resource)
isGlobal() - Method in enum org.apache.pinot.common.metrics.BrokerTimer
Returns true if the timer is global (not attached to a particular resource)
isGlobal() - Method in enum org.apache.pinot.common.metrics.ControllerGauge
Returns true if the gauge is global (not attached to a particular resource)
isGlobal() - Method in enum org.apache.pinot.common.metrics.ControllerMeter
Returns true if the metric is global (not attached to a particular resource)
isGlobal() - Method in enum org.apache.pinot.common.metrics.ControllerTimer
Returns true if the timer is global (not attached to a particular resource)
isGlobal() - Method in enum org.apache.pinot.common.metrics.MinionGauge
 
isGlobal() - Method in enum org.apache.pinot.common.metrics.MinionMeter
 
isGlobal() - Method in enum org.apache.pinot.common.metrics.MinionTimer
 
isGlobal() - Method in enum org.apache.pinot.common.metrics.ServerGauge
Returns true if the gauge is global (not attached to a particular resource)
isGlobal() - Method in enum org.apache.pinot.common.metrics.ServerMeter
Returns true if the metric is global (not attached to a particular resource)
isGlobal() - Method in enum org.apache.pinot.common.metrics.ServerTimer
Returns true if the timer is global (not attached to a particular resource)
isHighLevelConsumerSegmentName(String) - Static method in class org.apache.pinot.common.utils.SegmentName
 
isIgnoreCase() - Method in class org.apache.pinot.common.config.provider.TableCache
Returns true if the TableCache is case-insensitive, false otherwise.
isInitialized() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
isInitialized() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
isInitialized() - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Plan.ListField
 
isInitialized() - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
isInitialized() - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Plan.MapField
 
isInitialized() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
isInitialized() - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
isInitialized() - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
isInitialized() - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
isInitialized() - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
isInitialized() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
isInitialized() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
isInitialized() - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
isInitialized() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
isInitialized() - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
isInitialized() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
isLeadControllerResourceEnabled(HelixManager) - Static method in class org.apache.pinot.common.utils.helix.LeadControllerUtils
Checks from ZK if resource config of leadControllerResource is enabled.
isLiteralOnlyExpression(Expression) - Static method in class org.apache.pinot.sql.parsers.CalciteSqlParser
 
isLowerInclusive() - Method in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
isLowLevelConsumerSegmentName(String) - Static method in class org.apache.pinot.common.utils.SegmentName
 
isNativeTransportsEnabled() - Method in class org.apache.pinot.common.config.NettyConfig
 
isNotNull(Object) - Static method in class org.apache.pinot.common.function.scalar.ObjectFunctions
 
IsNotNullPredicate - Class in org.apache.pinot.common.request.context.predicate
Predicate for IS_NOT_NULL.
IsNotNullPredicate(ExpressionContext) - Constructor for class org.apache.pinot.common.request.context.predicate.IsNotNullPredicate
 
isNull(Object) - Static method in class org.apache.pinot.common.function.scalar.ObjectFunctions
 
IsNullPredicate - Class in org.apache.pinot.common.request.context.predicate
Predicate for IS_NULL.
IsNullPredicate(ExpressionContext) - Constructor for class org.apache.pinot.common.request.context.predicate.IsNullPredicate
 
isNumber() - Method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
isNumberArray() - Method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
isNumGroupsLimitReached() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
isNumGroupsLimitReached() - Method in interface org.apache.pinot.common.response.BrokerResponse
Returns whether the number of groups limit has been reached.
ISODOW - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
isOfflineServerTag(String) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Returns whether the given tag is an OFFLINE server tag.
ISOLATION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
isOldStyleNaming() - Method in class org.apache.pinot.common.utils.HLCSegmentName
 
ISOYEAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
isRange() - Method in enum org.apache.pinot.sql.FilterKind
Helper method that returns true if the enum maps to a Range.
isRealtimeSegmentName(String) - Static method in class org.apache.pinot.common.utils.SegmentName
 
isRealtimeServerTag(String) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Returns whether the given tag is an REALTIME server tag.
isRelocateCompletedSegments(TenantConfig) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Returns whether the completed segments need to be relocated (completed server tag is different from consuming server tag).
isSegmentExisted(ZkHelixPropertyStore<ZNRecord>, String, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
isServerTag(String) - Static method in class org.apache.pinot.common.utils.config.TagNameUtils
Returns whether the given tag is a server tag (OFFLINE or REALTIME).
isSet(BrokerRequest._Fields) - Method in class org.apache.pinot.common.request.BrokerRequest
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(DataSource._Fields) - Method in class org.apache.pinot.common.request.DataSource
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Expression._Fields) - Method in class org.apache.pinot.common.request.Expression
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Function._Fields) - Method in class org.apache.pinot.common.request.Function
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Identifier._Fields) - Method in class org.apache.pinot.common.request.Identifier
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(InstanceRequest._Fields) - Method in class org.apache.pinot.common.request.InstanceRequest
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(PinotQuery._Fields) - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(QuerySource._Fields) - Method in class org.apache.pinot.common.request.QuerySource
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ProcessingException._Fields) - Method in exception org.apache.pinot.common.response.ProcessingException
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSetBinaryValue() - Method in class org.apache.pinot.common.request.Literal
 
isSetBoolValue() - Method in class org.apache.pinot.common.request.Literal
 
isSetBrokerId() - Method in class org.apache.pinot.common.request.InstanceRequest
Returns true if field brokerId is set (has been assigned a value) and false otherwise
isSetByteValue() - Method in class org.apache.pinot.common.request.Literal
 
isSetDataSource() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field dataSource is set (has been assigned a value) and false otherwise
isSetDebugOptions() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field debugOptions is set (has been assigned a value) and false otherwise
isSetDoubleValue() - Method in class org.apache.pinot.common.request.Literal
 
isSetEnableTrace() - Method in class org.apache.pinot.common.request.InstanceRequest
Returns true if field enableTrace is set (has been assigned a value) and false otherwise
isSetErrorCode() - Method in exception org.apache.pinot.common.response.ProcessingException
Returns true if field errorCode is set (has been assigned a value) and false otherwise
isSetExplain() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field explain is set (has been assigned a value) and false otherwise
isSetExpressionOverrideHints() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field expressionOverrideHints is set (has been assigned a value) and false otherwise
isSetFilterExpression() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field filterExpression is set (has been assigned a value) and false otherwise
isSetFunctionCall() - Method in class org.apache.pinot.common.request.Expression
Returns true if field functionCall is set (has been assigned a value) and false otherwise
isSetGroupByList() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field groupByList is set (has been assigned a value) and false otherwise
isSetHavingExpression() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field havingExpression is set (has been assigned a value) and false otherwise
isSetIdentifier() - Method in class org.apache.pinot.common.request.Expression
Returns true if field identifier is set (has been assigned a value) and false otherwise
isSetIntValue() - Method in class org.apache.pinot.common.request.Literal
 
isSetLimit() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field limit is set (has been assigned a value) and false otherwise
isSetLiteral() - Method in class org.apache.pinot.common.request.Expression
Returns true if field literal is set (has been assigned a value) and false otherwise
isSetLongValue() - Method in class org.apache.pinot.common.request.Literal
 
isSetMessage() - Method in exception org.apache.pinot.common.response.ProcessingException
Returns true if field message is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.pinot.common.request.Identifier
Returns true if field name is set (has been assigned a value) and false otherwise
isSetOffset() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field offset is set (has been assigned a value) and false otherwise
isSetOperands() - Method in class org.apache.pinot.common.request.Function
Returns true if field operands is set (has been assigned a value) and false otherwise
isSetOperator() - Method in class org.apache.pinot.common.request.Function
Returns true if field operator is set (has been assigned a value) and false otherwise
isSetOrderByList() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field orderByList is set (has been assigned a value) and false otherwise
isSetPinotQuery() - Method in class org.apache.pinot.common.request.BrokerRequest
Returns true if field pinotQuery is set (has been assigned a value) and false otherwise
isSetQuery() - Method in class org.apache.pinot.common.request.InstanceRequest
Returns true if field query is set (has been assigned a value) and false otherwise
isSetQueryOptions() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field queryOptions is set (has been assigned a value) and false otherwise
isSetQuerySource() - Method in class org.apache.pinot.common.request.BrokerRequest
Returns true if field querySource is set (has been assigned a value) and false otherwise
isSetRequestId() - Method in class org.apache.pinot.common.request.InstanceRequest
Returns true if field requestId is set (has been assigned a value) and false otherwise
isSetSearchSegments() - Method in class org.apache.pinot.common.request.InstanceRequest
Returns true if field searchSegments is set (has been assigned a value) and false otherwise
isSetSelectList() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field selectList is set (has been assigned a value) and false otherwise
isSetShortValue() - Method in class org.apache.pinot.common.request.Literal
 
isSetStringValue() - Method in class org.apache.pinot.common.request.Literal
 
isSetSubquery() - Method in class org.apache.pinot.common.request.DataSource
Returns true if field subquery is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.pinot.common.request.DataSource
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetTableName() - Method in class org.apache.pinot.common.request.QuerySource
Returns true if field tableName is set (has been assigned a value) and false otherwise
isSetType() - Method in class org.apache.pinot.common.request.Expression
Returns true if field type is set (has been assigned a value) and false otherwise
isSetVersion() - Method in class org.apache.pinot.common.request.PinotQuery
Returns true if field version is set (has been assigned a value) and false otherwise
isSingleValue() - Method in enum org.apache.pinot.common.utils.PinotDataType
 
isSplitCommit() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
isSplitCommit() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
isTransformFunction(String) - Static method in enum org.apache.pinot.common.function.TransformFunctionType
 
isTypeCompatibleWith(DataSchema) - Method in class org.apache.pinot.common.utils.DataSchema
Returns whether the given data schema is type compatible with this one.
isUpperInclusive() - Method in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
isUsePlainText() - Method in class org.apache.pinot.common.config.GrpcConfig
 
isValidComponentName(String) - Method in class org.apache.pinot.common.utils.SegmentName
 
isWholeNumber() - Method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
isWholeNumberArray() - Method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
 

J

JAVA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
JdbcFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a function call expression with JDBC syntax.
JdbcOdbcDataType() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JdbcOdbcDataTypeName() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
jj_nt - Variable in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Next token.
jjFillToken() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
 
jjnewLexState - Static variable in class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
Token literal values.
JOIN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
JoinTable(SqlNode) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Matches "LEFT JOIN t ON ...", "RIGHT JOIN t USING ...", "JOIN t".
JoinType() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JSON - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
JSON - org.apache.pinot.common.utils.FileUploadDownloadClient.FileUploadType
 
JSON - org.apache.pinot.common.utils.PinotDataType
 
JSON - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
JSON_ARRAY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
JSON_ARRAYAGG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
JSON_COMPILATION_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
JSON_COMPILATION_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
JSON_CONTENT_TYPE - Static variable in class org.apache.pinot.common.utils.http.HttpClient
 
JSON_EXISTS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
JSON_MATCH - org.apache.pinot.common.request.context.predicate.Predicate.Type
 
JSON_MATCH - org.apache.pinot.sql.FilterKind
 
JSON_OBJECT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
JSON_OBJECTAGG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
JSON_PARSING_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
JSON_PARSING_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
JSON_QUERY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
JSON_VALUE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
JsonApiCommonSyntax() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonArrayAggFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonArrayAggOrderByClause() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonArrayFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonConstructorNullClause() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonExistsErrorBehavior() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonExistsFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JSONEXTRACTKEY - org.apache.pinot.common.function.TransformFunctionType
 
JSONEXTRACTSCALAR - org.apache.pinot.common.function.TransformFunctionType
 
jsonFormat(Object) - Static method in class org.apache.pinot.common.function.scalar.JsonFunctions
Convert object to Json String
JsonFunctions - Class in org.apache.pinot.common.function.scalar
Inbuilt json related transform functions An example DimFieldSpec that needs the toJsonMapStr function: "dimFieldSpecs": [{ "name": "jsonMapStr", "dataType": "STRING", "transformFunction": "toJsonMapStr(jsonMap)" }]
JsonInputClause() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonMatchPredicate - Class in org.apache.pinot.common.request.context.predicate
Predicate for JSON_MATCH.
JsonMatchPredicate(ExpressionContext, String) - Constructor for class org.apache.pinot.common.request.context.predicate.JsonMatchPredicate
 
JsonName() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonNameAndValue() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonObjectAggFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonObjectFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonOutputClause() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
jsonPath(Object, String) - Static method in class org.apache.pinot.common.function.scalar.JsonFunctions
Extract object based on Json path
jsonPathArray(Object, String) - Static method in class org.apache.pinot.common.function.scalar.JsonFunctions
Extract object array based on Json path
jsonPathArrayDefaultEmpty(Object, String) - Static method in class org.apache.pinot.common.function.scalar.JsonFunctions
 
JsonPathCache - Class in org.apache.pinot.common.function
 
JsonPathCache() - Constructor for class org.apache.pinot.common.function.JsonPathCache
 
jsonPathDouble(Object, String) - Static method in class org.apache.pinot.common.function.scalar.JsonFunctions
Extract from Json with path to Double
jsonPathDouble(Object, String, double) - Static method in class org.apache.pinot.common.function.scalar.JsonFunctions
Extract from Json with path to Double
jsonPathLong(Object, String) - Static method in class org.apache.pinot.common.function.scalar.JsonFunctions
Extract from Json with path to Long
jsonPathLong(Object, String, long) - Static method in class org.apache.pinot.common.function.scalar.JsonFunctions
Extract from Json with path to Long
JsonPathSpec() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
jsonPathString(Object, String) - Static method in class org.apache.pinot.common.function.scalar.JsonFunctions
Extract from Json with path to String
jsonPathString(Object, String, String) - Static method in class org.apache.pinot.common.function.scalar.JsonFunctions
Extract from Json with path to String
JsonQueryEmptyOrErrorBehavior() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonQueryFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonQueryWrapperBehavior() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonRepresentation() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonReturningClause() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonValueEmptyOrErrorBehavior() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JsonValueFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
JVMConfig(List<String>, String, String, Map<String, String>, Map<String, String>, List<String>) - Constructor for class org.apache.pinot.common.utils.PinotAppConfigs.JVMConfig
 

K

K - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
KEEP - org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Server should build a segment out of the rows in memory, and replace in-memory rows with the segment built
KEY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
KEY_MEMBER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
KEY_TYPE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
KeyValueOption(List<SqlNode>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an option with format key=val whose key is a simple identifier or string literal and value is a string literal.
kind - Variable in class org.apache.pinot.sql.parsers.parser.Token
An integer that describes the kind of this token.

L

LABEL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LAG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LANGUAGE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LARGE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LARGEST_SEGMENT_SIZE_ON_SERVER - org.apache.pinot.common.metrics.ControllerGauge
 
LAST - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LAST_PUSH_TIME_DELAY_HOURS - org.apache.pinot.common.metrics.ValidationMetrics.ValidationMetricName
 
LAST_REALTIME_SEGMENT_CATCHUP_DURATION_SECONDS - org.apache.pinot.common.metrics.ServerGauge
 
LAST_REALTIME_SEGMENT_COMPLETION_DURATION_SECONDS - org.apache.pinot.common.metrics.ServerGauge
 
LAST_REALTIME_SEGMENT_CREATION_DURATION_SECONDS - org.apache.pinot.common.metrics.ServerGauge
 
LAST_REALTIME_SEGMENT_CREATION_WAIT_TIME_SECONDS - org.apache.pinot.common.metrics.ServerGauge
 
LAST_REALTIME_SEGMENT_INITIAL_CONSUMPTION_DURATION_SECONDS - org.apache.pinot.common.metrics.ServerGauge
 
LAST_VALUE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LATERAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LBRACE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LBRACE_D - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LBRACE_FN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LBRACE_T - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LBRACE_TS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LBRACKET - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LEAD - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LeadControllerUtils - Class in org.apache.pinot.common.utils.helix
 
LEADING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LeafQuery(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a leaf in a query expression (SELECT, VALUES or TABLE).
LeafQueryOrExpr(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses either a row expression, a leaf query expression, or a parenthesized expression of any kind.
least(double, double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
LEAST - org.apache.pinot.common.function.TransformFunctionType
 
LEFT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
leftSubStr(String, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
length(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
LENGTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LESS_THAN - org.apache.pinot.common.function.TransformFunctionType
 
LESS_THAN - org.apache.pinot.sql.FilterKind
 
LESS_THAN_OR_EQUAL - org.apache.pinot.common.function.TransformFunctionType
 
LESS_THAN_OR_EQUAL - org.apache.pinot.sql.FilterKind
 
lessThan(double, double) - Static method in class org.apache.pinot.common.function.scalar.ComparisonFunctions
 
lessThanOrEqual(double, double) - Static method in class org.apache.pinot.common.function.scalar.ComparisonFunctions
 
LETTER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LEVEL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LEXICAL_ERROR - Static variable in error org.apache.pinot.sql.parsers.parser.TokenMgrError
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in error org.apache.pinot.sql.parsers.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
Lexer state names.
LIBRARY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LifecycleServiceStatusCallback(Supplier<Boolean>, Supplier<Boolean>) - Constructor for class org.apache.pinot.common.utils.ServiceStatus.LifecycleServiceStatusCallback
 
LIKE - org.apache.pinot.sql.FilterKind
 
LIKE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LIKE_REGEX - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
likeToRegexpLike(String) - Static method in class org.apache.pinot.common.utils.RegexpPatternConverterUtils
Converts a LIKE pattern into REGEXP_LIKE pattern.
limit - Variable in class org.apache.pinot.common.request.PinotQuery
 
LIMIT - org.apache.pinot.common.request.PinotQuery._Fields
 
LIMIT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
line - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
LineageEntry - Class in org.apache.pinot.common.lineage
Class to represent the lineage entry.
LineageEntry(List<String>, List<String>, LineageEntryState, long) - Constructor for class org.apache.pinot.common.lineage.LineageEntry
 
LineageEntryState - Enum in org.apache.pinot.common.lineage
Enum for represent the state of lineage entry
LISTFIELD - org.apache.pinot.common.proto.Plan.MemberVariableField.MemberVariableFieldCase
 
LISTFIELD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
literal - Variable in class org.apache.pinot.common.request.Expression
 
Literal - Class in org.apache.pinot.common.request
 
Literal() - Constructor for class org.apache.pinot.common.request.Literal
 
Literal(Literal) - Constructor for class org.apache.pinot.common.request.Literal
 
Literal(Literal._Fields, Object) - Constructor for class org.apache.pinot.common.request.Literal
 
Literal() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a literal expression, allowing continued string literals.
LITERAL - org.apache.pinot.common.request.context.ExpressionContext.Type
 
LITERAL - org.apache.pinot.common.request.Expression._Fields
 
LITERAL - org.apache.pinot.common.request.ExpressionType
 
Literal._Fields - Enum in org.apache.pinot.common.request
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
LITERALFIELD - org.apache.pinot.common.proto.Plan.MemberVariableField.MemberVariableFieldCase
 
LITERALFIELD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
LITERALFIELD_NOT_SET - org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
 
LiteralOrIntervalExpression() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a literal or an interval expression.
LLC - org.apache.pinot.common.utils.SegmentName.RealtimeSegmentType
 
LLC_CONTROLLER_RESPONSE_CATCH_UP - org.apache.pinot.common.metrics.ServerMeter
 
LLC_CONTROLLER_RESPONSE_COMMIT - org.apache.pinot.common.metrics.ServerMeter
 
LLC_CONTROLLER_RESPONSE_COMMIT_CONTINUE - org.apache.pinot.common.metrics.ServerMeter
 
LLC_CONTROLLER_RESPONSE_COMMIT_SUCCESS - org.apache.pinot.common.metrics.ServerMeter
 
LLC_CONTROLLER_RESPONSE_DISCARD - org.apache.pinot.common.metrics.ServerMeter
 
LLC_CONTROLLER_RESPONSE_FAILED - org.apache.pinot.common.metrics.ServerMeter
 
LLC_CONTROLLER_RESPONSE_HOLD - org.apache.pinot.common.metrics.ServerMeter
 
LLC_CONTROLLER_RESPONSE_KEEP - org.apache.pinot.common.metrics.ServerMeter
 
LLC_CONTROLLER_RESPONSE_NOT_LEADER - org.apache.pinot.common.metrics.ServerMeter
 
LLC_CONTROLLER_RESPONSE_NOT_SENT - org.apache.pinot.common.metrics.ServerMeter
 
LLC_CONTROLLER_RESPONSE_PROCESSED - org.apache.pinot.common.metrics.ServerMeter
 
LLC_CONTROLLER_RESPONSE_UPLOAD_SUCCESS - org.apache.pinot.common.metrics.ServerMeter
 
LLC_PARTITION_CONSUMING - org.apache.pinot.common.metrics.ServerGauge
 
LLC_SEGMENTS_DEEP_STORE_UPLOAD_RETRY_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
LLC_SIMULTANEOUS_SEGMENT_BUILDS - org.apache.pinot.common.metrics.ServerGauge
 
LLC_STATE_MACHINE_ABORTS - org.apache.pinot.common.metrics.ControllerMeter
 
LLC_STREAM_DATA_LOSS - org.apache.pinot.common.metrics.ControllerMeter
 
LLC_ZOOKEEPER_FETCH_FAILURES - org.apache.pinot.common.metrics.ControllerMeter
 
LLC_ZOOKEEPER_UPDATE_FAILURES - org.apache.pinot.common.metrics.ControllerMeter
 
LLCSegmentName - Class in org.apache.pinot.common.utils
 
LLCSegmentName(String) - Constructor for class org.apache.pinot.common.utils.LLCSegmentName
 
LLCSegmentName(String, int, int, long) - Constructor for class org.apache.pinot.common.utils.LLCSegmentName
 
ln(double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
LN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LOCAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LOCALTIME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LOCALTIMESTAMP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LOCATOR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LOG - org.apache.pinot.common.function.TransformFunctionType
 
log10(double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
LOG10 - org.apache.pinot.common.function.TransformFunctionType
 
log2(double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
LOG2 - org.apache.pinot.common.function.TransformFunctionType
 
LOGGER - Static variable in class org.apache.pinot.serde.SerDe
 
LoggerUtils - Class in org.apache.pinot.common.utils
Logger utils for process level logger management.
logVersions() - Static method in class org.apache.pinot.common.Utils
Write the version of Pinot components to the log at info level.
LONG - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
LONG - org.apache.pinot.common.utils.DataTable.MetadataValueType
 
LONG - org.apache.pinot.common.utils.PinotDataType
 
LONG_ARRAY - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
LONG_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
LONG_VALUE - org.apache.pinot.common.request.Literal._Fields
 
LONGFIELD - org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
 
LONGFIELD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.LiteralField
 
longValue(long) - Static method in class org.apache.pinot.common.request.Literal
 
LOOKUP - org.apache.pinot.common.function.TransformFunctionType
 
LOOP_DETECTED - Static variable in error org.apache.pinot.sql.parsers.parser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
lower(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
LOWER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LOWER_EXCLUSIVE - Static variable in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
LOWER_INCLUSIVE - Static variable in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
lpad(String, int, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
LPAREN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
LT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ltrim(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 

M

M - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Mailbox - Class in org.apache.pinot.common.proto
 
Mailbox.MailboxContent - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.MailboxContent
Mailbox.MailboxContent.Builder - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.MailboxContent
Mailbox.MailboxContentOrBuilder - Interface in org.apache.pinot.common.proto
 
Mailbox.MailboxStatus - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.MailboxStatus
Mailbox.MailboxStatus.Builder - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.MailboxStatus
Mailbox.MailboxStatusOrBuilder - Interface in org.apache.pinot.common.proto
 
MAILBOXID_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
MAILBOXID_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
main(String[]) - Static method in class org.apache.pinot.common.utils.SchemaUtils
An example on how to use this utility class.
makeAuthProvider(String) - Static method in class org.apache.pinot.common.auth.AuthProviderUtils
Create auth provider based on the availability of a static token only, if any.
makeAuthProvider(AuthConfig) - Static method in class org.apache.pinot.common.auth.AuthProviderUtils
Create auth provider based on an auth config.
makeGaugeName(String, String) - Static method in class org.apache.pinot.common.metrics.ValidationMetrics
 
makeKeyStoreUrl(String) - Static method in class org.apache.pinot.common.utils.TlsUtils
 
makeTableParam(String) - Static method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Generate a param list with a table name attribute.
MAP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MapBasedMultipleCallbackServiceStatusCallback(Map<String, ? extends ServiceStatus.ServiceStatusCallback>) - Constructor for class org.apache.pinot.common.utils.ServiceStatus.MapBasedMultipleCallbackServiceStatusCallback
 
MapConstructor() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a MAP constructor
MAPFIELD - org.apache.pinot.common.proto.Plan.MemberVariableField.MemberVariableFieldCase
 
MAPFIELD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
MAPVALUE - org.apache.pinot.common.function.TransformFunctionType
 
MATCH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MATCH_NUMBER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MATCH_RECOGNIZE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MATCHED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MATCHES - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MatchRecognize(SqlNode) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a MATCH_RECOGNIZE clause following a table expression.
MatchRecognizeCallWithModifier() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
MatchRecognizeFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
MatchRecognizeNavigationLogical() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
MatchRecognizeNavigationPhysical() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
max(double, double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
Deprecated.
MAX - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MAX_BURST_QPS - org.apache.pinot.common.metrics.BrokerGauge
 
MAX_HOLD_TIME_MS - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
MAX_HOLD_TIME_MS is the maximum time (msecs) for which a server will be in HOLDING state, after which it will send in a SegmentConsumedRequest with its current offset in the stream.
MAX_TIME_ZONE_KEY - Static variable in class org.apache.pinot.common.function.TimeZoneKey
 
maxNextCharInd - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
MAXVALUE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
md5(byte[]) - Static method in class org.apache.pinot.common.function.scalar.HashFunctions
Return MD5 digest as hex string.
MeasureColumn() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
MeasureColumnCommaList(Span) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
MEASURES - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MEMBER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MEMBERVARIABLEFIELD_NOT_SET - org.apache.pinot.common.proto.Plan.MemberVariableField.MemberVariableFieldCase
 
MEMBERVARIABLES_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.ObjectField
 
MERGE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MERGE_RESPONSE_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
MERGE_RESPONSE_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
mergeFrom(Message) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
mergeFrom(Mailbox.MailboxContent) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
mergeFrom(Mailbox.MailboxStatus) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
mergeFrom(Plan.ListField) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
mergeFrom(Plan.LiteralField) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
mergeFrom(Plan.MapField) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
mergeFrom(Plan.MemberVariableField) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
mergeFrom(Plan.ObjectField) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
mergeFrom(Plan.StageNode) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
mergeFrom(Server.ServerRequest) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
mergeFrom(Server.ServerResponse) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
mergeFrom(Worker.QueryRequest) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
mergeFrom(Worker.QueryResponse) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
mergeFrom(Worker.SegmentList) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
mergeFrom(Worker.StageMetadata) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
mergeFrom(Worker.StagePlan) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
mergeListField(Plan.ListField) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ListField listField = 2;
mergeLiteralField(Plan.LiteralField) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.LiteralField literalField = 1;
mergeMapField(Plan.MapField) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.MapField mapField = 3;
mergeObjectField(Plan.ObjectField) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 4;
mergeObjectField(Plan.ObjectField) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 6;
MergeRollupTaskMetadata - Class in org.apache.pinot.common.minion
Metadata for the minion task of type MergeRollupTask.
MergeRollupTaskMetadata(String, Map<String, Long>) - Constructor for class org.apache.pinot.common.minion.MergeRollupTaskMetadata
 
mergeStagePlan(Worker.StagePlan) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
mergeStageRoot(Plan.StageNode) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
MESSAGE - org.apache.pinot.common.response.ProcessingException._Fields
 
MESSAGE_LENGTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MESSAGE_OCTET_LENGTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MESSAGE_TEXT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
METADATA - org.apache.pinot.common.utils.FileUploadDownloadClient.FileUploadType
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Server.ServerRequest
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Server.ServerResponse
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Worker.QueryRequest
 
METADATA_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Worker.QueryResponse
 
metaDataMap - Static variable in class org.apache.pinot.common.request.BrokerRequest
 
metaDataMap - Static variable in class org.apache.pinot.common.request.DataSource
 
metaDataMap - Static variable in class org.apache.pinot.common.request.Expression
 
metaDataMap - Static variable in class org.apache.pinot.common.request.Function
 
metaDataMap - Static variable in class org.apache.pinot.common.request.Identifier
 
metaDataMap - Static variable in class org.apache.pinot.common.request.InstanceRequest
 
metaDataMap - Static variable in class org.apache.pinot.common.request.Literal
 
metaDataMap - Static variable in class org.apache.pinot.common.request.PinotQuery
 
metaDataMap - Static variable in class org.apache.pinot.common.request.QuerySource
 
metaDataMap - Static variable in exception org.apache.pinot.common.response.ProcessingException
 
METHOD - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MICROSECOND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MILLENNIUM - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
millisecond(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the millisecond of the second from the given epoch millis in UTC timezone.
millisecond(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the millisecond of the second from the given epoch millis and timezone id.
MILLISECOND - org.apache.pinot.common.function.TransformFunctionType
 
MILLISECOND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
min(double, double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
Deprecated.
MIN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MIN_CONSUMING_FRESHNESS_TIME_MS - org.apache.pinot.common.utils.DataTable.MetadataKey
 
MIN_FASTUTIL_HASHSET_SIZE - Static variable in class org.apache.pinot.common.utils.HashUtil
Tests show that even for smaller set sizes, setting the hash size to this min value improves performance at an insignificant increase of memory footprint.
MINION - org.apache.pinot.sql.parsers.dml.DataManipulationStatement.ExecutionType
 
MinionClient - Class in org.apache.pinot.common.minion
MinionClient is the client-side APIs for Pinot Controller tasks APIs.
MinionClient(String, AuthProvider) - Constructor for class org.apache.pinot.common.minion.MinionClient
 
MinionGauge - Enum in org.apache.pinot.common.metrics
 
MinionMeter - Enum in org.apache.pinot.common.metrics
 
MinionMetrics - Class in org.apache.pinot.common.metrics
 
MinionMetrics(String, PinotMetricsRegistry) - Constructor for class org.apache.pinot.common.metrics.MinionMetrics
 
MinionMetrics(PinotMetricsRegistry) - Constructor for class org.apache.pinot.common.metrics.MinionMetrics
 
MinionQueryPhase - Enum in org.apache.pinot.common.metrics
 
MinionRequestURLBuilder - Class in org.apache.pinot.common.minion
MinionRequestURLBuilder is the helper class to generate URLs for task APIs.
MinionTaskMetadataUtils - Class in org.apache.pinot.common.minion
Helper methods to fetch/persist ZNRecord for minion task metadata
MinionTimer - Enum in org.apache.pinot.common.metrics
 
minus(double, double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
MINUS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
minute(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the minute of the hour from the given epoch millis in UTC timezone.
minute(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the minute of the hour from the given epoch millis and timezone id.
Minute() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
MINUTE - org.apache.pinot.common.function.TransformFunctionType
 
MINUTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MINUTES - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MINVALUE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MISSING_CONSUMING_SEGMENT_MAX_DURATION_MINUTES - org.apache.pinot.common.metrics.ControllerGauge
 
MISSING_CONSUMING_SEGMENT_NEW_PARTITION_COUNT - org.apache.pinot.common.metrics.ControllerGauge
 
MISSING_CONSUMING_SEGMENT_TOTAL_COUNT - org.apache.pinot.common.metrics.ControllerGauge
 
MISSING_SEGMENT_COUNT - org.apache.pinot.common.metrics.ValidationMetrics.ValidationMetricName
 
mod(double, double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
MOD - org.apache.pinot.common.function.TransformFunctionType
 
MOD - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MODIFIES - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
modifyMap(Map<String, String>) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadataCustomMapModifier
 
MODULE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
month(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the month of the year from the given epoch millis in UTC timezone.
month(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the month of the year from the given epoch millis and timezone id.
Month() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
MONTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MONTH_OF_YEAR - org.apache.pinot.common.function.TransformFunctionType
 
MONTHS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MORE_ - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
moveFileWithOverwrite(File, File) - Static method in class org.apache.pinot.common.utils.FileUtils
Deletes the destination file if it exists then calls org.apache.commons moveFile.
MSG_TYPE_COMMIT - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
MSG_TYPE_COMMIT_END - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
MSG_TYPE_COMMIT_END_METADATA - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
MSG_TYPE_COMMIT_START - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
MSG_TYPE_CONSUMED - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
MSG_TYPE_EXTEND_BUILD_TIME - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
MSG_TYPE_SEGMENT_UPLOAD - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
MSG_TYPE_STOPPED_CONSUMING - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
MULT - org.apache.pinot.common.function.TransformFunctionType
 
MULTI_LINE_COMMENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MultiHttpRequest - Class in org.apache.pinot.common.http
Class to support multiple http operations in parallel by using the executor that is passed in.
MultiHttpRequest(Executor, HttpConnectionManager) - Constructor for class org.apache.pinot.common.http.MultiHttpRequest
 
MultipleCallbackServiceStatusCallback(List<? extends ServiceStatus.ServiceStatusCallback>) - Constructor for class org.apache.pinot.common.utils.ServiceStatus.MultipleCallbackServiceStatusCallback
 
MULTISET - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
MultisetConstructor() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a MULTISET constructor
MUMPS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
murmur2(byte[]) - Static method in class org.apache.pinot.common.utils.HashUtil
Generates 32 bit murmur2 hash from byte array

N

name - Variable in class org.apache.pinot.common.request.Identifier
 
NAME - org.apache.pinot.common.request.Identifier._Fields
 
NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NAMED_ARGUMENT_ASSIGNMENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NamedCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
NamedFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a call to a named function (could be a builtin with regular syntax, or else a UDF).
NamedRoutineCall(SqlFunctionCategory, SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
NamedThreadFactory - Class in org.apache.pinot.common.utils
A default ThreadFactory implementation that accepts the name prefix of the created threads as a constructor argument.
NamedThreadFactory(String) - Constructor for class org.apache.pinot.common.utils.NamedThreadFactory
Creates a new NamedThreadFactory instance
NAMES - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NANOSECOND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NATIONAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Natural() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
NATURAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NCHAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NCLOB - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NE2 - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NESTING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NETTY_CONNECTION_BYTES_RECEIVED - org.apache.pinot.common.metrics.BrokerMeter
 
NETTY_CONNECTION_BYTES_RECEIVED - org.apache.pinot.common.metrics.ServerMeter
 
NETTY_CONNECTION_BYTES_SENT - org.apache.pinot.common.metrics.BrokerMeter
 
NETTY_CONNECTION_BYTES_SENT - org.apache.pinot.common.metrics.ServerMeter
 
NETTY_CONNECTION_CONNECT_TIME_MS - org.apache.pinot.common.metrics.BrokerGauge
 
NETTY_CONNECTION_REQUESTS_SENT - org.apache.pinot.common.metrics.BrokerMeter
 
NETTY_CONNECTION_RESPONSES_SENT - org.apache.pinot.common.metrics.ServerMeter
 
NETTY_CONNECTION_SEND_REQUEST_LATENCY - org.apache.pinot.common.metrics.BrokerTimer
 
NETTY_CONNECTION_SEND_RESPONSE_LATENCY - org.apache.pinot.common.metrics.ServerTimer
 
NettyConfig - Class in org.apache.pinot.common.config
Container object for netty configuration of pinot clients and servers (netty, grizzly, etc.)
NettyConfig() - Constructor for class org.apache.pinot.common.config.NettyConfig
 
NEW - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
newBlockingStub(Channel) - Static method in class org.apache.pinot.common.proto.PinotMailboxGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class org.apache.pinot.common.proto.PinotQueryServerGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
newBuilder() - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
newBuilder(Mailbox.MailboxContent) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
newBuilder(Mailbox.MailboxStatus) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
newBuilder(Plan.ListField) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
newBuilder(Plan.LiteralField) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
newBuilder(Plan.MapField) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
newBuilder(Plan.MemberVariableField) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
newBuilder(Plan.ObjectField) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
newBuilder(Plan.StageNode) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
newBuilder(Server.ServerRequest) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
newBuilder(Server.ServerResponse) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
newBuilder(Worker.QueryRequest) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
newBuilder(Worker.QueryResponse) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
newBuilder(Worker.SegmentList) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
newBuilder(Worker.StageMetadata) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
newBuilder(Worker.StagePlan) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Plan.ListField
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Plan.MapField
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
newBuilderForType() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Plan.ListField
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Plan.MapField
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
newFutureStub(Channel) - Static method in class org.apache.pinot.common.proto.PinotMailboxGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class org.apache.pinot.common.proto.PinotQueryServerGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Plan.ListField
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Plan.MapField
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
newInstance(String, String) - Static method in class org.apache.pinot.common.minion.TaskGeneratorMostRecentRunInfo
Creates a new empty TaskGeneratorMostRecentRunInfo
NewSpecification() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a NEW UDT(...) expression.
newStub(Channel) - Static method in class org.apache.pinot.common.proto.PinotMailboxGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class org.apache.pinot.common.proto.PinotQueryServerGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc
Creates a new async stub that supports all call types for the service
newThread(Runnable) - Method in class org.apache.pinot.common.utils.NamedThreadFactory
Creates a new Thread
newToken(int) - Static method in class org.apache.pinot.sql.parsers.parser.Token
 
newToken(int, String) - Static method in class org.apache.pinot.sql.parsers.parser.Token
Returns a new Token object, by default.
next - Variable in class org.apache.pinot.sql.parsers.parser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.apache.pinot.common.utils.RoundRobinURIProvider
 
NEXT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NO - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NO_DISK_WRITE_RATE_LIMIT - Static variable in class org.apache.pinot.common.utils.TarGzCompressionUtils
 
NO_SERVER_FOUND_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
NO_SERVING_HOST_FOR_SEGMENT - org.apache.pinot.common.metrics.BrokerMeter
 
NO_TABLE_ACCESS - org.apache.pinot.common.metrics.ServerMeter
 
NO_TABLE_RESULT - Static variable in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
NODENAME_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.StageNode
 
NON_CONSUMING_PARTITION_COUNT - org.apache.pinot.common.metrics.ValidationMetrics.ValidationMetricName
 
NonAggregationGroupByToDistinctQueryRewriter - Class in org.apache.pinot.sql.parsers.rewriter
 
NonAggregationGroupByToDistinctQueryRewriter() - Constructor for class org.apache.pinot.sql.parsers.rewriter.NonAggregationGroupByToDistinctQueryRewriter
 
NONE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NonIntervalLiteral() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a literal that is not an interval literal.
NonReservedJdbcFunctionName() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses the name of a JDBC function that is a token but is not reserved.
NonReservedKeyWord() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a non-reserved keyword for use as an identifier.
NonReservedKeyWord0of3() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
NonReservedKeyWord1of3() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
NonReservedKeyWord2of3() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
normalize(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
normalize(String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
NORMALIZE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NORMALIZED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
normalizeException(Throwable) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
NOT - org.apache.pinot.common.request.context.FilterContext.Type
 
NOT - org.apache.pinot.sql.FilterKind
 
NOT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NOT_EQ - org.apache.pinot.common.request.context.predicate.Predicate.Type
 
NOT_EQUALS - org.apache.pinot.common.function.TransformFunctionType
 
NOT_EQUALS - org.apache.pinot.sql.FilterKind
 
NOT_IN - org.apache.pinot.common.request.context.predicate.Predicate.Type
 
NOT_IN - org.apache.pinot.sql.FilterKind
 
NOT_LEADER - org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Server should locate the current controller leader and re-send the message
NOT_SENT - org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Never sent by the controller, but locally used by server when sending a request fails
NOT_STARTED - org.apache.pinot.common.utils.ServiceStatus.Status
 
NotEqPredicate - Class in org.apache.pinot.common.request.context.predicate
Predicate for NOT_EQ.
NotEqPredicate(ExpressionContext, String) - Constructor for class org.apache.pinot.common.request.context.predicate.NotEqPredicate
 
notEquals(double, double) - Static method in class org.apache.pinot.common.function.scalar.ComparisonFunctions
 
NotInPredicate - Class in org.apache.pinot.common.request.context.predicate
Predicate for NOT_IN.
NotInPredicate(ExpressionContext, List<String>) - Constructor for class org.apache.pinot.common.request.context.predicate.NotInPredicate
 
now() - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Return current time as epoch millis TODO: Consider changing the return type to Timestamp
NTH_VALUE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NTILE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NULL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NULLABLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NullableOptDefaultFalse() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parse a nullable option, default is false.
NullableOptDefaultTrue() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parse a nullable option, default is true.
NullAuthProvider - Class in org.apache.pinot.common.auth
Noop auth provider
NullAuthProvider() - Constructor for class org.apache.pinot.common.auth.NullAuthProvider
 
NullAuthProvider(AuthConfig) - Constructor for class org.apache.pinot.common.auth.NullAuthProvider
 
NULLIF - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NULLS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
nullTreatment(SqlCall) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
NullTreatment() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
NUM_CONSUMING_SEGMENTS_MATCHED - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_CONSUMING_SEGMENTS_PROCESSED - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_CONSUMING_SEGMENTS_QUERIED - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_DOCS_SCANNED - org.apache.pinot.common.metrics.ServerMeter
 
NUM_DOCS_SCANNED - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_ENTRIES_SCANNED_IN_FILTER - org.apache.pinot.common.metrics.ServerMeter
 
NUM_ENTRIES_SCANNED_IN_FILTER - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_ENTRIES_SCANNED_POST_FILTER - org.apache.pinot.common.metrics.ServerMeter
 
NUM_ENTRIES_SCANNED_POST_FILTER - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_GROUPS_LIMIT_REACHED - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_MINION_SUBTASKS_ERROR - org.apache.pinot.common.metrics.ControllerGauge
 
NUM_MINION_SUBTASKS_RUNNING - org.apache.pinot.common.metrics.ControllerGauge
 
NUM_MINION_SUBTASKS_WAITING - org.apache.pinot.common.metrics.ControllerGauge
 
NUM_MINION_TASKS_IN_PROGRESS - org.apache.pinot.common.metrics.ControllerGauge
 
NUM_MISSING_SEGMENTS - org.apache.pinot.common.metrics.ServerMeter
 
NUM_RESIZES - org.apache.pinot.common.metrics.BrokerMeter
 
NUM_RESIZES - org.apache.pinot.common.metrics.ServerMeter
 
NUM_RESIZES - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_SEGMENTS_MATCHED - org.apache.pinot.common.metrics.ServerMeter
 
NUM_SEGMENTS_MATCHED - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_SEGMENTS_PROCESSED - org.apache.pinot.common.metrics.ServerMeter
 
NUM_SEGMENTS_PROCESSED - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_SEGMENTS_PRUNED_BY_LIMIT - org.apache.pinot.common.metrics.ServerMeter
 
NUM_SEGMENTS_PRUNED_BY_LIMIT - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_SEGMENTS_PRUNED_BY_SERVER - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_SEGMENTS_PRUNED_BY_VALUE - org.apache.pinot.common.metrics.ServerMeter
 
NUM_SEGMENTS_PRUNED_BY_VALUE - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_SEGMENTS_PRUNED_INVALID - org.apache.pinot.common.metrics.ServerMeter
 
NUM_SEGMENTS_PRUNED_INVALID - org.apache.pinot.common.utils.DataTable.MetadataKey
 
NUM_SEGMENTS_QUERIED - org.apache.pinot.common.metrics.ServerMeter
 
NUM_SEGMENTS_QUERIED - org.apache.pinot.common.utils.DataTable.MetadataKey
 
numAddresses() - Method in class org.apache.pinot.common.utils.RoundRobinURIProvider
 
NUMBER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NUMBER_ADHOC_TASKS_SUBMITTED - org.apache.pinot.common.metrics.ControllerMeter
 
NUMBER_END_REPLACE_FAILURE - org.apache.pinot.common.metrics.ControllerMeter
 
NUMBER_OF_REPLICAS - org.apache.pinot.common.metrics.ControllerGauge
 
NUMBER_OF_TASKS - org.apache.pinot.common.metrics.MinionGauge
 
NUMBER_REVERT_REPLACE_FAILURE - org.apache.pinot.common.metrics.ControllerMeter
 
NUMBER_SEGMENT_UPLOAD_TIMEOUT_EXCEEDED - org.apache.pinot.common.metrics.ControllerMeter
 
NUMBER_START_REPLACE_FAILURE - org.apache.pinot.common.metrics.ControllerMeter
 
NUMBER_TASKS_CANCELLED - org.apache.pinot.common.metrics.MinionMeter
 
NUMBER_TASKS_COMPLETED - org.apache.pinot.common.metrics.MinionMeter
 
NUMBER_TASKS_EXECUTED - org.apache.pinot.common.metrics.MinionMeter
 
NUMBER_TASKS_FAILED - org.apache.pinot.common.metrics.MinionMeter
 
NUMBER_TASKS_FATAL_FAILED - org.apache.pinot.common.metrics.MinionMeter
 
NUMBER_TASKS_SUBMITTED - org.apache.pinot.common.metrics.ControllerMeter
 
NUMBER_TIMES_SCHEDULE_TASKS_CALLED - org.apache.pinot.common.metrics.ControllerMeter
 
NUMERIC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
NumericLiteral() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a numeric literal (can be signed)

O

OBJECT - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
OBJECT - org.apache.pinot.common.utils.PinotDataType
 
OBJECT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OBJECT_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
OBJECTCLASSNAME_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.ObjectField
 
OBJECTFIELD - org.apache.pinot.common.proto.Plan.MemberVariableField.MemberVariableFieldCase
 
OBJECTFIELD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
OBJECTFIELD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.StageNode
 
ObjectFunctions - Class in org.apache.pinot.common.function.scalar
 
OCCURRENCES_REGEX - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OCTET_LENGTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OCTETS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
of(String) - Static method in class org.apache.pinot.common.utils.LLCSegmentName
Returns the LLCSegmentName for the given segment name, or null if the given segment name does not represent an LLC segment.
OF - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OFFLINE_RESPONSE_SER_CPU_TIME_NS - org.apache.pinot.common.metrics.BrokerTimer
 
OFFLINE_SEGMENT_DELAY_HOURS - org.apache.pinot.common.metrics.ValidationMetrics.ValidationMetricName
 
OFFLINE_SYSTEM_ACTIVITIES_CPU_TIME_NS - org.apache.pinot.common.metrics.BrokerTimer
 
OFFLINE_TABLE_COUNT - org.apache.pinot.common.metrics.ControllerGauge
 
OFFLINE_TABLE_ESTIMATED_SIZE - org.apache.pinot.common.metrics.ControllerGauge
Deprecated.
OFFLINE_THREAD_CPU_TIME_NS - org.apache.pinot.common.metrics.BrokerTimer
 
OFFLINE_TOTAL_CPU_TIME_NS - org.apache.pinot.common.metrics.BrokerTimer
 
offset - Variable in class org.apache.pinot.common.request.PinotQuery
 
OFFSET - org.apache.pinot.common.request.PinotQuery._Fields
 
OFFSET - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OFFSET_KEY - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
OLD - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OMIT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ON - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ONE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ONLINE_MINION_INSTANCES - org.apache.pinot.common.metrics.ControllerGauge
 
ONLY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
open(StreamObserver<Mailbox.MailboxStatus>) - Method in class org.apache.pinot.common.proto.PinotMailboxGrpc.PinotMailboxImplBase
 
open(StreamObserver<Mailbox.MailboxStatus>) - Method in class org.apache.pinot.common.proto.PinotMailboxGrpc.PinotMailboxStub
 
OPEN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
operands - Variable in class org.apache.pinot.common.request.Function
 
OPERANDS - org.apache.pinot.common.request.Function._Fields
 
operator - Variable in class org.apache.pinot.common.request.Function
 
OPERATOR - org.apache.pinot.common.request.Function._Fields
 
OPTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OPTIONS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OptionValue() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an option value, it's either a string or a numeric.
OR - org.apache.pinot.common.function.TransformFunctionType
 
OR - org.apache.pinot.common.request.context.FilterContext.Type
 
OR - org.apache.pinot.sql.FilterKind
 
OR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ORDER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ORDER_BY_LIST - org.apache.pinot.common.request.PinotQuery._Fields
 
OrderBy(boolean) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an ORDER BY clause.
OrderByExpressionContext - Class in org.apache.pinot.common.request.context
The OrderByExpressionContext class represents an expression in the ORDER-BY clause.
OrderByExpressionContext(ExpressionContext, boolean) - Constructor for class org.apache.pinot.common.request.context.OrderByExpressionContext
 
orderByList - Variable in class org.apache.pinot.common.request.PinotQuery
 
OrderedQueryOrExpr(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses either a row expression or a query expression with an optional ORDER BY.
ORDERING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OrderItem() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses one list item in an ORDER BY clause.
ORDINALITY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OrdinalsUpdater - Class in org.apache.pinot.sql.parsers.rewriter
 
OrdinalsUpdater() - Constructor for class org.apache.pinot.sql.parsers.rewriter.OrdinalsUpdater
 
org.apache.pinot.common - package org.apache.pinot.common
 
org.apache.pinot.common.assignment - package org.apache.pinot.common.assignment
 
org.apache.pinot.common.auth - package org.apache.pinot.common.auth
 
org.apache.pinot.common.config - package org.apache.pinot.common.config
 
org.apache.pinot.common.config.provider - package org.apache.pinot.common.config.provider
 
org.apache.pinot.common.data - package org.apache.pinot.common.data
 
org.apache.pinot.common.exception - package org.apache.pinot.common.exception
 
org.apache.pinot.common.function - package org.apache.pinot.common.function
 
org.apache.pinot.common.function.scalar - package org.apache.pinot.common.function.scalar
 
org.apache.pinot.common.helix - package org.apache.pinot.common.helix
 
org.apache.pinot.common.http - package org.apache.pinot.common.http
 
org.apache.pinot.common.lineage - package org.apache.pinot.common.lineage
 
org.apache.pinot.common.messages - package org.apache.pinot.common.messages
 
org.apache.pinot.common.metadata - package org.apache.pinot.common.metadata
 
org.apache.pinot.common.metadata.controllerjob - package org.apache.pinot.common.metadata.controllerjob
 
org.apache.pinot.common.metadata.instance - package org.apache.pinot.common.metadata.instance
 
org.apache.pinot.common.metadata.segment - package org.apache.pinot.common.metadata.segment
 
org.apache.pinot.common.metrics - package org.apache.pinot.common.metrics
 
org.apache.pinot.common.minion - package org.apache.pinot.common.minion
 
org.apache.pinot.common.proto - package org.apache.pinot.common.proto
 
org.apache.pinot.common.protocols - package org.apache.pinot.common.protocols
 
org.apache.pinot.common.request - package org.apache.pinot.common.request
 
org.apache.pinot.common.request.context - package org.apache.pinot.common.request.context
 
org.apache.pinot.common.request.context.predicate - package org.apache.pinot.common.request.context.predicate
 
org.apache.pinot.common.response - package org.apache.pinot.common.response
 
org.apache.pinot.common.response.broker - package org.apache.pinot.common.response.broker
 
org.apache.pinot.common.restlet.resources - package org.apache.pinot.common.restlet.resources
 
org.apache.pinot.common.segment.generation - package org.apache.pinot.common.segment.generation
 
org.apache.pinot.common.tier - package org.apache.pinot.common.tier
 
org.apache.pinot.common.utils - package org.apache.pinot.common.utils
 
org.apache.pinot.common.utils.config - package org.apache.pinot.common.utils.config
 
org.apache.pinot.common.utils.fetcher - package org.apache.pinot.common.utils.fetcher
 
org.apache.pinot.common.utils.grpc - package org.apache.pinot.common.utils.grpc
 
org.apache.pinot.common.utils.helix - package org.apache.pinot.common.utils.helix
 
org.apache.pinot.common.utils.http - package org.apache.pinot.common.utils.http
 
org.apache.pinot.common.utils.request - package org.apache.pinot.common.utils.request
 
org.apache.pinot.common.utils.webhdfs - package org.apache.pinot.common.utils.webhdfs
 
org.apache.pinot.serde - package org.apache.pinot.serde
 
org.apache.pinot.sql - package org.apache.pinot.sql
 
org.apache.pinot.sql.parsers - package org.apache.pinot.sql.parsers
 
org.apache.pinot.sql.parsers.dml - package org.apache.pinot.sql.parsers.dml
 
org.apache.pinot.sql.parsers.parser - package org.apache.pinot.sql.parsers.parser
 
org.apache.pinot.sql.parsers.rewriter - package org.apache.pinot.sql.parsers.rewriter
 
OTHERS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OUT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OUTER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OUTPUT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OVER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OVERLAPS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OVERLAY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
OVERRIDING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.

P

PAD - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PARAM_BUILD_TIME_MILLIS - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
PARAM_EXTRA_TIME_SEC - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
PARAM_INSTANCE_ID - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
PARAM_MEMORY_USED_BYTES - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
PARAM_OFFSET - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
PARAM_REASON - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
PARAM_ROW_COUNT - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
PARAM_SEGMENT_LOCATION - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
PARAM_SEGMENT_NAME - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
PARAM_SEGMENT_SIZE_BYTES - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
PARAM_STREAM_PARTITION_MSG_OFFSET - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
PARAM_WAIT_TIME_MILLIS - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
PARAMETER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PARAMETER_MODE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PARAMETER_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PARAMETER_ORDINAL_POSITION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PARAMETER_SPECIFIC_CATALOG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PARAMETER_SPECIFIC_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PARAMETER_SPECIFIC_SCHEMA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Params() - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
Params() - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
Params(SegmentCompletionProtocol.Request.Params) - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
ParenthesizedCompoundIdentifierList() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
List of compound identifiers in parentheses.
ParenthesizedExpression(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a parenthesized query or single row expression.
ParenthesizedKeyValueOptionCommaList() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
ParenthesizedLiteralOptionCommaList() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a literal list separated by comma.
ParenthesizedQueryOrCommaList(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a parenthesized query or comma-list of row expressions.
ParenthesizedQueryOrCommaListWithDefault(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
As ParenthesizedQueryOrCommaList, but allows DEFAULT in place of any of the expressions.
ParenthesizedSimpleIdentifierList() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
List of simple identifiers in parentheses.
parse(SqlNodeAndOptions) - Static method in class org.apache.pinot.sql.parsers.dml.DataManipulationStatementParser
 
parse(SqlNodeAndOptions) - Static method in class org.apache.pinot.sql.parsers.dml.InsertIntoFile
 
parseDateTimeStringToEpochMillis(String, String) - Static method in class org.apache.pinot.common.function.DateTimePatternHandler
Converts the dateTimeString of passed pattern into a long of the millis since epoch
parseDateTimeStringToEpochMillis(String, String, String) - Static method in class org.apache.pinot.common.function.DateTimePatternHandler
Converts the dateTimeString of passed pattern into a long of the millis since epoch
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parseEpochMillisToDateTimeString(long, String) - Static method in class org.apache.pinot.common.function.DateTimePatternHandler
Converts the millis representing seconds since epoch into a string of passed pattern
parseEpochMillisToDateTimeString(long, String, String) - Static method in class org.apache.pinot.common.function.DateTimePatternHandler
Converts the millis representing seconds since epoch into a string of passed pattern and time zone id
ParseException - Exception in org.apache.pinot.sql.parsers.parser
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for exception org.apache.pinot.sql.parsers.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.pinot.sql.parsers.parser.ParseException
Constructor with message.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.pinot.sql.parsers.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parseFrom(byte[]) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parseFrom(ByteString) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parseFrom(CodedInputStream) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parseFrom(InputStream) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parseFrom(ByteBuffer) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parser() - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
parser() - Static method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
parser() - Static method in class org.apache.pinot.common.proto.Plan.ListField
 
parser() - Static method in class org.apache.pinot.common.proto.Plan.LiteralField
 
parser() - Static method in class org.apache.pinot.common.proto.Plan.MapField
 
parser() - Static method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
parser() - Static method in class org.apache.pinot.common.proto.Plan.ObjectField
 
parser() - Static method in class org.apache.pinot.common.proto.Plan.StageNode
 
parser() - Static method in class org.apache.pinot.common.proto.Server.ServerRequest
 
parser() - Static method in class org.apache.pinot.common.proto.Server.ServerResponse
 
parser() - Static method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
parser() - Static method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
parser() - Static method in class org.apache.pinot.common.proto.Worker.SegmentList
 
parser() - Static method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
parser() - Static method in class org.apache.pinot.common.proto.Worker.StagePlan
 
parseSqlExpressionEof() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
parseSqlStmtEof() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
parseSqlStmtList() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
PARTIAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PARTIAL_UPSERT_KEYS_NOT_REPLACED - org.apache.pinot.common.metrics.ServerMeter
 
PARTIAL_UPSERT_OUT_OF_ORDER - org.apache.pinot.common.metrics.ServerMeter
 
PARTITION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PASCAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PASSING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PASSTHROUGH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PAST - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PATH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PATTERN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PatternDefinition() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
PatternDefinitionCommaList(Span) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
PatternExpression() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
PatternFactor() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
PatternPrimary() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
PatternTerm() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Server.ServerRequest
 
PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Server.ServerResponse
 
PAYLOAD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Worker.QueryResponse
 
PER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PERCENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PERCENT_MINION_SUBTASKS_IN_ERROR - org.apache.pinot.common.metrics.ControllerGauge
 
PERCENT_MINION_SUBTASKS_IN_QUEUE - org.apache.pinot.common.metrics.ControllerGauge
 
PERCENT_OF_REPLICAS - org.apache.pinot.common.metrics.ControllerGauge
 
PERCENT_RANK - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PERCENT_REMAINDER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PERCENT_SEGMENTS_AVAILABLE - org.apache.pinot.common.metrics.ControllerGauge
 
PERCENTILE_CONT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PERCENTILE_DISC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PERIOD - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PeriodConstructor() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a PERIOD constructor
PERIODIC_TASK_ERROR - org.apache.pinot.common.metrics.ControllerMeter
 
PERIODIC_TASK_NUM_TABLES_PROCESSED - org.apache.pinot.common.metrics.ControllerGauge
 
periodOperator() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
PermanentUpdaterException(String) - Constructor for exception org.apache.pinot.common.utils.helix.HelixHelper.PermanentUpdaterException
 
PermanentUpdaterException(Throwable) - Constructor for exception org.apache.pinot.common.utils.helix.HelixHelper.PermanentUpdaterException
 
PERMUTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
persistInstancePartitions(HelixPropertyStore<ZNRecord>, InstancePartitions) - Static method in class org.apache.pinot.common.assignment.InstancePartitionsUtils
Persists the instance partitions to Helix property store.
persistTaskMetadata(HelixPropertyStore<ZNRecord>, String, BaseTaskMetadata, int) - Static method in class org.apache.pinot.common.minion.MinionTaskMetadataUtils
Generic method for persisting BaseTaskMetadata to MINION_TASK_METADATA.
PINOT_CONTROLLER_LEADER - org.apache.pinot.common.metrics.ControllerGauge
 
PINOT_LEAD_CONTROLLER_RESOURCE_ENABLED - org.apache.pinot.common.metrics.ControllerGauge
 
PINOT_PLUGINS_DIR - Static variable in class org.apache.pinot.common.segment.generation.SegmentGenerationUtils
 
PINOT_PLUGINS_TAR_GZ - Static variable in class org.apache.pinot.common.segment.generation.SegmentGenerationUtils
 
PINOT_QUERY - org.apache.pinot.common.request.BrokerRequest._Fields
 
PINOT_SERVER_STORAGE_TYPE - Static variable in class org.apache.pinot.common.tier.TierFactory
 
PINOT_TLS_PORT - org.apache.pinot.common.helix.ExtraInstanceConfig.PinotInstanceConfigProperty
 
PinotAppConfigs - Class in org.apache.pinot.common.utils
Class that represents various configs for a pinot component: System Configs JVM Configs Runtime Configs PinotConfiguration This class is JSON serializable and de-serializable.
PinotAppConfigs() - Constructor for class org.apache.pinot.common.utils.PinotAppConfigs
 
PinotAppConfigs(PinotConfiguration) - Constructor for class org.apache.pinot.common.utils.PinotAppConfigs
 
PinotAppConfigs.JVMConfig - Class in org.apache.pinot.common.utils
 
PinotAppConfigs.RuntimeConfig - Class in org.apache.pinot.common.utils
 
PinotAppConfigs.SystemConfig - Class in org.apache.pinot.common.utils
 
PinotDataType - Enum in org.apache.pinot.common.utils
The PinotDataType enum represents the data type of a value in a row from recordReader and provides utility methods to convert value across types if applicable.
PinotFSSegmentFetcher - Class in org.apache.pinot.common.utils.fetcher
 
PinotFSSegmentFetcher() - Constructor for class org.apache.pinot.common.utils.fetcher.PinotFSSegmentFetcher
 
PinotHelixPropertyStoreZnRecordProvider - Class in org.apache.pinot.common.utils.helix
 
PinotMailboxGrpc - Class in org.apache.pinot.common.proto
 
PinotMailboxGrpc.PinotMailboxBlockingStub - Class in org.apache.pinot.common.proto
 
PinotMailboxGrpc.PinotMailboxFutureStub - Class in org.apache.pinot.common.proto
 
PinotMailboxGrpc.PinotMailboxImplBase - Class in org.apache.pinot.common.proto
 
PinotMailboxGrpc.PinotMailboxStub - Class in org.apache.pinot.common.proto
 
PinotMailboxImplBase() - Constructor for class org.apache.pinot.common.proto.PinotMailboxGrpc.PinotMailboxImplBase
 
pinotQuery - Variable in class org.apache.pinot.common.request.BrokerRequest
 
PinotQuery - Class in org.apache.pinot.common.request
 
PinotQuery() - Constructor for class org.apache.pinot.common.request.PinotQuery
 
PinotQuery(PinotQuery) - Constructor for class org.apache.pinot.common.request.PinotQuery
Performs a deep copy on other.
PinotQuery._Fields - Enum in org.apache.pinot.common.request
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
PinotQueryServerGrpc - Class in org.apache.pinot.common.proto
 
PinotQueryServerGrpc.PinotQueryServerBlockingStub - Class in org.apache.pinot.common.proto
 
PinotQueryServerGrpc.PinotQueryServerFutureStub - Class in org.apache.pinot.common.proto
 
PinotQueryServerGrpc.PinotQueryServerImplBase - Class in org.apache.pinot.common.proto
 
PinotQueryServerGrpc.PinotQueryServerStub - Class in org.apache.pinot.common.proto
 
PinotQueryServerImplBase() - Constructor for class org.apache.pinot.common.proto.PinotQueryServerGrpc.PinotQueryServerImplBase
 
PinotQueryWorkerGrpc - Class in org.apache.pinot.common.proto
 
PinotQueryWorkerGrpc.PinotQueryWorkerBlockingStub - Class in org.apache.pinot.common.proto
 
PinotQueryWorkerGrpc.PinotQueryWorkerFutureStub - Class in org.apache.pinot.common.proto
 
PinotQueryWorkerGrpc.PinotQueryWorkerImplBase - Class in org.apache.pinot.common.proto
 
PinotQueryWorkerGrpc.PinotQueryWorkerStub - Class in org.apache.pinot.common.proto
 
PinotQueryWorkerImplBase() - Constructor for class org.apache.pinot.common.proto.PinotQueryWorkerGrpc.PinotQueryWorkerImplBase
 
PinotServerTierStorage - Class in org.apache.pinot.common.tier
Tier storage type which uses Pinot servers as storage
PinotServerTierStorage(String, String, Map<String, String>) - Constructor for class org.apache.pinot.common.tier.PinotServerTierStorage
 
PinotSqlType - Enum in org.apache.pinot.sql.parsers
 
Pivot(SqlNode) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a PIVOT clause following a table expression.
PIVOT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PivotAgg(List<SqlNode>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
PivotValue(List<SqlNode>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
PLACING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Plan - Class in org.apache.pinot.common.proto
 
PLAN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Plan.ListField - Class in org.apache.pinot.common.proto
ListField defines the serialized format of a list field.
Plan.ListField.Builder - Class in org.apache.pinot.common.proto
ListField defines the serialized format of a list field.
Plan.ListFieldOrBuilder - Interface in org.apache.pinot.common.proto
 
Plan.LiteralField - Class in org.apache.pinot.common.proto
LiteralField defines the serialized format of a literal field.
Plan.LiteralField.Builder - Class in org.apache.pinot.common.proto
LiteralField defines the serialized format of a literal field.
Plan.LiteralField.LiteralFieldCase - Enum in org.apache.pinot.common.proto
 
Plan.LiteralFieldOrBuilder - Interface in org.apache.pinot.common.proto
 
Plan.MapField - Class in org.apache.pinot.common.proto
ListField defines the serialized format of a map field.
Plan.MapField.Builder - Class in org.apache.pinot.common.proto
ListField defines the serialized format of a map field.
Plan.MapFieldOrBuilder - Interface in org.apache.pinot.common.proto
 
Plan.MemberVariableField - Class in org.apache.pinot.common.proto
MemberVariableField defines the serialized format of the member variables of a class object.
Plan.MemberVariableField.Builder - Class in org.apache.pinot.common.proto
MemberVariableField defines the serialized format of the member variables of a class object.
Plan.MemberVariableField.MemberVariableFieldCase - Enum in org.apache.pinot.common.proto
 
Plan.MemberVariableFieldOrBuilder - Interface in org.apache.pinot.common.proto
 
Plan.ObjectField - Class in org.apache.pinot.common.proto
ObjectField defines the serialized format of a complex class object.
Plan.ObjectField.Builder - Class in org.apache.pinot.common.proto
ObjectField defines the serialized format of a complex class object.
Plan.ObjectFieldOrBuilder - Interface in org.apache.pinot.common.proto
 
Plan.StageNode - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.StageNode
Plan.StageNode.Builder - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.StageNode
Plan.StageNodeOrBuilder - Interface in org.apache.pinot.common.proto
 
PLI - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
plus(double, double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
PLUS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
POOL_KEY - Static variable in class org.apache.pinot.common.utils.config.InstanceUtils
 
PORTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
POSITION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
POSITION_REGEX - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PostfixRowOperator() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a postfix row operator like IS NOT NULL.
postSchema(String, int, Schema) - Static method in class org.apache.pinot.common.utils.SchemaUtils
Given host, port and schema, send a http POST request to upload the Schema.
power(double, double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
POWER - org.apache.pinot.common.function.TransformFunctionType
 
POWER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PRECEDES - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PRECEDING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PRECISION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PrecisionOpt() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
Predicate - Interface in org.apache.pinot.common.request.context.predicate
The Predicate class represents the predicate in the filter.
PREDICATE - org.apache.pinot.common.request.context.FilterContext.Type
 
Predicate.Type - Enum in org.apache.pinot.common.request.context.predicate
 
PredicateComparisonRewriter - Class in org.apache.pinot.sql.parsers.rewriter
 
PredicateComparisonRewriter() - Constructor for class org.apache.pinot.sql.parsers.rewriter.PredicateComparisonRewriter
 
PREFIX - Static variable in class org.apache.pinot.common.auth.StaticTokenAuthProvider
 
PREFIX - Static variable in class org.apache.pinot.common.auth.UrlAuthProvider
 
PREFIXED_STRING_LITERAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PrefixRowOperator() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a prefix row operator like NOT.
PREPARE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PRESERVE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
prettyPrint(Expression) - Static method in class org.apache.pinot.common.utils.request.RequestUtils
 
PREV - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
prevCharIsCR - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
PRIMARY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PRIMITIVE_DOUBLE_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
PRIMITIVE_FLOAT_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
PRIMITIVE_INT_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
PRIMITIVE_LONG_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
PrimitiveArrayUtils - Class in org.apache.pinot.common.utils
Utility functions for primitive arrays.
PRIOR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PRIVILEGES - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PROACTIVE_CLUSTER_CHANGE_CHECK - org.apache.pinot.common.metrics.BrokerMeter
 
PROCEDURE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
PROCESSED - org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Sent by controller as an acknowledgement to the SegmentStoppedConsuming message
ProcessingException - Exception in org.apache.pinot.common.response
 
ProcessingException() - Constructor for exception org.apache.pinot.common.response.ProcessingException
 
ProcessingException(int) - Constructor for exception org.apache.pinot.common.response.ProcessingException
 
ProcessingException(ProcessingException) - Constructor for exception org.apache.pinot.common.response.ProcessingException
Performs a deep copy on other.
ProcessingException._Fields - Enum in org.apache.pinot.common.response
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
PROVIDER_CLASS - Static variable in class org.apache.pinot.common.auth.AuthConfig
 
PUBLIC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
put(String, JsonPath) - Method in class org.apache.pinot.common.function.JsonPathCache
 
putAllContent(Map<String, Plan.MemberVariableField>) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
putAllInstanceToSegmentList(Map<String, Worker.SegmentList>) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
putAllMemberVariables(Map<String, Plan.MemberVariableField>) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
putAllMetadata(Map<String, String>) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
map<string, string> metadata = 3;
putAllMetadata(Map<String, String>) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
map<string, string> metadata = 2;
putAllMetadata(Map<String, String>) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
map<string, string> metadata = 1;
putAllMetadata(Map<String, String>) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
map<string, string> metadata = 1;
putAllMetadata(Map<String, String>) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
map<string, string> metadata = 1;
putAllMetadata(Map<String, String>) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
map<string, string> metadata = 1;
putAllStageMetadata(Map<Integer, Worker.StageMetadata>) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
putContent(String, Plan.MemberVariableField) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
putInstanceToSegmentList(String, Worker.SegmentList) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
putMemberVariables(String, Plan.MemberVariableField) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
putMetadata(String, String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
map<string, string> metadata = 3;
putMetadata(String, String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
map<string, string> metadata = 2;
putMetadata(String, String) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
map<string, string> metadata = 1;
putMetadata(String, String) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
map<string, string> metadata = 1;
putMetadata(String, String) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
map<string, string> metadata = 1;
putMetadata(String, String) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
map<string, string> metadata = 1;
putStageMetadata(int, Worker.StageMetadata) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
putToDebugOptions(String, String) - Method in class org.apache.pinot.common.request.PinotQuery
 
putToExpressionOverrideHints(Expression, Expression) - Method in class org.apache.pinot.common.request.PinotQuery
 
putToQueryOptions(String, String) - Method in class org.apache.pinot.common.request.PinotQuery
 

Q

quarter(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the quarter of the year from the given epoch millis in UTC timezone.
quarter(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the quarter of the year from the given epoch millis and timezone id.
QUARTER - org.apache.pinot.common.function.TransformFunctionType
 
QUARTER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
QUERIES - org.apache.pinot.common.metrics.BrokerMeter
 
QUERIES - org.apache.pinot.common.metrics.ServerMeter
 
query - Variable in class org.apache.pinot.common.request.InstanceRequest
 
QUERY - org.apache.pinot.common.request.InstanceRequest._Fields
 
QUERY_EXECUTION - org.apache.pinot.common.metrics.BrokerQueryPhase
 
QUERY_EXECUTION_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
QUERY_EXECUTION_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
QUERY_EXECUTION_EXCEPTIONS - org.apache.pinot.common.metrics.ServerMeter
 
QUERY_HAS_MV_SELECTION_ORDER_BY - org.apache.pinot.common.metrics.ServerMeter
 
QUERY_OPTIONS - org.apache.pinot.common.request.PinotQuery._Fields
 
QUERY_PLAN_EXECUTION - org.apache.pinot.common.metrics.ServerQueryPhase
 
QUERY_PROCESSING - org.apache.pinot.common.metrics.ServerQueryPhase
 
QUERY_QUOTA_CAPACITY_UTILIZATION_RATE - org.apache.pinot.common.metrics.BrokerGauge
 
QUERY_QUOTA_EXCEEDED - org.apache.pinot.common.metrics.BrokerMeter
 
QUERY_RATE_LIMIT_DISABLED - org.apache.pinot.common.metrics.BrokerGauge
 
QUERY_REWRITERS - Static variable in class org.apache.pinot.sql.parsers.CalciteSqlParser
 
QUERY_ROUTING - org.apache.pinot.common.metrics.BrokerQueryPhase
 
QUERY_SCHEDULING_TIMEOUT_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
QUERY_SCHEDULING_TIMEOUT_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
QUERY_SOURCE - org.apache.pinot.common.request.BrokerRequest._Fields
 
QUERY_TOTAL_TIME_MS - org.apache.pinot.common.metrics.BrokerTimer
 
QUERY_VALIDATION_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
QUERY_VALIDATION_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
QUERY_VALIDATION_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
QueryException - Class in org.apache.pinot.common.exception
 
queryOptions - Variable in class org.apache.pinot.common.request.PinotQuery
 
QueryOrExpr(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses either a row expression or a query expression without ORDER BY.
QueryParameters() - Constructor for class org.apache.pinot.common.utils.FileUploadDownloadClient.QueryParameters
 
QueryProcessingException - Class in org.apache.pinot.common.response.broker
This class represents an exception using a message and an error code.
QueryProcessingException() - Constructor for class org.apache.pinot.common.response.broker.QueryProcessingException
 
QueryProcessingException(int, String) - Constructor for class org.apache.pinot.common.response.broker.QueryProcessingException
 
QueryRewriter - Interface in org.apache.pinot.sql.parsers.rewriter
QueryRewriter is the interface to rewrite PinotQuery.
QueryRewriterFactory - Class in org.apache.pinot.sql.parsers.rewriter
 
querySource - Variable in class org.apache.pinot.common.request.BrokerRequest
 
QuerySource - Class in org.apache.pinot.common.request
 
QuerySource() - Constructor for class org.apache.pinot.common.request.QuerySource
 
QuerySource(QuerySource) - Constructor for class org.apache.pinot.common.request.QuerySource
Performs a deep copy on other.
QuerySource._Fields - Enum in org.apache.pinot.common.request
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
QUOTA_EXCEEDED_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
QUOTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
QUOTED_IDENTIFIER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
QUOTED_STRING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.

R

radians(double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
RADIANS - org.apache.pinot.common.function.TransformFunctionType
 
RANGE - org.apache.pinot.common.request.context.predicate.Predicate.Type
 
RANGE - org.apache.pinot.sql.FilterKind
 
RANGE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RangePredicate - Class in org.apache.pinot.common.request.context.predicate
Predicate for RANGE.
RangePredicate(ExpressionContext, boolean, String, boolean, String) - Constructor for class org.apache.pinot.common.request.context.predicate.RangePredicate
 
RangePredicate(ExpressionContext, String) - Constructor for class org.apache.pinot.common.request.context.predicate.RangePredicate
The range is formatted as 5 parts: Lower inclusive '[' or exclusive '(' Lower bound ('*' for unbounded) Delimiter ('\0') Upper bound ('*' for unbounded) Upper inclusive ']' or exclusive ')'
RANK - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RBRACE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RBRACKET - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
read(TProtocol) - Method in class org.apache.pinot.common.request.BrokerRequest
 
read(TProtocol) - Method in class org.apache.pinot.common.request.DataSource
 
read(TProtocol) - Method in class org.apache.pinot.common.request.Expression
 
read(TProtocol) - Method in class org.apache.pinot.common.request.Function
 
read(TProtocol) - Method in class org.apache.pinot.common.request.Identifier
 
read(TProtocol) - Method in class org.apache.pinot.common.request.InstanceRequest
 
read(TProtocol) - Method in class org.apache.pinot.common.request.PinotQuery
 
read(TProtocol) - Method in class org.apache.pinot.common.request.QuerySource
 
read(TProtocol) - Method in exception org.apache.pinot.common.response.ProcessingException
 
READ - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
readChar() - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Read a character.
READINESS_CHECK_BAD_CALLS - org.apache.pinot.common.metrics.ServerMeter
 
READINESS_CHECK_OK_CALLS - org.apache.pinot.common.metrics.ServerMeter
 
READS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REALTIME_CONSUMPTION_EXCEPTIONS - org.apache.pinot.common.metrics.ServerMeter
 
REALTIME_DEDUP_DROPPED - org.apache.pinot.common.metrics.ServerMeter
 
REALTIME_OFFHEAP_MEMORY_USED - org.apache.pinot.common.metrics.ServerGauge
 
REALTIME_OFFSET_COMMIT_EXCEPTIONS - org.apache.pinot.common.metrics.ServerMeter
 
REALTIME_OFFSET_COMMITS - org.apache.pinot.common.metrics.ServerMeter
 
REALTIME_PARTITION_MISMATCH - org.apache.pinot.common.metrics.ServerMeter
 
REALTIME_RESPONSE_SER_CPU_TIME_NS - org.apache.pinot.common.metrics.BrokerTimer
 
REALTIME_ROWS_CONSUMED - org.apache.pinot.common.metrics.ServerMeter
 
REALTIME_SEGMENT_NUM_PARTITIONS - org.apache.pinot.common.metrics.ServerGauge
 
REALTIME_SUFFIX - Static variable in class org.apache.pinot.common.utils.SegmentName
 
REALTIME_SUFFIX_LENGTH - Static variable in class org.apache.pinot.common.utils.SegmentName
 
REALTIME_SYSTEM_ACTIVITIES_CPU_TIME_NS - org.apache.pinot.common.metrics.BrokerTimer
 
REALTIME_TABLE_COUNT - org.apache.pinot.common.metrics.ControllerGauge
 
REALTIME_THREAD_CPU_TIME_NS - org.apache.pinot.common.metrics.BrokerTimer
 
REALTIME_TOTAL_CPU_TIME_NS - org.apache.pinot.common.metrics.BrokerTimer
 
RealtimeConsumptionCatchupServiceStatusCallback(HelixManager, String, String, long, Supplier<Integer>) - Constructor for class org.apache.pinot.common.utils.ServiceStatus.RealtimeConsumptionCatchupServiceStatusCallback
Realtime consumption catchup service which adds a static wait time for consuming segments to catchup
RealtimeToOfflineSegmentsTaskMetadata - Class in org.apache.pinot.common.minion
Metadata for the minion task of type RealtimeToOfflineSegmentsTask.
RealtimeToOfflineSegmentsTaskMetadata(String, long) - Constructor for class org.apache.pinot.common.minion.RealtimeToOfflineSegmentsTaskMetadata
 
REASON_END_OF_PARTITION_GROUP - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
REASON_FORCE_COMMIT_MESSAGE_RECEIVED - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
REASON_ROW_LIMIT - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
REASON_TIME_LIMIT - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
REBUILD_ROUTING_TABLE_MSG_SUB_TYPE - Static variable in class org.apache.pinot.common.messages.RoutingTableRebuildMessage
 
RECURSIVE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REDUCE - org.apache.pinot.common.metrics.BrokerQueryPhase
 
REF - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REFERENCES - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REFERENCING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REFRESH_FAILURES - org.apache.pinot.common.metrics.ServerMeter
 
REFRESH_ONLY - Static variable in class org.apache.pinot.common.utils.FileUploadDownloadClient.CustomHeaders
 
REFRESH_SEGMENT_MSG_SUB_TYPE - Static variable in class org.apache.pinot.common.messages.SegmentRefreshMessage
 
REFRESH_TABLE_CONFIG_MSG_SUB_TYPE - Static variable in class org.apache.pinot.common.messages.TableConfigRefreshMessage
 
REGEXP_EXTRACT - org.apache.pinot.common.function.TransformFunctionType
 
REGEXP_LIKE - org.apache.pinot.common.request.context.predicate.Predicate.Type
 
REGEXP_LIKE - org.apache.pinot.sql.FilterKind
 
REGEXP_METACHARACTERS - Static variable in class org.apache.pinot.common.utils.RegexpPatternConverterUtils
 
regexpExtract(String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
regexpExtract(String, String, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
regexpExtract(String, String, int, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
Regular expression that extract first matched substring.
RegexpLikePredicate - Class in org.apache.pinot.common.request.context.predicate
Predicate for REGEXP_LIKE.
RegexpLikePredicate(ExpressionContext, String) - Constructor for class org.apache.pinot.common.request.context.predicate.RegexpLikePredicate
 
regexpLikeToLuceneRegExp(String) - Static method in class org.apache.pinot.common.utils.RegexpPatternConverterUtils
Converts a REGEXP_LIKE pattern into Lucene REGEXP pattern.
RegexpPatternConverterUtils - Class in org.apache.pinot.common.utils
Utility for converting regex patterns.
regexpReplace(String, String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
See #regexpReplace(String, String, String, int, int, String).
regexpReplace(String, String, String, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
See #regexpReplace(String, String, String, int, int, String).
regexpReplace(String, String, String, int, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
See #regexpReplace(String, String, String, int, int, String).
regexpReplace(String, String, String, int, int, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
Replace a regular expression pattern.
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pinot.common.proto.Mailbox
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pinot.common.proto.Plan
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pinot.common.proto.Server
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.pinot.common.proto.Worker
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Mailbox
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Plan
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Server
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.apache.pinot.common.proto.Worker
 
registerFunction(Method, boolean) - Static method in class org.apache.pinot.common.function.FunctionRegistry
Registers a method with the name of the method.
registerFunction(String, Method, boolean) - Static method in class org.apache.pinot.common.function.FunctionRegistry
Registers a method with the given function name.
registerSchemaChangeListener(SchemaChangeListener) - Method in class org.apache.pinot.common.config.provider.TableCache
 
registerTableConfigChangeListener(TableConfigChangeListener) - Method in class org.apache.pinot.common.config.provider.TableCache
 
REGR_AVGX - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REGR_AVGY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REGR_COUNT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REGR_INTERCEPT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REGR_R2 - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REGR_SLOPE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REGR_SXX - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REGR_SXY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REGR_SYY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ReInit(InputStream) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int, int) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
Reinitialise parser.
ReInit(SqlParserImplTokenManager) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Reinitialise.
RELATIVE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RELEASE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RELOAD_ALL_SEGMENTS - org.apache.pinot.common.metadata.controllerjob.ControllerJobType
 
RELOAD_FAILURES - org.apache.pinot.common.metrics.ServerMeter
 
RELOAD_SEGMENT - org.apache.pinot.common.metadata.controllerjob.ControllerJobType
 
RELOAD_SEGMENT_MSG_SUB_TYPE - Static variable in class org.apache.pinot.common.messages.SegmentReloadMessage
 
remove(String, int) - Method in class org.apache.pinot.common.utils.helix.FakePropertyStore
 
remove(String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
removeContent(int) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
removeContent(String) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> content = 1;
removeDisabledPartitions(InstanceConfig) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Removes the disabled partitions from the instance config.
removeGauge(String) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Remove gauge from Pinot metrics.
removeInputs(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
removeInstancePartitions(HelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.assignment.InstancePartitionsUtils
Removes the instance partitions from Helix property store.
removeInstanceToSegmentList(String) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
map<string, .org.apache.pinot.common.proto.SegmentList> instanceToSegmentList = 3;
removeMemberVariables(String) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
map<string, .org.apache.pinot.common.proto.MemberVariableField> memberVariables = 2;
removeMetadata(String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
map<string, string> metadata = 3;
removeMetadata(String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
map<string, string> metadata = 2;
removeMetadata(String) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
map<string, string> metadata = 1;
removeMetadata(String) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
map<string, string> metadata = 1;
removeMetadata(String) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
map<string, string> metadata = 1;
removeMetadata(String) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
map<string, string> metadata = 1;
removeResource(String) - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
removeResourceConfigFromPropertyStore(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
removeResourceFromBrokerIdealState(HelixManager, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Remove a resource (offline/realtime table) from the Broker's ideal state.
removeResourceSegmentsFromPropertyStore(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
removeSegmentFromIdealState(HelixManager, String, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Remove the segment from the cluster.
removeSegmentsFromIdealState(HelixManager, String, List<String>) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
removeServiceStatusCallback(String) - Static method in class org.apache.pinot.common.utils.ServiceStatus
 
removeStageMetadata(int) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
map<int32, .org.apache.pinot.common.proto.StageMetadata> stageMetadata = 4;
removeTableGauge(String, G) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Removes a table gauge given the table name and the gauge.
removeUserConfigFromPropertyStore(ZkHelixPropertyStore<ZNRecord>, String) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
repeat(String, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
repeat(String, String, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
REPEATABLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
replace(String, String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
REPLACE - org.apache.pinot.common.metadata.segment.SegmentZKMetadataCustomMapModifier.ModifyMode
 
REPLACE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
REPLICATION_FROM_CONFIG - org.apache.pinot.common.metrics.ControllerGauge
 
REQUEST_CHANNEL_LOCK_TIMEOUT_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
REQUEST_COMPILATION - org.apache.pinot.common.metrics.BrokerQueryPhase
 
REQUEST_COMPILATION_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
REQUEST_CONNECTION_WAIT - org.apache.pinot.common.metrics.BrokerQueryPhase
 
REQUEST_DESERIALIZATION - org.apache.pinot.common.metrics.ServerQueryPhase
 
REQUEST_DESERIALIZATION_EXCEPTIONS - org.apache.pinot.common.metrics.ServerMeter
 
REQUEST_DROPPED_DUE_TO_ACCESS_ERROR - org.apache.pinot.common.metrics.BrokerMeter
 
REQUEST_ID - org.apache.pinot.common.request.InstanceRequest._Fields
 
REQUEST_ID - org.apache.pinot.common.utils.DataTable.MetadataKey
 
REQUEST_SEND_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
REQUEST_SIZE - org.apache.pinot.common.metrics.BrokerGauge
 
REQUEST_TIMEOUT_BEFORE_SCATTERED_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
RequestContextUtils - Class in org.apache.pinot.common.request.context
 
requestId - Variable in class org.apache.pinot.common.request.InstanceRequest
 
RequestUtils - Class in org.apache.pinot.common.utils.request
 
ReservedFunctionName() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a reserved word which is used as the name of a function.
RESET - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RESIZE_TIME_MS - org.apache.pinot.common.metrics.BrokerGauge
 
RESIZE_TIME_MS - org.apache.pinot.common.metrics.ServerGauge
 
RESIZE_TIME_MS - org.apache.pinot.common.utils.DataTable.MetadataKey
 
RESOURCE_MISSING_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
ResourceUtils - Class in org.apache.pinot.common.restlet.resources
Util class for Pinot APIs.
RESP_COMMIT_CONTINUE - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
RESP_COMMIT_SUCCESS - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
RESP_DISCARD - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
RESP_FAILED - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
RESP_NOT_LEADER - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
RESP_NOT_SENT - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
RESP_PROCESSED - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
RESPECT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Response() - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
Response(SegmentCompletionProtocol.Response.Params) - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
RESPONSE_FETCH_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
RESPONSE_MERGE_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
RESPONSE_SER_CPU_TIME_NS - org.apache.pinot.common.metrics.ServerTimer
 
RESPONSE_SER_CPU_TIME_NS - org.apache.pinot.common.utils.DataTable.MetadataKey
 
RESPONSE_SERIALIZATION - org.apache.pinot.common.metrics.ServerQueryPhase
 
RESPONSE_SERIALIZATION_EXCEPTIONS - org.apache.pinot.common.metrics.ServerMeter
 
RESTART - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RESTRICT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RESULT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ResultTable - Class in org.apache.pinot.common.response.broker
A tabular structure for representing result rows
ResultTable(DataSchema, List<Object[]>) - Constructor for class org.apache.pinot.common.response.broker.ResultTable
 
rethrowException(Throwable) - Static method in class org.apache.pinot.common.Utils
Rethrows an exception, even if it is not in the method signature.
RETRY_COUNT_CONFIG_KEY - Static variable in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
RETRY_DELAY_SCALE_FACTOR_CONFIG_KEY - Static variable in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
RETRY_WAIT_MS_CONFIG_KEY - Static variable in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
RETURN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RETURNED_CARDINALITY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RETURNED_LENGTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RETURNED_OCTET_LENGTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RETURNED_SQLSTATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RETURNING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RETURNS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
reverse(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
REVERTED - org.apache.pinot.common.lineage.LineageEntryState
 
revertReplaceSegments(URI) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Revert replace segments with default settings.
REVOKE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
rewrite(PinotQuery) - Method in class org.apache.pinot.sql.parsers.rewriter.AliasApplier
 
rewrite(PinotQuery) - Method in class org.apache.pinot.sql.parsers.rewriter.CompileTimeFunctionsInvoker
 
rewrite(PinotQuery) - Method in class org.apache.pinot.sql.parsers.rewriter.NonAggregationGroupByToDistinctQueryRewriter
Rewrite non-aggregate group by query to distinct query.
rewrite(PinotQuery) - Method in class org.apache.pinot.sql.parsers.rewriter.OrdinalsUpdater
 
rewrite(PinotQuery) - Method in class org.apache.pinot.sql.parsers.rewriter.PredicateComparisonRewriter
 
rewrite(PinotQuery) - Method in interface org.apache.pinot.sql.parsers.rewriter.QueryRewriter
 
rewrite(PinotQuery) - Method in class org.apache.pinot.sql.parsers.rewriter.SelectionsRewriter
 
RIGHT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
rightSubStr(String, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
RLIKE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ROLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ROLLBACK - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ROLLUP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
round(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Round the given time value to nearest multiple
ROUND_DECIMAL - org.apache.pinot.common.function.TransformFunctionType
 
roundDecimal(double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
roundDecimal(double, int) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
RoundRobinURIProvider - Class in org.apache.pinot.common.utils
RoundRobinURIProvider accept a URI, try to resolve it into multiple URIs with IP address, and return a IP address URI in a Round Robin way.
RoundRobinURIProvider(URI) - Constructor for class org.apache.pinot.common.utils.RoundRobinURIProvider
 
ROUTINE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ROUTINE_CATALOG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ROUTINE_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ROUTINE_SCHEMA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ROUTING_TABLE_UPDATE_TIME - org.apache.pinot.common.metrics.BrokerTimer
 
RoutingTableRebuildMessage - Class in org.apache.pinot.common.messages
This (Helix) message is sent from the controller to brokers when a request is received to rebuild the routing table.
RoutingTableRebuildMessage(String) - Constructor for class org.apache.pinot.common.messages.RoutingTableRebuildMessage
 
RoutingTableRebuildMessage(Message) - Constructor for class org.apache.pinot.common.messages.RoutingTableRebuildMessage
Constructor for the receiver.
ROW - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ROW_COUNT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ROW_NUMBER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RowConstructor() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a row constructor in the context of a VALUES expression.
RowConstructorList(List<SqlNode>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses one or more rows in a VALUES expression.
RowExpressionExtension() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a row expression extension, it can be either an identifier, or a call to a named function.
ROWS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ROWS_WITH_ERRORS - org.apache.pinot.common.metrics.ServerMeter
 
RowTypeName() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parse Row type with format: Row(name1 type1, name2 type2).
rpad(String, int, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
RPAREN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
rtrim(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
RUN_PERIODIC_TASK_MSG_SUB_TYPE - Static variable in class org.apache.pinot.common.messages.RunPeriodicTaskMessage
 
RUNNING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
RunPeriodicTaskMessage - Class in org.apache.pinot.common.messages
Upon receiving this message, Controller will execute the specified PeriodicTask against the tables for which it is the lead controller.
RunPeriodicTaskMessage(String, String, String, Map<String, String>) - Constructor for class org.apache.pinot.common.messages.RunPeriodicTaskMessage
 
RunPeriodicTaskMessage(Message) - Constructor for class org.apache.pinot.common.messages.RunPeriodicTaskMessage
 
RuntimeConfig(long, int, String, String) - Constructor for class org.apache.pinot.common.utils.PinotAppConfigs.RuntimeConfig
 

S

SAVEPOINT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
saveTaskGeneratorInfo(String, String, Consumer<TaskGeneratorMostRecentRunInfo>) - Method in class org.apache.pinot.common.minion.InMemoryTaskManagerStatusCache
 
saveTaskGeneratorInfo(String, String, Consumer<T>) - Method in interface org.apache.pinot.common.minion.TaskManagerStatusCache
 
SCALAR - org.apache.pinot.common.function.TransformFunctionType
 
SCALAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SCALE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SCATTER_GATHER - org.apache.pinot.common.metrics.BrokerQueryPhase
 
scheduleMinionTasks(String, String) - Method in class org.apache.pinot.common.minion.MinionClient
 
SCHEDULER_WAIT - org.apache.pinot.common.metrics.ServerQueryPhase
 
SCHEDULING_TIMEOUT_EXCEPTIONS - org.apache.pinot.common.metrics.ServerMeter
 
SCHEMA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SCHEMA_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SchemaAlreadyExistsException - Exception in org.apache.pinot.common.exception
 
SchemaAlreadyExistsException(String) - Constructor for exception org.apache.pinot.common.exception.SchemaAlreadyExistsException
 
SchemaBackwardIncompatibleException - Exception in org.apache.pinot.common.exception
 
SchemaBackwardIncompatibleException(String) - Constructor for exception org.apache.pinot.common.exception.SchemaBackwardIncompatibleException
 
SchemaNotFoundException - Exception in org.apache.pinot.common.exception
 
SchemaNotFoundException(String) - Constructor for exception org.apache.pinot.common.exception.SchemaNotFoundException
 
SchemaUtils - Class in org.apache.pinot.common.utils
Utility class which contains Schema related operations.
Scope() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SCOPE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SCOPE_CATALOGS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SCOPE_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SCOPE_SCHEMA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SCROLL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SEARCH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SEARCH_SEGMENTS - org.apache.pinot.common.request.InstanceRequest._Fields
 
searchSegments - Variable in class org.apache.pinot.common.request.InstanceRequest
 
second(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the second of the minute from the given epoch millis in UTC timezone.
second(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the second of the minute from the given epoch millis and timezone id.
Second() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SECOND - org.apache.pinot.common.function.TransformFunctionType
 
SECOND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SECONDS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SECTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SECURITY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SEEK - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Segment - Class in org.apache.pinot.common.data
 
Segment(String, String) - Constructor for class org.apache.pinot.common.data.Segment
 
SEGMENT - org.apache.pinot.common.utils.FileUploadDownloadClient.FileUploadType
 
SEGMENT_COUNT - org.apache.pinot.common.metrics.ControllerGauge
 
SEGMENT_COUNT - org.apache.pinot.common.metrics.ServerGauge
 
SEGMENT_COUNT - org.apache.pinot.common.metrics.ValidationMetrics.ValidationMetricName
 
SEGMENT_COUNT_INCLUDING_REPLACED - org.apache.pinot.common.metrics.ControllerGauge
 
SEGMENT_DIR_MOVEMENT_FAILURES - org.apache.pinot.common.metrics.ServerMeter
 
SEGMENT_DOWNLOAD_FAILURES - org.apache.pinot.common.metrics.ServerMeter
 
SEGMENT_LOCATION_KEY - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
SEGMENT_PLAN_EXECUTION_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
SEGMENT_PLAN_EXECUTION_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
SEGMENT_PRUNING - org.apache.pinot.common.metrics.ServerQueryPhase
 
SEGMENT_STREAMED_DOWNLOAD_UNTAR_FAILURES - org.apache.pinot.common.metrics.ServerMeter
 
SEGMENT_ZK_METADATA_CUSTOM_MAP_MODIFIER - Static variable in class org.apache.pinot.common.utils.FileUploadDownloadClient.CustomHeaders
 
SegmentCommitEndRequest(SegmentCompletionProtocol.Request.Params) - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.SegmentCommitEndRequest
 
SegmentCommitEndWithMetadataRequest(SegmentCompletionProtocol.Request.Params) - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.SegmentCommitEndWithMetadataRequest
 
SegmentCommitRequest(SegmentCompletionProtocol.Request.Params) - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.SegmentCommitRequest
 
SegmentCommitStartRequest(SegmentCompletionProtocol.Request.Params) - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.SegmentCommitStartRequest
 
SegmentCommitUploadRequest(SegmentCompletionProtocol.Request.Params) - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.SegmentCommitUploadRequest
 
SegmentCompletionProtocol - Class in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.ControllerResponseStatus - Enum in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.ExtendBuildTimeRequest - Class in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.Request - Class in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.Request.Params - Class in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.Response - Class in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.Response.Params - Class in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.SegmentCommitEndRequest - Class in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.SegmentCommitEndWithMetadataRequest - Class in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.SegmentCommitRequest - Class in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.SegmentCommitStartRequest - Class in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.SegmentCommitUploadRequest - Class in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.SegmentConsumedRequest - Class in org.apache.pinot.common.protocols
 
SegmentCompletionProtocol.SegmentStoppedConsuming - Class in org.apache.pinot.common.protocols
 
SegmentConsumedRequest(SegmentCompletionProtocol.Request.Params) - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.SegmentConsumedRequest
 
SegmentConsumerInfo - Class in org.apache.pinot.common.restlet.resources
Information regarding the consumer of a segment
SegmentConsumerInfo(String, String, long, Map<String, String>) - Constructor for class org.apache.pinot.common.restlet.resources.SegmentConsumerInfo
 
SegmentErrorInfo - Class in org.apache.pinot.common.restlet.resources
This class is used to represent errors related to a segment.
SegmentErrorInfo(long, String, Exception) - Constructor for class org.apache.pinot.common.restlet.resources.SegmentErrorInfo
Constructor for the class
SegmentErrorInfo(String, String, String) - Constructor for class org.apache.pinot.common.restlet.resources.SegmentErrorInfo
This constructor is specifically for JSON ser/de.
SegmentFetcher - Interface in org.apache.pinot.common.utils.fetcher
 
SegmentFetcherFactory - Class in org.apache.pinot.common.utils.fetcher
 
SegmentGenerationUtils - Class in org.apache.pinot.common.segment.generation
 
SegmentLineage - Class in org.apache.pinot.common.lineage
Class to represent segment lineage information.
SegmentLineage(String) - Constructor for class org.apache.pinot.common.lineage.SegmentLineage
 
SegmentLineage(String, Map<String, LineageEntry>) - Constructor for class org.apache.pinot.common.lineage.SegmentLineage
 
SegmentLineageAccessHelper - Class in org.apache.pinot.common.lineage
Class to help to read, write segment lineage metadata
SegmentLineageUtils - Class in org.apache.pinot.common.lineage
Util class for Segment Lineage
SegmentName - Class in org.apache.pinot.common.utils
 
SegmentName() - Constructor for class org.apache.pinot.common.utils.SegmentName
 
SegmentName.RealtimeSegmentType - Enum in org.apache.pinot.common.utils
 
SegmentPartitionMetadata - Class in org.apache.pinot.common.metadata.segment
Class for partition metadata for a segment.
SegmentPartitionMetadata(Map<String, ColumnPartitionMetadata>) - Constructor for class org.apache.pinot.common.metadata.segment.SegmentPartitionMetadata
Constructor for the class.
SegmentRefreshMessage - Class in org.apache.pinot.common.messages
This (Helix) message is sent from the controller to servers and brokers when a request is received to refresh an existing segment.
SegmentRefreshMessage(String, String) - Constructor for class org.apache.pinot.common.messages.SegmentRefreshMessage
Constructor for the sender.
SegmentRefreshMessage(Message) - Constructor for class org.apache.pinot.common.messages.SegmentRefreshMessage
Constructor for the receiver.
SegmentReloadMessage - Class in org.apache.pinot.common.messages
This Helix message is sent from the controller to the servers when a request is received to reload an existing segment.
SegmentReloadMessage(String, String, boolean) - Constructor for class org.apache.pinot.common.messages.SegmentReloadMessage
 
SegmentReloadMessage(Message) - Constructor for class org.apache.pinot.common.messages.SegmentReloadMessage
 
SEGMENTS_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Server.ServerRequest
 
SEGMENTS_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Worker.SegmentList
 
SEGMENTS_IN_ERROR_STATE - org.apache.pinot.common.metrics.ControllerGauge
 
SegmentServerDebugInfo - Class in org.apache.pinot.common.restlet.resources
This class represents the server-side debug information for a segment.
SegmentServerDebugInfo(String, String, SegmentConsumerInfo, SegmentErrorInfo) - Constructor for class org.apache.pinot.common.restlet.resources.SegmentServerDebugInfo
 
SegmentSizeInfo - Class in org.apache.pinot.common.restlet.resources
 
SegmentSizeInfo(String, long) - Constructor for class org.apache.pinot.common.restlet.resources.SegmentSizeInfo
 
SegmentStoppedConsuming(SegmentCompletionProtocol.Request.Params) - Constructor for class org.apache.pinot.common.protocols.SegmentCompletionProtocol.SegmentStoppedConsuming
 
SegmentUtils - Class in org.apache.pinot.common.utils
 
SegmentZKMetadata - Class in org.apache.pinot.common.metadata.segment
 
SegmentZKMetadata(String) - Constructor for class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
SegmentZKMetadata(ZNRecord) - Constructor for class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
SegmentZKMetadataCustomMapModifier - Class in org.apache.pinot.common.metadata.segment
The SegmentZKMetadataCustomMapModifier class provides util methods to serialize/de-serialize the segment ZK metadata custom map modifier HTTP header and modify the custom map field in SegmentZKMetadata.
SegmentZKMetadataCustomMapModifier(String) - Constructor for class org.apache.pinot.common.metadata.segment.SegmentZKMetadataCustomMapModifier
 
SegmentZKMetadataCustomMapModifier(SegmentZKMetadataCustomMapModifier.ModifyMode, Map<String, String>) - Constructor for class org.apache.pinot.common.metadata.segment.SegmentZKMetadataCustomMapModifier
 
SegmentZKMetadataCustomMapModifier.ModifyMode - Enum in org.apache.pinot.common.metadata.segment
 
SELECT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SELECT_LIST - org.apache.pinot.common.request.PinotQuery._Fields
 
SelectExpression() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses one unaliased expression in a select list.
SelectionsRewriter - Class in org.apache.pinot.sql.parsers.rewriter
 
SelectionsRewriter() - Constructor for class org.apache.pinot.sql.parsers.rewriter.SelectionsRewriter
 
SelectItem() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses one item in a select list.
selectList - Variable in class org.apache.pinot.common.request.PinotQuery
 
SelectList() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses the select list of a SELECT statement.
selectSegment(String, String) - Method in class org.apache.pinot.common.tier.FixedTierSegmentSelector
Checks if a segment is eligible for the tier based on fixed list
selectSegment(String, String) - Method in interface org.apache.pinot.common.tier.TierSegmentSelector
Checks if the provided segment is eligible for selection to this tier
selectSegment(String, String) - Method in class org.apache.pinot.common.tier.TimeBasedTierSegmentSelector
Checks if a segment is eligible for the tier based on the segment age i.e.
SELF - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SEMICOLON - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
sendDeleteRequest(URI) - Method in class org.apache.pinot.common.utils.http.HttpClient
Deprecated due to lack of auth header support.
sendDeleteRequest(URI, Map<String, String>) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendDeleteRequest(URI, Map<String, String>, AuthProvider) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendGetRequest(URI) - Method in class org.apache.pinot.common.utils.http.HttpClient
Deprecated due to lack of auth header support.
sendGetRequest(URI, Map<String, String>) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendGetRequest(URI, Map<String, String>, AuthProvider) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendJsonPostRequest(URI, String) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendJsonPostRequest(URI, String, Map<String, String>) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendJsonPostRequest(URI, String, Map<String, String>, AuthProvider) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendJsonPutRequest(URI, String) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendJsonPutRequest(URI, String, Map<String, String>) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendJsonPutRequest(URI, String, Map<String, String>, AuthProvider) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendMultipartPostRequest(String, String) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendMultipartPostRequest(String, String, Map<String, String>) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendMultipartPutRequest(String, String) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendMultipartPutRequest(String, String, Map<String, String>) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendPostRequest(URI, HttpEntity, Map<String, String>) - Method in class org.apache.pinot.common.utils.http.HttpClient
Deprecated due to lack of auth header support.
sendPostRequest(URI, HttpEntity, Map<String, String>, AuthProvider) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendPutRequest(URI, HttpEntity, Map<String, String>) - Method in class org.apache.pinot.common.utils.http.HttpClient
Deprecated due to lack of auth header support.
sendPutRequest(URI, HttpEntity, Map<String, String>, AuthProvider) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendRequest(HttpUriRequest) - Method in class org.apache.pinot.common.utils.http.HttpClient
 
sendSegmentCompletionProtocolRequest(URI, int) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
sendSegmentCompletionProtocolRequest(URI, List<Header>, List<NameValuePair>, int) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Send segment completion protocol request.
sendSegmentJson(URI, String) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
sendSegmentJson(URI, String, List<Header>, List<NameValuePair>, int) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Send segment json.
sendSegmentUri(URI, String, String) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
sendSegmentUri(URI, String, List<Header>, List<NameValuePair>, int) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Send segment uri.
SENSITIVE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SEPARATOR - Static variable in class org.apache.pinot.common.utils.SegmentName
 
SEPARATOR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SEQUENCE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SequenceExpression() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SerDe - Class in org.apache.pinot.serde
Thrift based serialization-deserialization.
SerDe(TProtocolFactory) - Constructor for class org.apache.pinot.serde.SerDe
 
SERIALIZABLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
serialize(TBase) - Method in class org.apache.pinot.serde.SerDe
 
Server - Class in org.apache.pinot.common.proto
 
SERVER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SERVER_MISSING_FOR_ROUTING - org.apache.pinot.common.metrics.BrokerMeter
 
SERVER_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SERVER_NOT_RESPONDING_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
SERVER_OUT_OF_CAPACITY_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
SERVER_OUT_OF_CAPACITY_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
SERVER_SCHEDULER_DOWN_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
SERVER_SEGMENT_MISSING_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
SERVER_SEGMENT_MISSING_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
SERVER_SHUTTING_DOWN_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
SERVER_TABLE_MISSING_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
SERVER_TABLE_MISSING_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
Server.ServerRequest - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.ServerRequest
Server.ServerRequest.Builder - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.ServerRequest
Server.ServerRequestOrBuilder - Interface in org.apache.pinot.common.proto
 
Server.ServerResponse - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.ServerResponse
Server.ServerResponse.Builder - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.ServerResponse
Server.ServerResponseOrBuilder - Interface in org.apache.pinot.common.proto
 
ServerGauge - Enum in org.apache.pinot.common.metrics
Enumeration containing all the gauges exposed by the Pinot server.
ServerMeter - Enum in org.apache.pinot.common.metrics
Enumeration containing all the meters exposed by the Pinot server.
ServerMetrics - Class in org.apache.pinot.common.metrics
Utility class to centralize all metrics reporting for the Pinot server.
ServerMetrics(String, PinotMetricsRegistry, boolean, Collection<String>) - Constructor for class org.apache.pinot.common.metrics.ServerMetrics
 
ServerMetrics(PinotMetricsRegistry) - Constructor for class org.apache.pinot.common.metrics.ServerMetrics
 
ServerMetrics(PinotMetricsRegistry, boolean, Collection<String>) - Constructor for class org.apache.pinot.common.metrics.ServerMetrics
 
ServerQueryPhase - Enum in org.apache.pinot.common.metrics
Enumeration containing all the query phases executed by the server.
ServerTimer - Enum in org.apache.pinot.common.metrics
Enumeration containing all the timers exposed by the Pinot server.
SERVICE_NAME - Static variable in class org.apache.pinot.common.proto.PinotMailboxGrpc
 
SERVICE_NAME - Static variable in class org.apache.pinot.common.proto.PinotQueryServerGrpc
 
SERVICE_NAME - Static variable in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc
 
ServiceStartableUtils - Class in org.apache.pinot.common.utils
 
ServiceStatus - Class in org.apache.pinot.common.utils
Utility class to obtain the status of the Pinot instance running in this JVM.
ServiceStatus.IdealStateAndCurrentStateMatchServiceStatusCallback - Class in org.apache.pinot.common.utils
Service status callback that reports starting until all resources relevant to this instance have a matching external view and current state.
ServiceStatus.IdealStateAndExternalViewMatchServiceStatusCallback - Class in org.apache.pinot.common.utils
Service status callback that reports starting until all resources relevant to this instance have a matching external view and ideal state.
ServiceStatus.LifecycleServiceStatusCallback - Class in org.apache.pinot.common.utils
 
ServiceStatus.MapBasedMultipleCallbackServiceStatusCallback - Class in org.apache.pinot.common.utils
 
ServiceStatus.MultipleCallbackServiceStatusCallback - Class in org.apache.pinot.common.utils
 
ServiceStatus.RealtimeConsumptionCatchupServiceStatusCallback - Class in org.apache.pinot.common.utils
Service status callback that checks whether realtime consumption has caught up An offset based consumption status checker is being added in two phases.
ServiceStatus.ServiceStatusCallback - Interface in org.apache.pinot.common.utils
Callback that returns the status of the service.
ServiceStatus.Status - Enum in org.apache.pinot.common.utils
 
SESSION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SESSION_USER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
set(String, ZNRecord) - Method in class org.apache.pinot.common.utils.helix.PinotHelixPropertyStoreZnRecordProvider
 
set(String, ZNRecord, int) - Method in class org.apache.pinot.common.utils.helix.FakePropertyStore
 
set(String, ZNRecord, int, int) - Method in class org.apache.pinot.common.utils.helix.FakePropertyStore
 
SET - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SET_MINUS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
setBinaryValue(byte[]) - Method in class org.apache.pinot.common.request.Literal
 
setBinaryValue(ByteBuffer) - Method in class org.apache.pinot.common.request.Literal
 
setBoolField(boolean) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
bool boolField = 1;
setBoolValue(boolean) - Method in class org.apache.pinot.common.request.Literal
 
setBrokerId(String) - Method in class org.apache.pinot.common.request.InstanceRequest
 
setBrokerId(String) - Method in class org.apache.pinot.common.utils.grpc.GrpcRequestBuilder
 
setBrokerIdIsSet(boolean) - Method in class org.apache.pinot.common.request.InstanceRequest
 
setBrokerRequest(BrokerRequest) - Method in class org.apache.pinot.common.utils.grpc.GrpcRequestBuilder
 
setBuildTimeSeconds(long) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
setByteValue(byte) - Method in class org.apache.pinot.common.request.Literal
 
setClientAuthEnabled(boolean) - Method in class org.apache.pinot.common.config.TlsConfig
 
setClusterTenantIsolationEnabled(ZkHelixPropertyStore<ZNRecord>, boolean) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
setCode(int) - Method in class org.apache.pinot.common.utils.SimpleHttpErrorInfo
 
setColumnDataTypes(int, String) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnDataTypes = 5;
setColumnNames(int, String) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated string columnNames = 4;
setConformance(SqlConformance) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
setContent(int, Plan.MemberVariableField) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
setContent(int, Plan.MemberVariableField.Builder) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
repeated .org.apache.pinot.common.proto.MemberVariableField content = 1;
setContents(String, ZNRecord) - Method in class org.apache.pinot.common.utils.helix.FakePropertyStore
 
setControllerVipUrl(String) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
setCrc(long) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setCreationTime(long) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setCrypterName(String) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setCustomMap(Map<String, String>) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setDataSource(DataSource) - Method in class org.apache.pinot.common.request.PinotQuery
 
setDataSourceIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setDataSources(int, String) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string dataSources = 2;
setDebugOptions(Map<String, String>) - Method in class org.apache.pinot.common.request.PinotQuery
 
setDebugOptionsIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setDebugStream(PrintStream) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
Set debug output.
setDoubleField(double) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
double doubleField = 5;
setDoubleValue(double) - Method in class org.apache.pinot.common.request.Literal
 
setDownloadUrl(String) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setEnableStreaming(boolean) - Method in class org.apache.pinot.common.utils.grpc.GrpcRequestBuilder
 
setEnableTrace(boolean) - Method in class org.apache.pinot.common.request.InstanceRequest
 
setEnableTrace(boolean) - Method in class org.apache.pinot.common.utils.grpc.GrpcRequestBuilder
 
setEnableTraceIsSet(boolean) - Method in class org.apache.pinot.common.request.InstanceRequest
 
setEndOffset(String) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setEndTime(long) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setError(String) - Method in class org.apache.pinot.common.utils.SimpleHttpErrorInfo
 
setErrorCode(int) - Method in class org.apache.pinot.common.response.broker.QueryProcessingException
 
setErrorCode(int) - Method in exception org.apache.pinot.common.response.ProcessingException
 
setErrorCodeIsSet(boolean) - Method in exception org.apache.pinot.common.response.ProcessingException
 
setExceptions(List<ProcessingException>) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setExceptions(List<ProcessingException>) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set exceptions caught during request handling, into the broker response.
setExplain(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setExplainIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setExplainPlanNumEmptyFilterSegments(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setExplainPlanNumEmptyFilterSegments(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total number of segments with an EmptyFilterOperator when Explain Plan is called
setExplainPlanNumMatchAllFilterSegments(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setExplainPlanNumMatchAllFilterSegments(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total number of segments with a MatchAllFilterOperator when Explain Plan is called
setExpressionOverrideHints(Map<Expression, Expression>) - Method in class org.apache.pinot.common.request.PinotQuery
 
setExpressionOverrideHintsIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setExtraOptions(Map<String, String>) - Method in class org.apache.pinot.sql.parsers.SqlNodeAndOptions
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
setFieldValue(BrokerRequest._Fields, Object) - Method in class org.apache.pinot.common.request.BrokerRequest
 
setFieldValue(DataSource._Fields, Object) - Method in class org.apache.pinot.common.request.DataSource
 
setFieldValue(Expression._Fields, Object) - Method in class org.apache.pinot.common.request.Expression
 
setFieldValue(Function._Fields, Object) - Method in class org.apache.pinot.common.request.Function
 
setFieldValue(Identifier._Fields, Object) - Method in class org.apache.pinot.common.request.Identifier
 
setFieldValue(InstanceRequest._Fields, Object) - Method in class org.apache.pinot.common.request.InstanceRequest
 
setFieldValue(PinotQuery._Fields, Object) - Method in class org.apache.pinot.common.request.PinotQuery
 
setFieldValue(QuerySource._Fields, Object) - Method in class org.apache.pinot.common.request.QuerySource
 
setFieldValue(ProcessingException._Fields, Object) - Method in exception org.apache.pinot.common.response.ProcessingException
 
setFilterExpression(Expression) - Method in class org.apache.pinot.common.request.PinotQuery
 
setFilterExpressionIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setFloatField(float) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
float floatField = 4;
setFunctionCall(Function) - Method in class org.apache.pinot.common.request.Expression
 
setFunctionCallIsSet(boolean) - Method in class org.apache.pinot.common.request.Expression
 
setFunctionName(String) - Method in class org.apache.pinot.common.request.context.FunctionContext
 
setGroupByList(List<Expression>) - Method in class org.apache.pinot.common.request.PinotQuery
 
setGroupByListIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setGroupId(String, String) - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
setHavingExpression(Expression) - Method in class org.apache.pinot.common.request.PinotQuery
 
setHavingExpressionIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setId(String) - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
setIdentifier(Identifier) - Method in class org.apache.pinot.common.request.Expression
 
setIdentifierIsSet(boolean) - Method in class org.apache.pinot.common.request.Expression
 
setIdentifierMaxLength(int) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
setIndexVersion(String) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setInputs(int, Plan.StageNode) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
setInputs(int, Plan.StageNode.Builder) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
repeated .org.apache.pinot.common.proto.StageNode inputs = 3;
setInstanceId(String) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
string instanceId = 2;
setInstanceIdBytes(ByteString) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
string instanceId = 2;
setInstanceName(String) - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
setInstancePort(int) - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
setInstances(int, int, List<String>) - Method in class org.apache.pinot.common.assignment.InstancePartitions
 
setInstances(int, String) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
repeated string instances = 1;
setInstanceState(String, String, HelixAdmin, boolean) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Toggle the state of the instance between OFFLINE and ONLINE.
setInstanceType(String) - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
setInstanceZKMetadata(ZkHelixPropertyStore<ZNRecord>, InstanceZKMetadata) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
setIntField(int) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
int32 intField = 2;
setIntValue(int) - Method in class org.apache.pinot.common.request.Literal
 
setKeyStorePassword(String) - Method in class org.apache.pinot.common.config.TlsConfig
 
setKeyStorePath(String) - Method in class org.apache.pinot.common.config.TlsConfig
 
setKeyStoreType(String) - Method in class org.apache.pinot.common.config.TlsConfig
 
setLhs(ExpressionContext) - Method in class org.apache.pinot.common.request.context.predicate.BasePredicate
 
setLhs(ExpressionContext) - Method in interface org.apache.pinot.common.request.context.predicate.Predicate
Sets the left-hand side expression of the predicate.
setLhs(ExpressionContext) - Method in class org.apache.pinot.common.request.context.predicate.TextContainsPredicate
 
setLimit(int) - Method in class org.apache.pinot.common.request.PinotQuery
 
setLimitIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setListField(Plan.ListField) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ListField listField = 2;
setListField(Plan.ListField.Builder) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ListField listField = 2;
setLiteral(Literal) - Method in class org.apache.pinot.common.request.Expression
 
setLiteralField(Plan.LiteralField) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.LiteralField literalField = 1;
setLiteralField(Plan.LiteralField.Builder) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.LiteralField literalField = 1;
setLiteralIsSet(boolean) - Method in class org.apache.pinot.common.request.Expression
 
setLoggerLevel(String, String) - Static method in class org.apache.pinot.common.utils.LoggerUtils
Set logger level at runtime.
setLongField(long) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
int64 longField = 3;
setLongValue(long) - Method in class org.apache.pinot.common.request.Literal
 
setMailboxId(String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
string mailboxId = 1;
setMailboxId(String) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
string mailboxId = 1;
setMailboxIdBytes(ByteString) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
string mailboxId = 1;
setMailboxIdBytes(ByteString) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
string mailboxId = 1;
setMapField(Plan.MapField) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.MapField mapField = 3;
setMapField(Plan.MapField.Builder) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.MapField mapField = 3;
setMaxLinesOfStackTrace(int) - Static method in class org.apache.pinot.common.exception.QueryException
 
setMaxSegmentCommitTimeMs(long) - Static method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
setMessage(String) - Method in class org.apache.pinot.common.response.broker.QueryProcessingException
 
setMessage(String) - Method in exception org.apache.pinot.common.response.ProcessingException
 
setMessageIsSet(boolean) - Method in exception org.apache.pinot.common.response.ProcessingException
 
setMinConsumingFreshnessTimeMs(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setName(String) - Method in class org.apache.pinot.common.request.Identifier
 
setNameIsSet(boolean) - Method in class org.apache.pinot.common.request.Identifier
 
setNativeTransportsEnabled(boolean) - Method in class org.apache.pinot.common.config.NettyConfig
 
setNodeName(String) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
string nodeName = 2;
setNodeNameBytes(ByteString) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
string nodeName = 2;
setNumConsumingSegmentsMatched(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumConsumingSegmentsProcessed(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumConsumingSegmentsQueried(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumDocsScanned(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumEntriesScannedInFilter(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumEntriesScannedPostFilter(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumGroupsLimitReached(boolean) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumReplicas(int) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setNumRowsResultSet(int) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumRowsResultSet(int) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total number of rows in result set
setNumSegmentsMatched(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumSegmentsProcessed(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumSegmentsPrunedByBroker(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumSegmentsPrunedByBroker(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total number of segments pruned on the Broker side
setNumSegmentsPrunedByLimit(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumSegmentsPrunedByLimit(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total number of segments pruned by applying the limit optimization.
setNumSegmentsPrunedByServer(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumSegmentsPrunedByServer(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total number of segments pruned on the Server side
setNumSegmentsPrunedByValue(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumSegmentsPrunedByValue(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total number of segments pruned applying value optimizations, like bloom filters.
setNumSegmentsPrunedInvalid(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumSegmentsPrunedInvalid(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total number of segments pruned due to invalid data or schema.
setNumSegmentsQueried(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumServersQueried(int) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumServersQueried(int) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the number of servers got queried by the broker.
setNumServersResponded(int) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setNumServersResponded(int) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the number of servers responded to the broker.
setObjectClassName(String) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
string objectClassName = 1;
setObjectClassNameBytes(ByteString) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
string objectClassName = 1;
setObjectField(Plan.ObjectField) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 4;
setObjectField(Plan.ObjectField) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 6;
setObjectField(Plan.ObjectField.Builder) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 4;
setObjectField(Plan.ObjectField.Builder) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
.org.apache.pinot.common.proto.ObjectField objectField = 6;
setOfflineResponseSerializationCpuTimeNs(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setOfflineResponseSerializationCpuTimeNs(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the response serialization cpu time used against offline table in request handling, into the broker response.
setOfflineSystemActivitiesCpuTimeNs(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setOfflineSystemActivitiesCpuTimeNs(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the system activities cpu time used against offline table in request handling, into the broker response.
setOfflineTableConfig(ZkHelixPropertyStore<ZNRecord>, String, ZNRecord) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
setOfflineThreadCpuTimeNs(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setOfflineThreadCpuTimeNs(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total thread cpu time used against offline table in request handling, into the broker response.
setOfflineTotalCpuTimeNs(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setOfflineTotalCpuTimeNs(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total cpu time(thread cpu time + system activities cpu time + response serialization cpu time) used against offline table in request handling, into the broker response.
setOffset(int) - Method in class org.apache.pinot.common.request.PinotQuery
 
setOffset(long) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
Deprecated.
setOffsetIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setOperands(List<Expression>) - Method in class org.apache.pinot.common.request.Function
 
setOperandsIsSet(boolean) - Method in class org.apache.pinot.common.request.Function
 
setOperator(String) - Method in class org.apache.pinot.common.request.Function
 
setOperatorIsSet(boolean) - Method in class org.apache.pinot.common.request.Function
 
setOrderByList(List<Expression>) - Method in class org.apache.pinot.common.request.PinotQuery
 
setOrderByListIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setParseTimeNs(long) - Method in class org.apache.pinot.sql.parsers.SqlNodeAndOptions
 
setPartition(String, String) - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
setPartitionMetadata(SegmentPartitionMetadata) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setPayload(ByteString) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
bytes payload = 2;
setPayload(ByteString) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
bytes payload = 4;
setPayload(ByteString) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
bytes payload = 2;
setPayload(ByteString) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
bytes payload = 2;
setPinotQuery(PinotQuery) - Method in class org.apache.pinot.common.request.BrokerRequest
 
setPinotQueryIsSet(boolean) - Method in class org.apache.pinot.common.request.BrokerRequest
 
setProcessingExceptions(List<QueryProcessingException>) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setPushTime(long) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setQuery(BrokerRequest) - Method in class org.apache.pinot.common.request.InstanceRequest
 
setQueryIsSet(boolean) - Method in class org.apache.pinot.common.request.InstanceRequest
 
setQueryOptions(Map<String, String>) - Method in class org.apache.pinot.common.request.PinotQuery
 
setQueryOptionsIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setQuerySource(QuerySource) - Method in class org.apache.pinot.common.request.BrokerRequest
 
setQuerySourceIsSet(boolean) - Method in class org.apache.pinot.common.request.BrokerRequest
 
setQuotedCasing(Casing) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
setRealtimeResponseSerializationCpuTimeNs(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setRealtimeResponseSerializationCpuTimeNs(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the response serialization cpu time used against realtime table in request handling, into the broker response.
setRealtimeSystemActivitiesCpuTimeNs(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setRealtimeSystemActivitiesCpuTimeNs(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the system activities cpu time used against realtime table in request handling, into the broker response.
setRealtimeTableConfig(ZkHelixPropertyStore<ZNRecord>, String, ZNRecord) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
setRealtimeThreadCpuTimeNs(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setRealtimeThreadCpuTimeNs(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total thread cpu time used against realtime table in request handling, into the broker response.
setRealtimeTotalCpuTimeNs(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setRealtimeTotalCpuTimeNs(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total cpu time(thread cpu time + system activities cpu time + response serialization cpu time) used against realtime table in request handling, into the broker response.
setRefreshTime(long) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
setRequestId(int) - Method in class org.apache.pinot.common.utils.grpc.GrpcRequestBuilder
 
setRequestId(long) - Method in class org.apache.pinot.common.request.InstanceRequest
 
setRequestIdIsSet(boolean) - Method in class org.apache.pinot.common.request.InstanceRequest
 
setResultTable(ResultTable) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setResultTable(ResultTable) - Method in interface org.apache.pinot.common.response.BrokerResponse
set the result table.
SETS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
setSchema(ZkHelixPropertyStore<ZNRecord>, Schema) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
setSearchSegments(List<String>) - Method in class org.apache.pinot.common.request.InstanceRequest
 
setSearchSegmentsIsSet(boolean) - Method in class org.apache.pinot.common.request.InstanceRequest
 
setSegmentLocation(String) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
setSegments(int, String) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
repeated string segments = 3;
setSegments(int, String) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
repeated string segments = 1;
setSegments(List<String>) - Method in class org.apache.pinot.common.utils.grpc.GrpcRequestBuilder
 
setSegmentStatistics(List<String>) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setSegmentUploadStartTime(long) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setSegmentZKMetadata(ZkHelixPropertyStore<ZNRecord>, String, SegmentZKMetadata) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
setSegmentZKMetadata(ZkHelixPropertyStore<ZNRecord>, String, SegmentZKMetadata, int) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
setSelectList(List<Expression>) - Method in class org.apache.pinot.common.request.PinotQuery
 
setSelectListIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
setServiceStatusCallback(String, ServiceStatus.ServiceStatusCallback) - Static method in class org.apache.pinot.common.utils.ServiceStatus
 
setShortValue(short) - Method in class org.apache.pinot.common.request.Literal
 
setSizeInBytes(long) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setSizeThresholdToFlushSegment(int) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setSplitCommit(boolean) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
setSql(String) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
string sql = 2;
setSql(String) - Method in class org.apache.pinot.common.utils.grpc.GrpcRequestBuilder
 
setSqlBytes(ByteString) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
string sql = 2;
setSslContext(SSLContext) - Static method in class org.apache.pinot.common.utils.TlsUtils
Set the SSL context, see: TlsUtils.SSLContextHolder for more details.
setSslProvider(String) - Method in class org.apache.pinot.common.config.TlsConfig
 
setStageId(int) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
int32 stageId = 1;
setStageId(int) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
int32 stageId = 1;
setStagePlan(Worker.StagePlan) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
setStagePlan(Worker.StagePlan.Builder) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
.org.apache.pinot.common.proto.StagePlan stagePlan = 2;
setStageRoot(Plan.StageNode) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
setStageRoot(Plan.StageNode.Builder) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
.org.apache.pinot.common.proto.StageNode stageRoot = 3;
setStartOffset(String) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setStartTime(long) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setStateForInstanceList(List<String>, String, HelixAdmin, boolean) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
setStateForInstanceSet(Set<String>, String, HelixAdmin, boolean) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
setStatus(SegmentCompletionProtocol.ControllerResponseStatus) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
setStatus(CommonConstants.Segment.Realtime.Status) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setStreamPartitionMsgOffset(String) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
setStringField(String) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
string stringField = 6;
setStringFieldBytes(ByteString) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
string stringField = 6;
setStringValue(String) - Method in class org.apache.pinot.common.request.Literal
 
setSubquery(PinotQuery) - Method in class org.apache.pinot.common.request.DataSource
 
setSubqueryIsSet(boolean) - Method in class org.apache.pinot.common.request.DataSource
 
setTableName(String) - Method in class org.apache.pinot.common.request.DataSource
 
setTableName(String) - Method in class org.apache.pinot.common.request.QuerySource
 
setTableNameIsSet(boolean) - Method in class org.apache.pinot.common.request.DataSource
 
setTableNameIsSet(boolean) - Method in class org.apache.pinot.common.request.QuerySource
 
setTabSize(int) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
setTabSize(int) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
setTimeout(RequestBuilder, int) - Static method in class org.apache.pinot.common.utils.http.HttpClient
 
setTimeThresholdToFlushSegment(String) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setTimeUnit(TimeUnit) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setTimeUsedMs(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setTimeUsedMs(long) - Method in interface org.apache.pinot.common.response.BrokerResponse
Set the total time used in request handling, into the broker response.
setTlsPort(String) - Method in class org.apache.pinot.common.helix.ExtraInstanceConfig
 
setTotalDocs(long) - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
setTotalDocs(long) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setTraceInfo(Map<String, String>) - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
setTrustStorePassword(String) - Method in class org.apache.pinot.common.config.TlsConfig
 
setTrustStorePath(String) - Method in class org.apache.pinot.common.config.TlsConfig
 
setTrustStoreType(String) - Method in class org.apache.pinot.common.config.TlsConfig
 
setType(ExpressionType) - Method in class org.apache.pinot.common.request.Expression
 
setTypeIsSet(boolean) - Method in class org.apache.pinot.common.request.Expression
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Plan.ListField.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Plan.LiteralField.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Plan.MapField.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Plan.ObjectField.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Plan.StageNode.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Server.ServerRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Server.ServerResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Worker.SegmentList.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.apache.pinot.common.proto.Worker.StagePlan.Builder
 
setUnquotedCasing(Casing) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
setUserConfig(ZkHelixPropertyStore<ZNRecord>, String, ZNRecord) - Static method in class org.apache.pinot.common.metadata.ZKMetadataProvider
 
setValueOfGlobalGauge(G, long) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Sets the value of a global gauge.
setValueOfGlobalGauge(G, String, long) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Sets the value of a custom global gauge.
setValueOfPartitionGauge(String, int, G, long) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Sets the value of a table partition gauge.
setValueOfTableGauge(String, G, long) - Method in class org.apache.pinot.common.metrics.AbstractMetrics
Sets the value of a table gauge.
setVersion(int) - Method in class org.apache.pinot.common.request.PinotQuery
 
setVersionIsSet(boolean) - Method in class org.apache.pinot.common.request.PinotQuery
 
sha(byte[]) - Static method in class org.apache.pinot.common.function.scalar.HashFunctions
Return SHA-1 digest as hex string.
sha256(byte[]) - Static method in class org.apache.pinot.common.function.scalar.HashFunctions
Return SHA-256 digest as hex string.
sha512(byte[]) - Static method in class org.apache.pinot.common.function.scalar.HashFunctions
Return SHA-512 digest as hex string.
SHORT - org.apache.pinot.common.utils.PinotDataType
 
SHORT_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
SHORT_VALUE - org.apache.pinot.common.request.Literal._Fields
 
shortValue(short) - Static method in class org.apache.pinot.common.request.Literal
 
shouldForceDownload() - Method in class org.apache.pinot.common.messages.SegmentReloadMessage
 
shouldRelocateCompletedSegments(TableConfig) - Static method in class org.apache.pinot.common.assignment.InstanceAssignmentConfigUtils
Returns whether the COMPLETED segments should be relocated (offloaded from CONSUMING instances to COMPLETED instances) for a LLC real-time table based on the given table config.
shouldRelocateToTiers(TableConfig) - Static method in class org.apache.pinot.common.utils.config.TierConfigUtils
Returns whether relocation of segments to tiers has been enabled for this table
SHOW - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SHUTTING_DOWN - org.apache.pinot.common.utils.ServiceStatus.Status
 
sign(double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
SIGN - org.apache.pinot.common.function.TransformFunctionType
 
SIMILAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SIMPLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SimpleCharStream - Class in org.apache.pinot.sql.parsers.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(InputStream) - Constructor for class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Constructor.
SimpleHttpErrorInfo - Class in org.apache.pinot.common.utils
Http error info including error message and status code
SimpleHttpErrorInfo(int, String) - Constructor for class org.apache.pinot.common.utils.SimpleHttpErrorInfo
 
SimpleHttpResponse - Class in org.apache.pinot.common.utils
 
SimpleHttpResponse(int, String) - Constructor for class org.apache.pinot.common.utils.SimpleHttpResponse
 
SimpleIdentifier() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a simple identifier as an SqlIdentifier.
SimpleIdentifierCommaList(List<SqlNode>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a comma-separated list of simple identifiers.
SimpleIdentifierFromStringLiteral() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a character literal as an SqlIdentifier.
SimpleIdentifierOrList() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
List of simple identifiers in parentheses or one simple identifier.
sin(double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
SIN - org.apache.pinot.common.function.TransformFunctionType
 
SINGLE_LINE_COMMENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
sinh(double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
SINH - org.apache.pinot.common.function.TransformFunctionType
 
size() - Method in class org.apache.pinot.common.function.JsonPathCache
 
size() - Method in class org.apache.pinot.common.utils.DataSchema
 
SIZE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SKIP_ - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SLASH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SMALLINT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Snapshot(SqlNode) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a FOR SYSTEM_TIME clause following a table expression.
SOME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SOURCE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SPACE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SpecialLiteral() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parse a special literal keyword
specialToken - Variable in class org.apache.pinot.sql.parsers.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SPECIFIC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SPECIFIC_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SPECIFICTYPE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
split(String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
split(String, String, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
splitPart(String, String, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
SQL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_BIGINT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_BINARY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_BIT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_BLOB - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_BOOLEAN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_CHAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_CLOB - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_DATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_DECIMAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_DOUBLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Server.ServerRequest
 
SQL_FLOAT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTEGER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_DAY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_DAY_TO_HOUR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_DAY_TO_MINUTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_DAY_TO_SECOND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_HOUR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_HOUR_TO_MINUTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_HOUR_TO_SECOND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_MINUTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_MINUTE_TO_SECOND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_MONTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_SECOND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_YEAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_INTERVAL_YEAR_TO_MONTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_LONGVARBINARY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_LONGVARCHAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_LONGVARNCHAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_NCHAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_NCLOB - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_NUMERIC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_NVARCHAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_PARSING_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
SQL_PARSING_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
SQL_REAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_SMALLINT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TIME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TIMESTAMP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TINYINT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TSI_DAY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TSI_FRAC_SECOND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TSI_HOUR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TSI_MICROSECOND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TSI_MINUTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TSI_MONTH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TSI_QUARTER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TSI_SECOND - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TSI_WEEK - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_TSI_YEAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_VARBINARY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SQL_VARCHAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SqlAlter() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an expression for setting or resetting an option in SQL, such as QUOTED_IDENTIFIERS, or explain plan level (physical/logical).
SqlCompilationException - Exception in org.apache.pinot.sql.parsers
Exceptions that occur while compiling SQL.
SqlCompilationException(String) - Constructor for exception org.apache.pinot.sql.parsers.SqlCompilationException
 
SqlCompilationException(String, Throwable) - Constructor for exception org.apache.pinot.sql.parsers.SqlCompilationException
 
SqlCompilationException(Throwable) - Constructor for exception org.apache.pinot.sql.parsers.SqlCompilationException
 
SqlDelete() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a DELETE statement.
SqlDescribe() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a DESCRIBE statement.
SQLEXCEPTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SqlExplain() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an EXPLAIN PLAN statement.
SqlExpressionEof() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a SQL expression (such as might occur in a WHERE clause) followed by the end-of-file symbol.
SqlInsert() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an INSERT statement.
SqlInsertFromFile - Class in org.apache.pinot.sql.parsers.parser
Calcite extension for creating an INSERT sql node from a File object.
SqlInsertFromFile(SqlParserPos, SqlIdentifier, SqlIdentifier, SqlNodeList) - Constructor for class org.apache.pinot.sql.parsers.parser.SqlInsertFromFile
 
SqlInsertFromFile() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
INSERT INTO [db_name.]table_name FROM [ FILE | ARCHIVE ] 'file_uri' [, [ FILE | ARCHIVE ] 'file_uri' ]
SqlInsertKeywords(List<SqlLiteral>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SqlMerge() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a MERGE statement.
SqlNodeAndOptions - Class in org.apache.pinot.sql.parsers
 
SqlNodeAndOptions(SqlNode, PinotSqlType, Map<String, String>) - Constructor for class org.apache.pinot.sql.parsers.SqlNodeAndOptions
 
SqlParserImpl - Class in org.apache.pinot.sql.parsers.parser
SQL parser, generated from Parser.jj by JavaCC.
SqlParserImpl(InputStream) - Constructor for class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Constructor with InputStream.
SqlParserImpl(InputStream, String) - Constructor for class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Constructor with InputStream and supplied encoding
SqlParserImpl(Reader) - Constructor for class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Constructor.
SqlParserImpl(SqlParserImplTokenManager) - Constructor for class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Constructor with generated Token Manager.
SqlParserImplConstants - Interface in org.apache.pinot.sql.parsers.parser
Token literal values and constants.
SqlParserImplTokenManager - Class in org.apache.pinot.sql.parsers.parser
Token Manager.
SqlParserImplTokenManager(SimpleCharStream) - Constructor for class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
Constructor.
SqlParserImplTokenManager(SimpleCharStream, int) - Constructor for class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
Constructor.
SqlProcedureCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a CALL statement.
SqlQueryEof() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a query (SELECT, UNION, INTERSECT, EXCEPT, VALUES, TABLE) followed by the end-of-file symbol.
SqlQueryOrDml() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a query (SELECT or VALUES) or DML statement (INSERT, UPDATE, DELETE, MERGE).
SqlResultComparator - Class in org.apache.pinot.common.utils
 
SqlSelect() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a leaf SELECT expression without ORDER BY.
SqlSelectKeywords(List<SqlLiteral>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SqlSetOption(Span, String) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses "SET <NAME> = VALUE" or "RESET <NAME>", without a leading "ALTER <SCOPE>".
SQLSTATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SqlStmt() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an SQL statement.
SqlStmtEof() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an SQL statement followed by the end-of-file symbol.
SqlStmtList() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a list of SQL statements separated by semicolon.
SqlStmtsEof() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SqlTypeName(Span) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SqlTypeName1(Span) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SqlTypeName2(Span) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SqlTypeName3(Span) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SqlUpdate() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an UPDATE statement.
SQLWARNING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
sqrt(double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
SQRT - org.apache.pinot.common.function.TransformFunctionType
 
SQRT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
ST_AREA - org.apache.pinot.common.function.TransformFunctionType
 
ST_AS_BINARY - org.apache.pinot.common.function.TransformFunctionType
 
ST_AS_TEXT - org.apache.pinot.common.function.TransformFunctionType
 
ST_CONTAINS - org.apache.pinot.common.function.TransformFunctionType
 
ST_DISTANCE - org.apache.pinot.common.function.TransformFunctionType
 
ST_EQUALS - org.apache.pinot.common.function.TransformFunctionType
 
ST_GEOG_FROM_TEXT - org.apache.pinot.common.function.TransformFunctionType
 
ST_GEOG_FROM_WKB - org.apache.pinot.common.function.TransformFunctionType
 
ST_GEOM_FROM_TEXT - org.apache.pinot.common.function.TransformFunctionType
 
ST_GEOM_FROM_WKB - org.apache.pinot.common.function.TransformFunctionType
 
ST_GEOMETRY_TYPE - org.apache.pinot.common.function.TransformFunctionType
 
ST_POINT - org.apache.pinot.common.function.TransformFunctionType
 
ST_POLYGON - org.apache.pinot.common.function.TransformFunctionType
 
ST_WITHIN - org.apache.pinot.common.function.TransformFunctionType
 
STAGEID_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.StageNode
 
STAGEID_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Worker.StagePlan
 
STAGEMETADATA_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Worker.StagePlan
 
STAGEPLAN_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Worker.QueryRequest
 
STAGEROOT_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Worker.StagePlan
 
StandardFloorCeilOptions(Span, boolean) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
standardSchemeReadValue(TProtocol, TField) - Method in class org.apache.pinot.common.request.Literal
 
standardSchemeWriteValue(TProtocol) - Method in class org.apache.pinot.common.request.Literal
 
STAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
start() - Method in class org.apache.pinot.common.utils.helix.FakePropertyStore
 
START - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
STARTING - org.apache.pinot.common.utils.ServiceStatus.Status
 
startLocalZkServer() - Static method in class org.apache.pinot.common.utils.ZkStarter
Starts an empty local Zk instance on the default port
startLocalZkServer(int) - Static method in class org.apache.pinot.common.utils.ZkStarter
Starts a local Zk instance with a generated empty data directory
startLocalZkServer(int, String) - Static method in class org.apache.pinot.common.utils.ZkStarter
Starts a local Zk instance
startReplaceSegments(URI, StartReplaceSegmentsRequest, AuthProvider) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Start replace segments with default settings.
StartReplaceSegmentsRequest - Class in org.apache.pinot.common.restlet.resources
Request object for startReplaceSegments API.
StartReplaceSegmentsRequest(List<String>, List<String>) - Constructor for class org.apache.pinot.common.restlet.resources.StartReplaceSegmentsRequest
 
startsWith(String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
STATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
STATEMENT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
STATIC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
STATIC_LEXER_ERROR - Static variable in error org.apache.pinot.sql.parsers.parser.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
Whether parser is static.
StaticTokenAuthProvider - Class in org.apache.pinot.common.auth
Auth provider for static client tokens, typically used for job specs or when mimicking legacy behavior.
StaticTokenAuthProvider(String) - Constructor for class org.apache.pinot.common.auth.StaticTokenAuthProvider
 
StaticTokenAuthProvider(AuthConfig) - Constructor for class org.apache.pinot.common.auth.StaticTokenAuthProvider
 
STATUS_DESCRIPTION_INIT - Static variable in class org.apache.pinot.common.utils.ServiceStatus
 
STATUS_DESCRIPTION_NO_HELIX_STATE - Static variable in class org.apache.pinot.common.utils.ServiceStatus
 
STATUS_DESCRIPTION_NONE - Static variable in class org.apache.pinot.common.utils.ServiceStatus
 
STATUS_DESCRIPTION_SHUTTING_DOWN - Static variable in class org.apache.pinot.common.utils.ServiceStatus
 
STATUS_DESCRIPTION_STARTED - Static variable in class org.apache.pinot.common.utils.ServiceStatus
 
STATUS_KEY - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
STDDEV_POP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
STDDEV_SAMP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
stopLocalZkServer(ZkStarter.ZookeeperInstance) - Static method in class org.apache.pinot.common.utils.ZkStarter
Stops a local Zk instance, deleting its data directory
stopLocalZkServer(ZkStarter.ZookeeperInstance, boolean) - Static method in class org.apache.pinot.common.utils.ZkStarter
Stops a local Zk instance.
strcmp(String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
Compare input strings lexicographically.
STREAM - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
STREAM_PARTITION_MSG_OFFSET_KEY - Static variable in class org.apache.pinot.common.protocols.SegmentCompletionProtocol
 
STRING - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
STRING - org.apache.pinot.common.utils.DataTable.MetadataValueType
 
STRING - org.apache.pinot.common.utils.PinotDataType
 
STRING_AGG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
STRING_ARRAY - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
STRING_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
STRING_VALUE - org.apache.pinot.common.request.Literal._Fields
 
StringAggFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a call to the STRING_AGG aggregate function (or to an aggregate function with similar syntax: ARRAY_AGG, ARRAY_CONCAT_AGG, GROUP_CONCAT).
STRINGFIELD - org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
 
STRINGFIELD_FIELD_NUMBER - Static variable in class org.apache.pinot.common.proto.Plan.LiteralField
 
StringFunctions - Class in org.apache.pinot.common.function.scalar
Inbuilt String Transformation Functions The functions can be used as UDFs in Query when added in the FunctionRegistry.
StringLiteral() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a string literal.
stringValue(String) - Static method in class org.apache.pinot.common.request.Literal
 
strpos(String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
strpos(String, String, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
strrpos(String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
strrpos(String, String, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
STRUCTURE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
STYLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SUB - org.apache.pinot.common.function.TransformFunctionType
 
SUBCLASS_ORIGIN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
submit(Server.ServerRequest) - Method in class org.apache.pinot.common.proto.PinotQueryServerGrpc.PinotQueryServerBlockingStub
 
submit(Server.ServerRequest) - Method in class org.apache.pinot.common.utils.grpc.GrpcQueryClient
 
submit(Server.ServerRequest, StreamObserver<Server.ServerResponse>) - Method in class org.apache.pinot.common.proto.PinotQueryServerGrpc.PinotQueryServerImplBase
 
submit(Server.ServerRequest, StreamObserver<Server.ServerResponse>) - Method in class org.apache.pinot.common.proto.PinotQueryServerGrpc.PinotQueryServerStub
 
submit(Worker.QueryRequest) - Method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc.PinotQueryWorkerBlockingStub
Dispatch a QueryRequest to a PinotQueryWorker
submit(Worker.QueryRequest) - Method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc.PinotQueryWorkerFutureStub
Dispatch a QueryRequest to a PinotQueryWorker
submit(Worker.QueryRequest, StreamObserver<Worker.QueryResponse>) - Method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc.PinotQueryWorkerImplBase
Dispatch a QueryRequest to a PinotQueryWorker
submit(Worker.QueryRequest, StreamObserver<Worker.QueryResponse>) - Method in class org.apache.pinot.common.proto.PinotQueryWorkerGrpc.PinotQueryWorkerStub
Dispatch a QueryRequest to a PinotQueryWorker
SUBMULTISET - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
subquery - Variable in class org.apache.pinot.common.request.DataSource
 
SUBQUERY - org.apache.pinot.common.request.DataSource._Fields
 
subscribeDataChanges(String, IZkDataListener) - Method in class org.apache.pinot.common.utils.helix.FakePropertyStore
 
SUBSET - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SubsetDefinition() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SubsetDefinitionCommaList(Span) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SUBSTITUTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
substr(String, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
substr(String, int, int) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
Returns the substring of the main string from beginIndex to endIndex.
SUBSTRING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SUBSTRING_REGEX - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SUCCEEDS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SUM - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
switchTo(SqlAbstractParserImpl.LexicalState) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
SwitchTo(int) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImplTokenManager
Switch to specified lex state.
SYMMETRIC - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SYNC_DISK_WRITE_WITH_UPSTREAM_RATE - Static variable in class org.apache.pinot.common.utils.TarGzCompressionUtils
 
SYSTEM - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SYSTEM_ACTIVITIES_CPU_TIME_NS - org.apache.pinot.common.metrics.ServerTimer
 
SYSTEM_ACTIVITIES_CPU_TIME_NS - org.apache.pinot.common.utils.DataTable.MetadataKey
 
SYSTEM_TIME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SYSTEM_USER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
SystemConfig(String, String, String, int, String, String, String, String) - Constructor for class org.apache.pinot.common.utils.PinotAppConfigs.SystemConfig
 
SystemResourceInfo - Class in org.apache.pinot.common.restlet.resources
Class to represent system resources (CPU, Memory, etc) for an instance.
SystemResourceInfo() - Constructor for class org.apache.pinot.common.restlet.resources.SystemResourceInfo
Constructor that initializes the values from reading system properties.
SystemResourceInfo(Map<String, String>) - Constructor for class org.apache.pinot.common.restlet.resources.SystemResourceInfo
Constructor of class from map.

T

TABLE - org.apache.pinot.common.utils.DataTable.MetadataKey
 
TABLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TABLE_COMPRESSED_SIZE - org.apache.pinot.common.metrics.ControllerGauge
 
TABLE_DOES_NOT_EXIST - Static variable in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
TABLE_DOES_NOT_EXIST_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
TABLE_DOES_NOT_EXIST_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
TABLE_NAME - org.apache.pinot.common.request.DataSource._Fields
 
TABLE_NAME - org.apache.pinot.common.request.QuerySource._Fields
 
TABLE_NAME - Static variable in class org.apache.pinot.common.utils.FileUploadDownloadClient.QueryParameters
 
TABLE_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TABLE_QUOTA - org.apache.pinot.common.metrics.ControllerGauge
 
TABLE_SIZE_PER_REPLICA_ON_SERVER - org.apache.pinot.common.metrics.ControllerGauge
 
TABLE_STORAGE_EST_MISSING_SEGMENT_PERCENT - org.apache.pinot.common.metrics.ControllerGauge
 
TABLE_STORAGE_QUOTA_UTILIZATION - org.apache.pinot.common.metrics.ControllerGauge
 
TABLE_TOTAL_SIZE_ON_SERVER - org.apache.pinot.common.metrics.ControllerGauge
 
TABLE_TYPE - Static variable in class org.apache.pinot.common.utils.FileUploadDownloadClient.QueryParameters
 
TableCache - Class in org.apache.pinot.common.config.provider
An implementation of PinotConfigProvider The TableCache caches all the table configs and schemas within the cluster, and listens on ZK changes to keep them in sync.
TableCache(ZkHelixPropertyStore<ZNRecord>, boolean) - Constructor for class org.apache.pinot.common.config.provider.TableCache
 
TableConfigRefreshMessage - Class in org.apache.pinot.common.messages
This (Helix) message is sent from the controller to brokers when a request is received to update the table config.
TableConfigRefreshMessage(String) - Constructor for class org.apache.pinot.common.messages.TableConfigRefreshMessage
Constructor for the sender.
TableConfigRefreshMessage(Message) - Constructor for class org.apache.pinot.common.messages.TableConfigRefreshMessage
Constructor for the receiver.
TableConfigUtils - Class in org.apache.pinot.common.utils.config
 
TableConstructor() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a VALUES leaf query expression.
TableDeletionMessage - Class in org.apache.pinot.common.messages
This Helix message is sent from the controller to the servers to remove TableDataManager when the table is deleted.
TableDeletionMessage(String) - Constructor for class org.apache.pinot.common.messages.TableDeletionMessage
 
TableDeletionMessage(Message) - Constructor for class org.apache.pinot.common.messages.TableDeletionMessage
 
TableFunctionCall(SqlParserPos) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
TableIdentifierSegment(List<String>, List<SqlParserPos>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
TableMetadataInfo - Class in org.apache.pinot.common.restlet.resources
Class to represent aggregated segment metadata for a table.
TableMetadataInfo(String, long, long, long, Map<String, Double>, Map<String, Double>, Map<String, Double>) - Constructor for class org.apache.pinot.common.restlet.resources.TableMetadataInfo
 
tableName - Variable in class org.apache.pinot.common.request.DataSource
 
tableName - Variable in class org.apache.pinot.common.request.QuerySource
 
TableNotFoundException - Exception in org.apache.pinot.common.exception
 
TableNotFoundException(String) - Constructor for exception org.apache.pinot.common.exception.TableNotFoundException
 
TableOverOpt() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Allows an OVER clause following a table expression as an extension to standard SQL syntax.
TableRef() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a table reference in a FROM clause, not lateral unless LATERAL is explicitly specified.
TableRef2(boolean) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a table reference in a FROM clause.
TableRefWithHintsOpt() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a table reference with optional hints.
TABLESAMPLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TableSegments - Class in org.apache.pinot.common.restlet.resources
 
TableSegments(List<String>) - Constructor for class org.apache.pinot.common.restlet.resources.TableSegments
 
TableSizeInfo - Class in org.apache.pinot.common.restlet.resources
 
TableSizeInfo(String, long, List<SegmentSizeInfo>) - Constructor for class org.apache.pinot.common.restlet.resources.TableSizeInfo
 
TablesList - Class in org.apache.pinot.common.restlet.resources
 
TablesList(List<String>) - Constructor for class org.apache.pinot.common.restlet.resources.TablesList
 
TableTierInfo - Class in org.apache.pinot.common.restlet.resources
 
TableTierInfo(String, Map<String, String>, Set<String>) - Constructor for class org.apache.pinot.common.restlet.resources.TableTierInfo
 
tabSize - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
TagNameUtils - Class in org.apache.pinot.common.utils.config
The TagNameUtils class handles the conversion between tenant and tag.
tan(double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
TAN - org.apache.pinot.common.function.TransformFunctionType
 
tanh(double) - Static method in class org.apache.pinot.common.function.scalar.TrigonometricFunctions
 
TANH - org.apache.pinot.common.function.TransformFunctionType
 
TAR_GZ_FILE_EXTENSION - Static variable in class org.apache.pinot.common.utils.TarGzCompressionUtils
 
TarGzCompressionUtils - Class in org.apache.pinot.common.utils
Utility class to compress/de-compress tar.gz files.
TASK_EXECUTION - org.apache.pinot.common.metrics.MinionQueryPhase
 
TASK_QUEUEING - org.apache.pinot.common.metrics.MinionQueryPhase
 
TASK_STATUS - org.apache.pinot.common.metrics.ControllerGauge
 
TaskGeneratorMostRecentRunInfo - Class in org.apache.pinot.common.minion
a task generator running history which keeps the most recent several success run timestamp and the most recent several error run messages.
TaskManagerStatusCache<T extends BaseTaskGeneratorInfo> - Interface in org.apache.pinot.common.minion
 
TEMPORARY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TEXT_CONTAINS - org.apache.pinot.common.request.context.predicate.Predicate.Type
 
TEXT_CONTAINS - org.apache.pinot.sql.FilterKind
 
TEXT_MATCH - org.apache.pinot.common.request.context.predicate.Predicate.Type
 
TEXT_MATCH - org.apache.pinot.sql.FilterKind
 
TextContainsPredicate - Class in org.apache.pinot.common.request.context.predicate
Represents a TEXT_CONTAINS predicate.
TextContainsPredicate(ExpressionContext, String) - Constructor for class org.apache.pinot.common.request.context.predicate.TextContainsPredicate
 
TextMatchPredicate - Class in org.apache.pinot.common.request.context.predicate
Predicate for TEXT_MATCH.
TextMatchPredicate(ExpressionContext, String) - Constructor for class org.apache.pinot.common.request.context.predicate.TextMatchPredicate
 
THEN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
THREAD_CPU_TIME_NS - org.apache.pinot.common.utils.DataTable.MetadataKey
 
Tier - Class in org.apache.pinot.common.tier
Represents a tier of storage in Pinot.
Tier(String, TierSegmentSelector, TierStorage) - Constructor for class org.apache.pinot.common.tier.Tier
 
TierConfigUtils - Class in org.apache.pinot.common.utils.config
Util methods for TierConfig
TierFactory - Class in org.apache.pinot.common.tier
Factory class to create and sort Tier
TierSegmentSelector - Interface in org.apache.pinot.common.tier
Interface for the segment selection strategy of a tier
TierStorage - Interface in org.apache.pinot.common.tier
Interface for the storage type of the tier
TIES - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TIME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TIME_SEGMENT_SELECTOR_TYPE - Static variable in class org.apache.pinot.common.tier.TierFactory
 
TIME_USED_MS - org.apache.pinot.common.utils.DataTable.MetadataKey
 
TimeBasedTierSegmentSelector - Class in org.apache.pinot.common.tier
A TierSegmentSelector strategy which selects segments for a tier based on the age of the segment
TimeBasedTierSegmentSelector(HelixManager, String) - Constructor for class org.apache.pinot.common.tier.TimeBasedTierSegmentSelector
 
TIMECONVERT - org.apache.pinot.common.function.TransformFunctionType
 
times(double, double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
TIMESTAMP - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
TIMESTAMP - org.apache.pinot.common.utils.PinotDataType
When converting from TIMESTAMP to other types: - LONG/DOUBLE: millis since epoch value - String: SQL timestamp format (e.g.
TIMESTAMP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TIMESTAMP_ARRAY - org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
TIMESTAMP_ARRAY - org.apache.pinot.common.utils.PinotDataType
 
timestampAdd(String, long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Add a time period to the provided timestamp.
TIMESTAMPADD - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TimestampAddFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a call to TIMESTAMPADD.
timestampDiff(String, long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Get difference between two timestamps and return the result in the specified timeunit.
TIMESTAMPDIFF - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TimestampDiffFunctionCall() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a call to TIMESTAMPDIFF.
TimestampInterval() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
TimeUnit() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses time unit for EXTRACT, CEIL and FLOOR functions.
TIMEZONE_HOUR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TIMEZONE_MINUTE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
timezoneHour(String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the hour of the time zone offset.
TimeZoneKey - Class in org.apache.pinot.common.function
Copied from the presto TimeZoneKey.
timezoneMinute(String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the minute of the time zone offset.
TimeZoneOpt() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parse a time zone suffix for DateTime types.
TINYINT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TlsConfig - Class in org.apache.pinot.common.config
Container object for TLS/SSL configuration of pinot clients and servers (netty, grizzly, etc.)
TlsConfig() - Constructor for class org.apache.pinot.common.config.TlsConfig
 
TlsConfig(TlsConfig) - Constructor for class org.apache.pinot.common.config.TlsConfig
 
TlsUtils - Class in org.apache.pinot.common.utils
Utility class for shared TLS configuration logic
TO - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
toAscii(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
toBase64(byte[]) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
toBigDecimal(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toBoolean(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toBooleanArray(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toBuilder() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
toBuilder() - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
toBuilder() - Method in class org.apache.pinot.common.proto.Plan.ListField
 
toBuilder() - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
toBuilder() - Method in class org.apache.pinot.common.proto.Plan.MapField
 
toBuilder() - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
toBuilder() - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
toBuilder() - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
toBuilder() - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
toBuilder() - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
toBuilder() - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
toBuilder() - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
toBuilder() - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
toBuilder() - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
toBuilder() - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 
toBytes() - Method in class org.apache.pinot.common.utils.DataSchema
 
toBytes() - Method in interface org.apache.pinot.common.utils.DataTable
 
toBytes(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toBytesArray(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toCamelCase(String) - Static method in class org.apache.pinot.common.Utils
Takes a string, removes all characters that are not letters or digits and capitalizes the next letter following a series of characters that are not letters or digits.
toDataOnlyDataTable() - Method in interface org.apache.pinot.common.utils.DataTable
 
toDataType() - Method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
 
toDateTime(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts epoch millis to DateTime string represented by pattern
toDateTime(long, String, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts epoch millis to DateTime string represented by pattern and the time zone id.
toDouble(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toDoubleArray(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toEpochDays(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Convert epoch millis to epoch days
toEpochDaysBucket(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Convert epoch millis to epoch days, divided by given bucket, to get nDaysSinceEpoch
toEpochDaysRounded(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Convert epoch millis to epoch days, round to nearest rounding bucket
toEpochHours(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Convert epoch millis to epoch hours
toEpochHoursBucket(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Convert epoch millis to epoch hours, divided by given bucket, to get nHoursSinceEpoch
toEpochHoursRounded(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Convert epoch millis to epoch hours, round to nearest rounding bucket
toEpochMinutes(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Convert epoch millis to epoch minutes
toEpochMinutesBucket(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Convert epoch millis to epoch minutes, divided by given bucket, to get nMinutesSinceEpoch
toEpochMinutesRounded(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Convert epoch millis to epoch minutes, round to nearest rounding bucket
toEpochSeconds(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Convert epoch millis to epoch seconds
toEpochSecondsBucket(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Convert epoch millis to epoch seconds, divided by given bucket, to get nSecondsSinceEpoch
toEpochSecondsRounded(long, long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Convert epoch millis to epoch seconds, round to nearest rounding bucket
toFloat(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toFloatArray(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toHelixInstanceConfig(Instance) - Static method in class org.apache.pinot.common.utils.config.InstanceUtils
Returns the Helix InstanceConfig for the given instance.
toInt(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
NOTE: override toInt(), toLong(), toFloat(), toDouble(), toBoolean(), toTimestamp(), toString(), and toBytes() for single-value types.
toIntegerArray(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toInternal(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
Converts to the internal representation of the value.
toJson(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toJsonMapStr(Map) - Static method in class org.apache.pinot.common.function.scalar.JsonFunctions
Convert Map to Json String
toJsonObject() - Method in class org.apache.pinot.common.lineage.SegmentLineage
Returns a json representation of the segment lineage.
toJsonString() - Method in class org.apache.pinot.common.assignment.InstancePartitions
 
toJsonString() - Method in class org.apache.pinot.common.metadata.segment.SegmentPartitionMetadata
Returns the JSON equivalent of the object.
toJsonString() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadataCustomMapModifier
 
toJsonString() - Method in class org.apache.pinot.common.minion.BaseTaskGeneratorInfo
 
toJsonString() - Method in class org.apache.pinot.common.minion.BaseTaskMetadata
 
toJsonString() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response
 
toJsonString() - Method in class org.apache.pinot.common.response.broker.BrokerResponseNative
 
toJsonString() - Method in interface org.apache.pinot.common.response.BrokerResponse
Convert the broker response to JSON String.
toJSONString() - Method in class org.apache.pinot.common.utils.PinotAppConfigs
 
token - Variable in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Current token.
Token - Class in org.apache.pinot.sql.parsers.parser
Describes the input token stream.
Token() - Constructor for class org.apache.pinot.sql.parsers.parser.Token
No-argument constructor
Token(int) - Constructor for class org.apache.pinot.sql.parsers.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.pinot.sql.parsers.parser.Token
Constructs a new token for the specified Image and Kind.
TOKEN - Static variable in class org.apache.pinot.common.auth.StaticTokenAuthProvider
 
token_source - Variable in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Generated Token Manager.
tokenImage - Variable in exception org.apache.pinot.sql.parsers.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
Literal token values.
TokenMgrError - Error in org.apache.pinot.sql.parsers.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.pinot.sql.parsers.parser.TokenMgrError
No arg constructor.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error org.apache.pinot.sql.parsers.parser.TokenMgrError
Full Constructor.
TokenMgrError(String, int) - Constructor for error org.apache.pinot.sql.parsers.parser.TokenMgrError
Constructor with message and reason.
toLong(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toLongArray(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toMap() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
toMap() - Method in class org.apache.pinot.common.restlet.resources.SystemResourceInfo
Returns a map containing names of fields along with their String values.
toMetadataOnlyDataTable() - Method in interface org.apache.pinot.common.utils.DataTable
 
TOO_MANY_REQUESTS_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
TOP_LEVEL_COUNT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
toPrimitive(Object) - Static method in class org.apache.pinot.common.utils.PrimitiveArrayUtils
Turns the passed array into a primitive array, if necessary.
toPrimitiveDoubleArray(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toPrimitiveFloatArray(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toPrimitiveIntArray(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toPrimitiveLongArray(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toRequestHeaders(Map<String, Object>) - Static method in class org.apache.pinot.common.auth.AuthProviderUtils
Convenience helper to convert Map to list of Http Headers
toRequestHeaders(AuthProvider) - Static method in class org.apache.pinot.common.auth.AuthProviderUtils
Convenience helper to convert an optional authProvider to a list of http headers
toStaticToken(AuthProvider) - Static method in class org.apache.pinot.common.auth.AuthProviderUtils
Convenience helper to convert an optional authProvider to a static job spec token
toString() - Method in class org.apache.pinot.common.assignment.InstancePartitions
 
toString() - Method in class org.apache.pinot.common.function.TimeZoneKey
 
toString() - Method in class org.apache.pinot.common.minion.BaseTaskGeneratorInfo
 
toString() - Method in class org.apache.pinot.common.minion.BaseTaskMetadata
 
toString() - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
toString() - Method in class org.apache.pinot.common.request.BrokerRequest
 
toString() - Method in class org.apache.pinot.common.request.context.ExpressionContext
 
toString() - Method in class org.apache.pinot.common.request.context.FilterContext
 
toString() - Method in class org.apache.pinot.common.request.context.FunctionContext
 
toString() - Method in class org.apache.pinot.common.request.context.OrderByExpressionContext
 
toString() - Method in class org.apache.pinot.common.request.context.predicate.EqPredicate
 
toString() - Method in class org.apache.pinot.common.request.context.predicate.InPredicate
 
toString() - Method in class org.apache.pinot.common.request.context.predicate.IsNotNullPredicate
 
toString() - Method in class org.apache.pinot.common.request.context.predicate.IsNullPredicate
 
toString() - Method in class org.apache.pinot.common.request.context.predicate.JsonMatchPredicate
 
toString() - Method in class org.apache.pinot.common.request.context.predicate.NotEqPredicate
 
toString() - Method in class org.apache.pinot.common.request.context.predicate.NotInPredicate
 
toString() - Method in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
toString() - Method in class org.apache.pinot.common.request.context.predicate.RegexpLikePredicate
 
toString() - Method in class org.apache.pinot.common.request.context.predicate.TextContainsPredicate
 
toString() - Method in class org.apache.pinot.common.request.context.predicate.TextMatchPredicate
 
toString() - Method in class org.apache.pinot.common.request.DataSource
 
toString() - Method in class org.apache.pinot.common.request.Expression
 
toString() - Method in class org.apache.pinot.common.request.Function
 
toString() - Method in class org.apache.pinot.common.request.Identifier
 
toString() - Method in class org.apache.pinot.common.request.InstanceRequest
 
toString() - Method in class org.apache.pinot.common.request.PinotQuery
 
toString() - Method in class org.apache.pinot.common.request.QuerySource
 
toString() - Method in exception org.apache.pinot.common.response.ProcessingException
 
toString() - Method in class org.apache.pinot.common.tier.FixedTierSegmentSelector
 
toString() - Method in class org.apache.pinot.common.tier.PinotServerTierStorage
 
toString() - Method in class org.apache.pinot.common.tier.Tier
 
toString() - Method in class org.apache.pinot.common.tier.TimeBasedTierSegmentSelector
 
toString() - Method in class org.apache.pinot.common.utils.DataSchema
 
toString() - Method in class org.apache.pinot.common.utils.HLCSegmentName
 
toString() - Method in class org.apache.pinot.common.utils.LLCSegmentName
 
toString() - Method in class org.apache.pinot.sql.parsers.parser.Token
Returns the image.
toString(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toStringArray(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
TOTAL_CPU_TIME_NS - org.apache.pinot.common.metrics.ServerTimer
 
TOTAL_DOCS - org.apache.pinot.common.utils.DataTable.MetadataKey
 
TOTAL_DOCUMENT_COUNT - org.apache.pinot.common.metrics.ValidationMetrics.ValidationMetricName
 
TOTAL_QUERY_TIME - org.apache.pinot.common.metrics.ServerQueryPhase
 
TOTAL_SERVER_RESPONSE_SIZE - org.apache.pinot.common.metrics.BrokerMeter
 
toTimestamp(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Converts epoch millis to Timestamp
toTimestamp(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toTimestampArray(Object) - Method in enum org.apache.pinot.common.utils.PinotDataType
 
toUtf8(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
toZNRecord() - Method in class org.apache.pinot.common.assignment.InstancePartitions
 
toZNRecord() - Method in class org.apache.pinot.common.lineage.SegmentLineage
Convert the segment lineage object to the ZNRecord
toZNRecord() - Method in class org.apache.pinot.common.metadata.instance.InstanceZKMetadata
 
toZNRecord() - Method in class org.apache.pinot.common.metadata.segment.SegmentZKMetadata
 
toZNRecord() - Method in interface org.apache.pinot.common.metadata.ZKMetadata
 
toZNRecord() - Method in class org.apache.pinot.common.minion.BaseTaskMetadata
 
toZNRecord() - Method in class org.apache.pinot.common.minion.MergeRollupTaskMetadata
 
toZNRecord() - Method in class org.apache.pinot.common.minion.RealtimeToOfflineSegmentsTaskMetadata
 
toZNRecord(TableConfig) - Static method in class org.apache.pinot.common.utils.config.TableConfigUtils
 
toZNRecord(UserConfig) - Static method in class org.apache.pinot.common.utils.config.AccessControlUserConfigUtils
 
toZNRecord(Schema) - Static method in class org.apache.pinot.common.utils.SchemaUtils
Wrap Schema into a ZNRecord.
trace_enabled() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Trace enabled.
TRACE_INFO - org.apache.pinot.common.utils.DataTable.MetadataKey
 
trackLineColumn - Variable in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
TRAILING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRANSACTION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRANSACTIONS_ACTIVE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRANSACTIONS_COMMITTED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRANSACTIONS_ROLLED_BACK - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
transferBytes(FileChannel, long, long, FileChannel) - Static method in class org.apache.pinot.common.utils.FileUtils
Transfers bytes from the source file to the destination file.
TRANSFORM - org.apache.pinot.common.request.context.FunctionContext.Type
 
TRANSFORM - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TransformFunctionType - Enum in org.apache.pinot.common.function
 
TRANSFORMS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRANSLATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRANSLATE_REGEX - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRANSLATION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TREAT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRIGGER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRIGGER_CATALOG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRIGGER_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRIGGER_SCHEMA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TrigonometricFunctions - Class in org.apache.pinot.common.function.scalar
 
trim(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
trim(String, String, String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
Standard SQL trim function.
TRIM - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRIM_ARRAY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TRUE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
truncate(double) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
truncate(double, int) - Static method in class org.apache.pinot.common.function.scalar.ArithmeticFunctions
 
TRUNCATE - org.apache.pinot.common.function.TransformFunctionType
 
TRUNCATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TUMBLE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
tupleSchemeReadValue(TProtocol, short) - Method in class org.apache.pinot.common.request.Literal
 
tupleSchemeWriteValue(TProtocol) - Method in class org.apache.pinot.common.request.Literal
 
type - Variable in class org.apache.pinot.common.request.Expression
 
TYPE - org.apache.pinot.common.request.Expression._Fields
 
TYPE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
TYPE_SUFFIX_SEPARATOR - Static variable in class org.apache.pinot.common.assignment.InstancePartitionsUtils
 
TypeName() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 

U

UESCAPE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UNBOUNDED - Static variable in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
UNBOUNDED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UNCAUGHT_EXCEPTIONS - org.apache.pinot.common.metrics.ServerMeter
 
UNCAUGHT_GET_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
UNCAUGHT_POST_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
UNCOMMITTED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UNCONDITIONAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UNDER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UNHEALTHY_SERVERS - org.apache.pinot.common.metrics.BrokerGauge
 
UNICODE_QUOTED_ESCAPE_CHAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UNICODE_QUOTED_IDENTIFIER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UNICODE_STRING_LITERAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UNION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UNIQUE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UNKNOWN - org.apache.pinot.common.utils.DataTable.MetadataKey
 
UNKNOWN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UNKNOWN_COLUMN_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
UNKNOWN_COLUMN_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
UNKNOWN_COLUMN_EXCEPTIONS - org.apache.pinot.common.metrics.BrokerMeter
 
UNKNOWN_ERROR - Static variable in class org.apache.pinot.common.exception.QueryException
 
UNKNOWN_ERROR_CODE - Static variable in class org.apache.pinot.common.exception.QueryException
 
UNNAMED - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UNNEST - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
unparse(SqlWriter, int, int) - Method in class org.apache.pinot.sql.parsers.parser.SqlInsertFromFile
 
Unpivot(SqlNode) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses an UNPIVOT clause following a table expression.
UNPIVOT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UnpivotValue(List<SqlNode>) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
UnquantifiedFunctionParameterList(SqlAbstractParserImpl.ExprContext) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses function parameter lists.
unregisterAllMetrics() - Method in class org.apache.pinot.common.metrics.ValidationMetrics
Unregisters all validation metrics.
unsetBrokerId() - Method in class org.apache.pinot.common.request.InstanceRequest
 
unsetDataSource() - Method in class org.apache.pinot.common.request.PinotQuery
 
unsetDebugOptions() - Method in class org.apache.pinot.common.request.PinotQuery
 
unsetEnableTrace() - Method in class org.apache.pinot.common.request.InstanceRequest
 
unsetErrorCode() - Method in exception org.apache.pinot.common.response.ProcessingException
 
unsetExplain() - Method in class org.apache.pinot.common.request.PinotQuery
 
unsetExpressionOverrideHints() - Method in class org.apache.pinot.common.request.PinotQuery
 
unsetFilterExpression() - Method in class org.apache.pinot.common.request.PinotQuery
 
unsetFunctionCall() - Method in class org.apache.pinot.common.request.Expression
 
unsetGroupByList() - Method in class org.apache.pinot.common.request.PinotQuery
 
unsetHavingExpression() - Method in class org.apache.pinot.common.request.PinotQuery
 
unsetIdentifier() - Method in class org.apache.pinot.common.request.Expression
 
unsetLimit() - Method in class org.apache.pinot.common.request.PinotQuery
 
unsetLiteral() - Method in class org.apache.pinot.common.request.Expression
 
unsetMessage() - Method in exception org.apache.pinot.common.response.ProcessingException
 
unsetName() - Method in class org.apache.pinot.common.request.Identifier
 
unsetOffset() - Method in class org.apache.pinot.common.request.PinotQuery
 
unsetOperands() - Method in class org.apache.pinot.common.request.Function
 
unsetOperator() - Method in class org.apache.pinot.common.request.Function
 
unsetOrderByList() - Method in class org.apache.pinot.common.request.PinotQuery
 
unsetPinotQuery() - Method in class org.apache.pinot.common.request.BrokerRequest
 
unsetQuery() - Method in class org.apache.pinot.common.request.InstanceRequest
 
unsetQueryOptions() - Method in class org.apache.pinot.common.request.PinotQuery
 
unsetQuerySource() - Method in class org.apache.pinot.common.request.BrokerRequest
 
unsetRequestId() - Method in class org.apache.pinot.common.request.InstanceRequest
 
unsetSearchSegments() - Method in class org.apache.pinot.common.request.InstanceRequest
 
unsetSelectList() - Method in class org.apache.pinot.common.request.PinotQuery
 
unsetSubquery() - Method in class org.apache.pinot.common.request.DataSource
 
unsetTableName() - Method in class org.apache.pinot.common.request.DataSource
 
unsetTableName() - Method in class org.apache.pinot.common.request.QuerySource
 
unsetType() - Method in class org.apache.pinot.common.request.Expression
 
unsetVersion() - Method in class org.apache.pinot.common.request.PinotQuery
 
UNSIGNED_INTEGER_LITERAL - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UnsignedIntLiteral() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
UnsignedNumericLiteral() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a unsigned numeric literal
UnsignedNumericLiteralOrParam() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Numeric literal or parameter; used in LIMIT, OFFSET and FETCH clauses.
UNSUPPORTED - org.apache.pinot.common.utils.SegmentName.RealtimeSegmentType
 
untar(File, File) - Static method in class org.apache.pinot.common.utils.TarGzCompressionUtils
Un-tars a tar.gz file into a directory, returns all the untarred files/directories.
untar(InputStream, File) - Static method in class org.apache.pinot.common.utils.TarGzCompressionUtils
Un-tars an inputstream of a tar.gz file into a directory, returns all the untarred files/directories.
UNTAR_FAILURES - org.apache.pinot.common.metrics.ServerMeter
 
untarOneFile(File, String, File) - Static method in class org.apache.pinot.common.utils.TarGzCompressionUtils
Un-tars one single file with the given file name from a tar.gz file.
untarWithRateLimiter(InputStream, File, long) - Static method in class org.apache.pinot.common.utils.TarGzCompressionUtils
Un-tars an inputstream of a tar.gz file into a directory, returns all the untarred files/directories.
UnusedExtension() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Defines a production which can never be accepted by the parser.
UPDATE - org.apache.pinot.common.metadata.segment.SegmentZKMetadataCustomMapModifier.ModifyMode
 
UPDATE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
updateBrokerConfig(Map<String, String>, HelixAdmin, String) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
updateBrokerResource(HelixManager, String, List<String>, List<String>, List<String>) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Updates broker resource ideal state for the given broker with the given broker tags.
updateHelixInstanceConfig(InstanceConfig, Instance) - Static method in class org.apache.pinot.common.utils.config.InstanceUtils
Updates the Helix InstanceConfig with the given instance configuration.
updateHostnamePort(InstanceConfig, String, int) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Updates hostname and port in the instance config, returns true if the value is updated, false otherwise.
updateIdealState(HelixManager, String, Function<IdealState, IdealState>) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
updateIdealState(HelixManager, String, Function<IdealState, IdealState>, RetryPolicy) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
updateIdealState(HelixManager, String, Function<IdealState, IdealState>, RetryPolicy, boolean) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Updates the ideal state, retrying if necessary in case of concurrent updates to the ideal state.
updateInstanceConfig(HelixManager, InstanceConfig) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Updates instance config to the Helix property store.
updateLastPushTimeGauge(String, long) - Method in class org.apache.pinot.common.metrics.ValidationMetrics
Updates the last push time gauge.
updateLineageEntry(String, LineageEntry) - Method in class org.apache.pinot.common.lineage.SegmentLineage
Update lineage entry to the segment lineage metadata with the given lineage entry id
UpdateLineColumn(char) - Method in class org.apache.pinot.sql.parsers.parser.SimpleCharStream
 
updateMissingSegmentCountGauge(String, int) - Method in class org.apache.pinot.common.metrics.ValidationMetrics
Updates the missing segment count gauge.
updateNonConsumingPartitionCountMetric(String, int) - Method in class org.apache.pinot.common.metrics.ValidationMetrics
Updates the non consuming partition count metric.
updateOfflineSegmentDelayGauge(String, long) - Method in class org.apache.pinot.common.metrics.ValidationMetrics
Updates the offline segment delay gauge.
updateResourceConfigsFor(Map<String, String>, String, String, HelixAdmin) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
 
updateSchema(URI, String, File) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
updateSchema(URI, String, File, List<Header>, List<NameValuePair>) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Update schema.
updateSegmentCountGauge(String, long) - Method in class org.apache.pinot.common.metrics.ValidationMetrics
Updates the segment count gauge.
updateTlsPort(InstanceConfig, int) - Static method in class org.apache.pinot.common.utils.helix.HelixHelper
Updates a tlsPort value into Pinot instance config so it can be retrieved later
updateTotalDocumentCountGauge(String, long) - Method in class org.apache.pinot.common.metrics.ValidationMetrics
Updates the total document count gauge.
upgradeToCover(DataSchema) - Method in class org.apache.pinot.common.utils.DataSchema
Upgrade the current data schema to cover the column data types in the given data schema.
UPLOAD_SUCCESS - org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Sent by controller as an acknowledgement during split commit for successful segment upload
UPLOAD_TYPE - Static variable in class org.apache.pinot.common.utils.FileUploadDownloadClient.CustomHeaders
 
uploadSegment(String, String) - Method in class org.apache.pinot.common.utils.webhdfs.WebHdfsV1Client
 
uploadSegment(URI, String, File, String) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
uploadSegment(URI, String, File, String, TableType) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Upload segment with segment file using default settings.
uploadSegment(URI, String, File, String, TableType, boolean, boolean) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Upload segment with segment file using table name, type, enableParallelPushProtection and allowRefresh as request parameters.
uploadSegment(URI, String, File, List<Header>, List<NameValuePair>, int) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Upload segment with segment file.
uploadSegment(URI, String, InputStream, String) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Upload segment with segment file input stream using default settings.
uploadSegment(URI, String, InputStream, List<Header>, List<NameValuePair>, int) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Upload segment with segment file input stream.
uploadSegment(URI, String, InputStream, List<Header>, List<NameValuePair>, String, TableType) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Upload segment with segment file input stream.
uploadSegmentMetadata(URI, String, File, List<Header>, List<NameValuePair>, int) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Upload segment by sending a zip of creation.meta and metadata.properties.
uploadSegmentMetadataFiles(URI, Map<String, File>, int) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Deprecated.
uploadSegmentMetadataFiles(URI, Map<String, File>, List<Header>, List<NameValuePair>, int) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
 
uploadToSegmentStore(String) - Method in class org.apache.pinot.common.utils.FileUploadDownloadClient
Used by controllers to send requests to servers: Controller periodic task uses this endpoint to ask servers to upload committed llc segment to segment store if missing.
upper(String) - Static method in class org.apache.pinot.common.function.scalar.StringFunctions
 
UPPER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UPPER_EXCLUSIVE - Static variable in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
UPPER_INCLUSIVE - Static variable in class org.apache.pinot.common.request.context.predicate.RangePredicate
 
UPSERT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UPSERT_KEYS_IN_WRONG_SEGMENT - org.apache.pinot.common.metrics.ServerMeter
 
UPSERT_PRIMARY_KEYS_COUNT - org.apache.pinot.common.metrics.ServerGauge
 
URI - org.apache.pinot.common.utils.FileUploadDownloadClient.FileUploadType
 
URIUtils - Class in org.apache.pinot.common.utils
 
URL - Static variable in class org.apache.pinot.common.auth.UrlAuthProvider
 
UrlAuthProvider - Class in org.apache.pinot.common.auth
Auth provider with dynamic loading support, typically used for rotating tokens such as those injected by kubernetes.
UrlAuthProvider(String) - Constructor for class org.apache.pinot.common.auth.UrlAuthProvider
 
UrlAuthProvider(AuthConfig) - Constructor for class org.apache.pinot.common.auth.UrlAuthProvider
 
USAGE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
USER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
USER_DEFINED_TYPE_CATALOG - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
USER_DEFINED_TYPE_CODE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
USER_DEFINED_TYPE_NAME - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
USER_DEFINED_TYPE_SCHEMA - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
USING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UTC_KEY - Static variable in class org.apache.pinot.common.function.TimeZoneKey
 
UTF16 - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UTF32 - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
UTF8 - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Utils - Class in org.apache.pinot.common
 

V

validate() - Method in class org.apache.pinot.common.request.BrokerRequest
 
validate() - Method in class org.apache.pinot.common.request.DataSource
 
validate() - Method in class org.apache.pinot.common.request.Expression
 
validate() - Method in class org.apache.pinot.common.request.Function
 
validate() - Method in class org.apache.pinot.common.request.Identifier
 
validate() - Method in class org.apache.pinot.common.request.InstanceRequest
 
validate() - Method in class org.apache.pinot.common.request.PinotQuery
 
validate() - Method in class org.apache.pinot.common.request.QuerySource
 
validate() - Method in exception org.apache.pinot.common.response.ProcessingException
 
ValidationMetrics - Class in org.apache.pinot.common.metrics
Validation metrics utility class, which contains the glue code to publish metrics.
ValidationMetrics(PinotMetricsRegistry) - Constructor for class org.apache.pinot.common.metrics.ValidationMetrics
Builds the validation metrics.
ValidationMetrics.ValidationMetricName - Enum in org.apache.pinot.common.metrics
Names of validation metrics.
VALUE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
VALUE_OF - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
VALUEIN - org.apache.pinot.common.function.TransformFunctionType
 
valueOf(int) - Static method in enum org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
Deprecated.
valueOf(int) - Static method in enum org.apache.pinot.common.proto.Plan.MemberVariableField.MemberVariableFieldCase
Deprecated.
valueOf(String) - Static method in enum org.apache.pinot.common.function.TransformFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.helix.ExtraInstanceConfig.PinotInstanceConfigProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.lineage.LineageEntryState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metadata.controllerjob.ControllerJobType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metadata.segment.SegmentZKMetadataCustomMapModifier.ModifyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.BrokerGauge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.BrokerMeter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.BrokerQueryPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.BrokerTimer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.ControllerGauge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.ControllerMeter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.ControllerTimer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.MinionGauge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.MinionMeter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.MinionQueryPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.MinionTimer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.ServerGauge
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.ServerMeter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.ServerQueryPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.ServerTimer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.metrics.ValidationMetrics.ValidationMetricName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.proto.Plan.MemberVariableField.MemberVariableFieldCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.BrokerRequest._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.context.ExpressionContext.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.context.FilterContext.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.context.FunctionContext.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.context.predicate.Predicate.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.DataSource._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.Expression._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.ExpressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.Function._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.Identifier._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.InstanceRequest._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.Literal._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.PinotQuery._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.request.QuerySource._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.response.ProcessingException._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.utils.DataTable.MetadataKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.utils.DataTable.MetadataValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.utils.FileUploadDownloadClient.FileUploadType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.utils.PinotDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.utils.SegmentName.RealtimeSegmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.common.utils.ServiceStatus.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.sql.FilterKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.sql.parsers.dml.DataManipulationStatement.ExecutionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.pinot.sql.parsers.PinotSqlType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.pinot.common.function.TransformFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.helix.ExtraInstanceConfig.PinotInstanceConfigProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.lineage.LineageEntryState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metadata.controllerjob.ControllerJobType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metadata.segment.SegmentZKMetadataCustomMapModifier.ModifyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.BrokerGauge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.BrokerMeter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.BrokerQueryPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.BrokerTimer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.ControllerGauge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.ControllerMeter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.ControllerTimer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.MinionGauge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.MinionMeter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.MinionQueryPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.MinionTimer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.ServerGauge
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.ServerMeter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.ServerQueryPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.ServerTimer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.metrics.ValidationMetrics.ValidationMetricName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.proto.Plan.LiteralField.LiteralFieldCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.proto.Plan.MemberVariableField.MemberVariableFieldCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.protocols.SegmentCompletionProtocol.ControllerResponseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.BrokerRequest._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.context.ExpressionContext.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.context.FilterContext.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.context.FunctionContext.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.context.predicate.Predicate.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.DataSource._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.Expression._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.ExpressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.Function._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.Identifier._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.InstanceRequest._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.Literal._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.PinotQuery._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.request.QuerySource._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.response.ProcessingException._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.utils.DataSchema.ColumnDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.utils.DataTable.MetadataKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.utils.DataTable.MetadataValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.utils.FileUploadDownloadClient.FileUploadType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.utils.PinotDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.utils.SegmentName.RealtimeSegmentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.common.utils.ServiceStatus.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.sql.FilterKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.sql.parsers.dml.DataManipulationStatement.ExecutionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.pinot.sql.parsers.PinotSqlType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
VAR_POP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
VAR_SAMP - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
VARBINARY - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
VARCHAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
VARYING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
version - Variable in class org.apache.pinot.common.request.PinotQuery
 
VERSION - org.apache.pinot.common.request.PinotQuery._Fields
 
VERSION - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
VERSIONING - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
VERTICAL_BAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
VIEW - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.

W

WebHdfsV1Client - Class in org.apache.pinot.common.utils.webhdfs
 
WebHdfsV1Client(String, int) - Constructor for class org.apache.pinot.common.utils.webhdfs.WebHdfsV1Client
 
WebHdfsV1Client(String, int, String, boolean, int) - Constructor for class org.apache.pinot.common.utils.webhdfs.WebHdfsV1Client
 
week(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the ISO week of the year from the given epoch millis in UTC timezone.The value ranges from 1 to 53.
week(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the ISO week of the year from the given epoch millis and timezone id.
WEEK - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
WEEK_OF_YEAR - org.apache.pinot.common.function.TransformFunctionType
 
weekOfYear(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
An alias for week().
weekOfYear(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
An alias for week().
WHEN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
WHENEVER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
WhenMatchedClause(SqlNode, SqlIdentifier) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
WhenNotMatchedClause(SqlNode) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
WHERE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
WhereOpt() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses the optional WHERE clause for SELECT, DELETE, and UPDATE.
WHITESPACE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
WIDTH_BUCKET - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
WINDOW - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
WindowOpt() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses the optional WINDOW clause for SELECT
WindowRange() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
WindowSpecification() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
Parses a window specification.
WITH - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
withBuildTimeMillis(long) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
withBuildTimeSeconds(long) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
withControllerVipUrl(String) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
withExtraTimeSec(int) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
WITHIN - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
withinDistinct(SqlNode) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
withinGroup(SqlNode) - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
withInstanceId(String) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
WithItem() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
WithList() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
withMemoryUsedBytes(long) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
withName(String) - Method in class org.apache.pinot.common.assignment.InstancePartitions
Returns a new instance of InstancePartitions with the given name
withNumRows(int) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
withOffset(long) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
Deprecated.
WITHOUT - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
withReason(String) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
withSegmentLocation(String) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
withSegmentLocation(String) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
withSegmentName(String) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
withSegmentSizeBytes(long) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
withSplitCommit(boolean) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
withStatus(SegmentCompletionProtocol.ControllerResponseStatus) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
withStreamPartitionMsgOffset(String) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
withStreamPartitionMsgOffset(String) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Response.Params
 
withWaitTimeMillis(long) - Method in class org.apache.pinot.common.protocols.SegmentCompletionProtocol.Request.Params
 
WORK - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
Worker - Class in org.apache.pinot.common.proto
 
Worker.QueryRequest - Class in org.apache.pinot.common.proto
QueryRequest is the dispatched content for a specific query stage on a specific worker.
Worker.QueryRequest.Builder - Class in org.apache.pinot.common.proto
QueryRequest is the dispatched content for a specific query stage on a specific worker.
Worker.QueryRequestOrBuilder - Interface in org.apache.pinot.common.proto
 
Worker.QueryResponse - Class in org.apache.pinot.common.proto
QueryResponse is the dispatched response from worker, it doesn't contain actual data, only dispatch status.
Worker.QueryResponse.Builder - Class in org.apache.pinot.common.proto
QueryResponse is the dispatched response from worker, it doesn't contain actual data, only dispatch status.
Worker.QueryResponseOrBuilder - Interface in org.apache.pinot.common.proto
 
Worker.SegmentList - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.SegmentList
Worker.SegmentList.Builder - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.SegmentList
Worker.SegmentListOrBuilder - Interface in org.apache.pinot.common.proto
 
Worker.StageMetadata - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.StageMetadata
Worker.StageMetadata.Builder - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.StageMetadata
Worker.StageMetadataOrBuilder - Interface in org.apache.pinot.common.proto
 
Worker.StagePlan - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.StagePlan
Worker.StagePlan.Builder - Class in org.apache.pinot.common.proto
Protobuf type org.apache.pinot.common.proto.StagePlan
Worker.StagePlanOrBuilder - Interface in org.apache.pinot.common.proto
 
wrapAndThrowHttpException(SimpleHttpResponse) - Static method in class org.apache.pinot.common.utils.http.HttpClient
 
WRAPPER - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
write(TProtocol) - Method in class org.apache.pinot.common.request.BrokerRequest
 
write(TProtocol) - Method in class org.apache.pinot.common.request.DataSource
 
write(TProtocol) - Method in class org.apache.pinot.common.request.Expression
 
write(TProtocol) - Method in class org.apache.pinot.common.request.Function
 
write(TProtocol) - Method in class org.apache.pinot.common.request.Identifier
 
write(TProtocol) - Method in class org.apache.pinot.common.request.InstanceRequest
 
write(TProtocol) - Method in class org.apache.pinot.common.request.PinotQuery
 
write(TProtocol) - Method in class org.apache.pinot.common.request.QuerySource
 
write(TProtocol) - Method in exception org.apache.pinot.common.response.ProcessingException
 
WRITE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
writeSegmentLineage(ZkHelixPropertyStore<ZNRecord>, SegmentLineage, int) - Static method in class org.apache.pinot.common.lineage.SegmentLineageAccessHelper
Write the segment lineage to the property store
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxContent
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Mailbox.MailboxStatus
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Plan.ListField
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Plan.LiteralField
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Plan.MapField
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Plan.MemberVariableField
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Plan.ObjectField
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Plan.StageNode
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Server.ServerRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Server.ServerResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Worker.QueryRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Worker.QueryResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Worker.SegmentList
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Worker.StageMetadata
 
writeTo(CodedOutputStream) - Method in class org.apache.pinot.common.proto.Worker.StagePlan
 

X

XML - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.

Y

year(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the year from the given epoch millis in UTC timezone.
year(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the year from the given epoch millis and timezone id.
Year() - Method in class org.apache.pinot.sql.parsers.parser.SqlParserImpl
 
YEAR - org.apache.pinot.common.function.TransformFunctionType
 
YEAR - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
YEAR_OF_WEEK - org.apache.pinot.common.function.TransformFunctionType
 
yearOfWeek(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the year of the ISO week from the given epoch millis in UTC timezone.
yearOfWeek(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
Returns the year of the ISO week from the given epoch millis and timezone id.
YEARS - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.
yow(long) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
An alias for yearOfWeek().
yow(long, String) - Static method in class org.apache.pinot.common.function.scalar.DateTimeFunctions
An alias for yearOfWeek().

Z

ZKMetadata - Interface in org.apache.pinot.common.metadata
 
ZKMetadataProvider - Class in org.apache.pinot.common.metadata
 
ZkStarter - Class in org.apache.pinot.common.utils
 
ZkStarter.ZookeeperInstance - Class in org.apache.pinot.common.utils
 
ZONE - Static variable in interface org.apache.pinot.sql.parsers.parser.SqlParserImplConstants
RegularExpression Id.

_

_authProvider - Variable in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
_header - Variable in class org.apache.pinot.common.auth.UrlAuthProvider
 
_httpClient - Variable in class org.apache.pinot.common.utils.fetcher.HttpSegmentFetcher
 
_lhs - Variable in class org.apache.pinot.common.request.context.predicate.BasePredicate
 
_logger - Variable in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
_metricPrefix - Variable in class org.apache.pinot.common.metrics.AbstractMetrics
 
_metricsRegistry - Variable in class org.apache.pinot.common.metrics.AbstractMetrics
 
_prefix - Variable in class org.apache.pinot.common.auth.UrlAuthProvider
 
_properties - Variable in class org.apache.pinot.common.auth.AuthConfig
 
_requestHeaders - Variable in class org.apache.pinot.common.auth.StaticTokenAuthProvider
 
_retryCount - Variable in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
_retryDelayScaleFactor - Variable in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
_retryWaitMs - Variable in class org.apache.pinot.common.utils.fetcher.BaseSegmentFetcher
 
_taskToken - Variable in class org.apache.pinot.common.auth.StaticTokenAuthProvider
 
_url - Variable in class org.apache.pinot.common.auth.UrlAuthProvider
 
_values - Variable in class org.apache.pinot.common.request.context.predicate.BaseInPredicate
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages