Serialized Form
-
Package org.apache.pinot.common.exception
-
Class org.apache.pinot.common.exception.HttpErrorStatusException extends Exception implements Serializable
-
Serialized Fields
-
_statusCode
int _statusCode
-
-
-
Class org.apache.pinot.common.exception.InvalidConfigException extends Exception implements Serializable
-
Class org.apache.pinot.common.exception.SchemaAlreadyExistsException extends Exception implements Serializable
-
Class org.apache.pinot.common.exception.SchemaBackwardIncompatibleException extends Exception implements Serializable
-
Class org.apache.pinot.common.exception.SchemaNotFoundException extends Exception implements Serializable
-
Class org.apache.pinot.common.exception.TableNotFoundException extends Exception implements Serializable
-
-
Package org.apache.pinot.common.function
-
Class org.apache.pinot.common.function.DateTimeUtils.QuarterOfYearDateTimeField extends org.joda.time.DateTimeFieldType implements Serializable
- serialVersionUID:
- -5677872459807379123L
-
-
Package org.apache.pinot.common.proto
-
Class org.apache.pinot.common.proto.Server.ServerRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
Class org.apache.pinot.common.proto.Server.ServerResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable
- serialVersionUID:
- 0L
-
-
Package org.apache.pinot.common.request
-
Class org.apache.pinot.common.request.AggregationInfo extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.pinot.common.request.BrokerRequest extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
aggregationsInfo
List<AggregationInfo> aggregationsInfo
-
bucketHashKey
String bucketHashKey
-
debugOptions
Map<String,String> debugOptions
-
duration
String duration
-
enableTrace
boolean enableTrace
-
filterQuery
FilterQuery filterQuery
-
filterSubQueryMap
FilterQueryMap filterSubQueryMap
-
groupBy
GroupBy groupBy
-
havingFilterQuery
HavingFilterQuery havingFilterQuery
-
havingFilterSubQueryMap
HavingFilterQueryMap havingFilterSubQueryMap
-
limit
int limit
-
orderBy
List<SelectionSort> orderBy
-
pinotQuery
PinotQuery pinotQuery
-
queryOptions
Map<String,String> queryOptions
-
querySource
QuerySource querySource
-
queryType
QueryType queryType
-
responseFormat
String responseFormat
-
selections
Selection selections
-
timeInterval
String timeInterval
-
-
-
Class org.apache.pinot.common.request.DataSource extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
tableName
String tableName
-
-
-
Class org.apache.pinot.common.request.Expression extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
functionCall
Function functionCall
-
identifier
Identifier identifier
-
literal
Literal literal
-
type
ExpressionType type
-
-
-
Class org.apache.pinot.common.request.FilterQuery extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.pinot.common.request.FilterQueryMap extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
filterQueryMap
Map<Integer,FilterQuery> filterQueryMap
-
-
-
Class org.apache.pinot.common.request.Function extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
operands
List<Expression> operands
-
operator
String operator
-
-
-
Class org.apache.pinot.common.request.GroupBy extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.apache.pinot.common.request.HavingFilterQuery extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
aggregationInfo
AggregationInfo aggregationInfo
-
id
int id
-
nestedFilterQueryIds
List<Integer> nestedFilterQueryIds
-
operator
FilterOperator operator
-
value
List<String> value
-
-
-
Class org.apache.pinot.common.request.HavingFilterQueryMap extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
filterQueryMap
Map<Integer,HavingFilterQuery> filterQueryMap
-
-
-
Class org.apache.pinot.common.request.Identifier extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
name
String name
-
-
-
Class org.apache.pinot.common.request.InstanceRequest extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
brokerId
String brokerId
-
enableTrace
boolean enableTrace
-
query
BrokerRequest query
-
requestId
long requestId
-
searchSegments
List<String> searchSegments
-
-
-
Class org.apache.pinot.common.request.Literal extends org.apache.thrift.TUnion<Literal,Literal._Fields> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
-
Class org.apache.pinot.common.request.PinotQuery extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
dataSource
DataSource dataSource
-
debugOptions
Map<String,String> debugOptions
-
explain
boolean explain
-
filterExpression
Expression filterExpression
-
groupByList
List<Expression> groupByList
-
havingExpression
Expression havingExpression
-
limit
int limit
-
offset
int offset
-
orderByList
List<Expression> orderByList
-
queryOptions
Map<String,String> queryOptions
-
selectList
List<Expression> selectList
-
version
int version
-
-
-
Class org.apache.pinot.common.request.QuerySource extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
tableName
String tableName
-
-
-
Class org.apache.pinot.common.request.QueryType extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
hasAggregation
boolean hasAggregation
-
hasFilter
boolean hasFilter
-
hasGroup_by
boolean hasGroup_by
-
hasHaving
boolean hasHaving
-
hasSelection
boolean hasSelection
-
-
-
Class org.apache.pinot.common.request.Selection extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
offset
int offset
-
selectionColumns
List<String> selectionColumns
-
selectionSortSequence
List<SelectionSort> selectionSortSequence
-
size
int size
-
-
-
Class org.apache.pinot.common.request.SelectionSort extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
column
String column
-
isAsc
boolean isAsc
-
-
-
-
Package org.apache.pinot.common.response
-
Class org.apache.pinot.common.response.ProcessingException extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
errorCode
int errorCode
-
message
String message
-
-
-
-
Package org.apache.pinot.common.utils.helix
-
Class org.apache.pinot.common.utils.helix.HelixHelper.PermanentUpdaterException extends RuntimeException implements Serializable
-
-
Package org.apache.pinot.pql.parsers
-
Class org.apache.pinot.pql.parsers.Pql2CompilationException extends RuntimeException implements Serializable
-
-
Package org.apache.pinot.pql.parsers.utils
-
Class org.apache.pinot.pql.parsers.utils.Pair extends Object implements Serializable
-
Serialized Fields
-
_first
FIRST extends Serializable _first
-
_second
SECOND extends Serializable _second
-
-
-
-
Package org.apache.pinot.sql.parsers
-
Class org.apache.pinot.sql.parsers.SqlCompilationException extends RuntimeException implements Serializable
-