Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
This section contains reference documentation for the arrayContainsInt function.
Checks if int value exists in array.
arrayContainsInt('colName', valueToFind)
These examples are based on the Hybrid Quick Start.
13891,12892
false
14683,14683
true
12339,12339
false
13487,13930
false
13029,11292
false
This section contains reference documentation for the ADD function.
Sum of at least two values
ADD(col1, col2, col3...)
These examples are based on the Batch Quick Start.
26
37
63
This section contains reference documentation for the arrayContainsString function.
Checks if string value exists in array.
arrayContainsString('colName', valueToFind)
These examples are based on the Hybrid Quick Start.
N7713A,N7713A
true
N344AA,N344AA
false
N7713A,N7713A
true
This section contains reference documentation for the arrayConcatString function.
Concatenates two arrays of strings.
arrayConcatString('colName1', 'colName2')
These examples are based on the Hybrid Quick Start.
N7713A,N7713A
N7713A,N7713A,N7713A,N7713A
N344AA,N344AA
N344AA,N344AA,N344AA,N344AA
N344AA,N344AA
N344AA,N344AA,N344AA,N344AA
N7713A,N7713A
N7713A,N7713A,N7713A,N7713A
This section contains reference documentation for the arrayIndexOfString function.
Finds the last index of the given value in the array starting at the given index.
arrayIndexOfString('colName', valueToFind)
These examples are based on the Hybrid Quick Start.
N7713A,N7713A
0
N344AA,N344AA
-1
N7713A,N7713A
0
This section contains reference documentation for the arrayIndexOfInt function.
Finds the last index of the given value in the array starting at the given index.
arrayIndexOfInt('colName', valueToFind)
These examples are based on the Hybrid Quick Start.
13891,12892
-1
14683,14683
0
12339,12339
-1
13487,13930
-1
13029,11292
-1
This section contains reference documentation for the arrayDistinctString function.
Returns unique values in an array of strings.
arrayDistinctString('colName')
These examples are based on the Hybrid Quick Start.
N7713A,N7713A
N7713A
N344AA,N344AA
N344AA
N344AA,N344AA
N344AA
N7713A,N7713A
N7713A
This section contains reference documentation for the arrayReverseInt function.
Reverses array of ints.
arrayReverseInt('colName')
These examples are based on the Hybrid Quick Start.
13891,12892
12892,13891
14683,14683
14683,14683
12339,12339
12339,12339
13487,13930
13930,13487
13029,11292
11292,13029
This section contains reference documentation for the arrayRemoveInt function.
Removes value from array of ints.
arrayRemoveInt('colName', value)
These examples are based on the Hybrid Quick Start.
13891,12892
13891
13198,12892
13198
11066,12892
11066
13198,12892
13198
13891,12892
13891
This section contains reference documentation for the ARRAYLENGTH function.
Returns the length of a multi-value column
ARRAYLENGTH('colName')
These examples are based on the Hybrid Quick Start.
1
5382
37
267
33
223
17
166
22
160
The count(*)
values will increase each time we execute the query as data is constantly being ingested by the Hybrid Quick Start.
This section contains reference documentation for the arrayRemoveString function.
Removes value from array of strings.
arrayRemoveString('colName', value)
These examples are based on the Hybrid Quick Start.
SEA,PSC
PSC
SEA,PSC,PHX,MSY
PSC,PHX,MSY
SEA,PSC,PHX,MSY
PSC,PHX,MSY
SEA,PSC
PSC
SEA,PSC
PSC
This section contains reference documentation for the arrayDistinctInt function.
Returns unique values in an array of ints.
arrayDistinctInt('colName')
These examples are based on the Hybrid Quick Start.
15016,11066
15016,11066
10620,14869
10620,14869
13891,12892
13891,12892
12264,10397
12264,10397
11066,12892
11066,12892
This section contains reference documentation for the arraySliceInt function.
Returns the values in the array between the start and end positions.
arraySliceInt('colName', start, end)
These examples are based on the Hybrid Quick Start.
1531
13891
13891,12892
19
14683
14683,14683
829
12339
12339,12339
24
13198
13198,10721
548
10721
10721,12478
This section contains reference documentation for the arrayUnionInt function.
Create a union of two arrays of ints.
arrayUnionInt('colName1', 'colName2')
These examples are based on the Hybrid Quick Start.
1453,1731
1415,1623
1453,1731,1415,1623
1908,1758
1339,2310
1908,1758,1339,2310
1453,1731
1415,1623
1453,1731,1415,1623
1908,1758
1339,2310
1908,1758,1339,2310
This section contains reference documentation for the arrayReverseString function.
Reverses array of strings.
arrayReverseString('colName')
These examples are based on the Hybrid Quick Start.
1206
PSC,SEA
SEA,PSC
5300
PSC,SEA
SEA,PSC
3359
MSY,PHX,PSC,SEA
SEA,PSC,PHX,MSY
1023
PHX,PSC,SEA
SEA,PSC,PHX
963
MSY,PHX,PSC,SEA
SEA,PSC,PHX,MSY
This section contains reference documentation for the arraySortInt function.
Sorts array of ints.
arraySortInt('colName')
These examples are based on the Hybrid Quick Start.
13891,12892
12892,13891
14683,14683
14683,14683
12339,12339
12339,12339
13198,10721
10721,13198
10721,12478
10721,12478
This section contains reference documentation for the arraySliceString function.
Returns the values in the array between the start and end positions.
arraySliceString('colName', start, end)
These examples are based on the Hybrid Quick Start.
671
SEA,PSC
SEA,PSC,PHX,MSY
1767
SEA,PSC
SEA,PSC,PHX
2522
SEA,PSC
SEA,PSC
424
SEA,PSC
SEA,PSC,PHX,MSY
3162
SEA,PSC
SEA,PSC,PHX,MSY
1453,1731
1453,1731,1415,1623
1908,1758
1908,1758,1339,2310
1453,1731
1453,1731,1415,1623
1908,1758
1908,1758,1339,2310
This section contains reference documentation for the AVGMV function.
Get the avg of values in a group
AVGMV(colName)
These examples are based on the Hybrid Quick Start.
18.465753424657535
This section contains reference documentation for the arrayUnionString function.
Create a union of two arrays of strings.
arrayUnionString('colName1', 'colName2')
These examples are based on the Hybrid Quick Start.
N7713A,N7713A
IND,IND
N7713A,IND
N344AA,N344AA
MCI,BOS
N344AA,MCI,BOS
N7713A,N7713A
IND,IND
N7713A,IND
N344AA,N344AA
MCI,BOS
N344AA,MCI,BOS
This section contains reference documentation for the dayOfYear function.
347
346
347
346
This section contains reference documentation for the DISTINCTCOUNT function.
Returns the count of distinct row values in a group
DISTINCTCOUNT(colName)
These examples are based on the Batch Quick Start.
7
149
This section contains reference documentation for the COUNTMV function.
8
N7713A,N7713A
N344AA,N344AA
N344AA,N344AA
N7713A,N7713A
This section contains reference documentation for the count function.
Get the count of rows in a group
COUNT(colName)
These examples are based on the Batch Quick Start.
97889
This section contains reference documentation for the day function.
3846
PSC,SEA
SEA,PSC
3635
MSY,PHX,PSC,SEA
SEA,PSC,PHX,MSY
429
MSY,PHX,PSC,SEA
SEA,PSC,PHX,MSY
1206
PSC,SEA
SEA,PSC
5300
PSC,SEA
SEA,PSC
This section contains reference documentation for the dayOfWeek function.
This section contains reference documentation for the DISTINCT function.
Returns the distinct row values in a group
DISTINCT(colName)
These examples are based on the Batch Quick Start.
NL
UA
AL
NA
PL
AA
FL
NL
UA
AL
NA
PL
AA
FL
This section contains reference documentation for the DISTINCTCOUNTHLLMV function.
Returns an approximate distinct count using HyperLogLog in a group
DISTINCTCOUNTHLLMV(colName)
These examples are based on the Hybrid Quick Start.
34
This section contains reference documentation for the DISTINCTCOUNTBITMAP function.
Returns the count of distinct row values in a group. This function is accurate for INT column, but approximate for other cases where hash codes are used in distinct counting and there may be hash collisions. For accurate distinct counting on all column types, see DISTINCTCOUNT.
DISTINCTCOUNTBITMAP(colName)
These examples are based on the Batch Quick Start.
7
148
This section contains reference documentation for the DISTINCTCOUNTRAWTHETASKETCH function.
The Theta Sketch framework enables set operations over a stream of data, and can also be used for cardinality estimation. Pinot leverages the Sketch Class and its extensions from the library org.apache.datasketches:datasketches-java:1.2.0-incubating
to perform distinct counting as well as evaluating set operations.
DISTINCTCOUNTRAWTHETASKETCH(<thetaSketchColumn>, <thetaSketchParams>, predicate1, predicate2..., postAggregationExpressionToEvaluate) -> HexEncoded
thetaSketchColumn
(required): Name of the column to aggregate on.
thetaSketchParams
(required): Parameters for constructing the intermediate theta-sketches.
Currently, the only supported parameter is nominalEntries
(defaults to 4096).
predicates
(optional)_: _ These are individual predicates of form lhs <op> rhs
which are applied on rows selected by the where
clause. During intermediate sketch aggregation, sketches from the thetaSketchColumn
that satisfies these predicates are unionized individually. For example, all filtered rows that match country=USA
are unionized into a single sketch. Complex predicates that are created by combining (AND/OR) of individual predicates is supported.
postAggregationExpressionToEvaluate
(required): The set operation to perform on the individual intermediate sketches for each of the predicates. Currently supported operations are SET_DIFF, SET_UNION, SET_INTERSECT
, where DIFF requires two arguments and the UNION/INTERSECT allow more than two arguments.
These examples are based on the Batch Quick Start.
AgMDAAAKzJOVAAAAAACAPwDAATjfLK5fBJQy2rIU1GYLOK5a09G+XQ1UHWt00/NwFTC4EwzexhE3CHBSU+YIUzkM0goIADEeFViAmzCRcx5FeHrMHfGsU/qrFvMP+Q87UYRC7LFzZ0FV3PIfAF1FMFsM+E9XRwZRYoR79VdK7z1jAD/WClziDmb4Cosm3ctidcRl9VxfNTR47OUFqFP4dYQkZwXIEZtEhngdkGfqkQCKZPX85HITAZrwVDpI4TY6paDTZwLQNiemHFCUlEZCKcOMpkXuYypOxjzXi1ES+07IIH7EqrQeKcssHvOUh2gpzIDajYdQ4UTS6IBoXPB6AtbomPBiMalFURDzh+xppzrg5HcUTMW4Iuzgv5Mz/xIm73yOe7seghzwmH+zXUfda/mkaBqU6XQEAQFagTkndhYHHcjLb0OeQg4BGDAHtRIDD8EqsonkilQT6TZq2uM3CRXJQTlaYewzFvHsKivVomgcQRojVnPKBh0d0GgYeF4eIEXtD1bZTw43eVR1Dk6sBj3pjleOW21dRsUCRmyEDGdIfWQVJXouaUnZqaC9gi1oSrG7GT8HO2xXeb32OzfiHVx5s9+5bGpFXoXTu1n7g2Jone8JMyGuam2x7Bt55a1JdtFCFxhZ2Gd7IajHY4lNBH2lDfUoJed4f7kGUEXmlU6BCfwOkJ1CIoWBTQY+NToDhpmmmPY+rVOH5coybBHlH4vpfPBbbQsOjl0YBSC9uEmZ3WubqnV0KZ1p5d7wq/F0p7Wgo8y4JVXAobKCB+hsVckBNIA4XrYMzdWVSWeQsXHSuR+mWmJPftadyrMlfvoy2mVr8R4Dih7k3XNhXZwjBeuNJQA5Dtci6w0uIUczvEL+nY+9CSHEPQhuT//aluJ2De4Fk94cfWgaxqhYyh10TTIWZFmsDxJeOMaPT1BCwVRF6taOjftNbVDC5Fy1BtVzVIIUOGeBcj5VbhHtqowIB1qGEDIJy9ZBXD73iFBN5kVgvicaFGSKHGQqeIVsgOFdcFKITQTuV2d0pkljkPXKUIc68M0KPpU6iZYuaBA4+hGR9nri0tVnbJZOM1Z/fi01ou5YLYCoHTqkImozpJMYXLCqKtTBm2o7sc5oQATXUBC9dqM8xQoGL8OmltUWc1cX35rtD2D2zHL2IncEKMzsN/c6S31W74VTBtcbJfP9rHENp7yO453qYhA7m++jl2MKFzdvtkHqGDUcs9FKisV9Hx+ruhaGsLkdISszkZ3sYykjx3NH6BbbaCZf9jTswuxHKheTbaEDmSgrx7BfK+Z2My4jdMqCrEtKMSuJqEJ22AM5U8MNFVkCPTobkCEdJx0ZQJu+Tk73t1v3nqLUQH4PbFJzcUrr9yZFZ0u+1mzNNQ5o0w+v1dSRLGsXsPyRqGkQchuz/DKyrjJzf9Vb8HY4Ni63XiaXwgJrjq9rgAp6EmWV2xXUOI9CWZa7HsuRWO95m58nIq9K8VCkO+T/rWwrPqZ/tCgEtkshqecNhszQiki0d5Kf26o/YcATx4ZkJ655y4PTVr+kY0Xbb/UwEo2pPd3Hyd4hVz1I5N9TpYaJk2Lok1+7N+3LG+3Lj3KZtd5/+j8RujEmogI=
AwMDAAAKzJMQAAAAAACAP4vpfPBbbQsO5N1zYV2cIwWFgU0GPjU6A4Z4HZBn6pEAyQE0gDhetgyKZPX85HITAQ4BGDAHtRIDEDub76OXYwoxK4moQnbYA9LogGhc8HoCE+k2atrjNwlVbhHtqowIBzd5VHUOTqwG+aRoGpTpdAT6PxG6MSaiAnshqMdjiU0EHEEaI1ZzygY=
We can also provide predicates and a post aggregation expression to compute more complicated cardinalities:
AQMDAAA6zJN8QPYIsvHMNQ==
This section contains reference documentation for the DISTINCTCOUNTMV function.
Returns the count of distinct row values in a group
DISTINCTCOUNTMV(colName)
These examples are based on the .
The following query returns the documents that have a DivTailNums
with more than one value:
You can count the distinct number of items in these rows by running the following query:
2
N7713A,N7713A
N344AA,N344AA
N344AA,N344AA
N7713A,N7713A
This section contains reference documentation for the DISTINCTCOUNTBITMAPMV function.
Returns the count of distinct row values in a group. This function is accurate for INT or dictionary encoded column, but approximate for other cases where hash codes are used in distinct counting and there may be hash collision.
DISTINCTCOUNTBITMAPMV(colName)
These examples are based on the Hybrid Quick Start.
34
2
This section contains reference documentation for the DISTINCTCOUNTRAWHLLMV function.
Returns HLL response serialized as string. The serialized HLL can be converted back into an HLL and then aggregated with other HLLs. A common use case may be to merge HLL responses from different Pinot tables, or to allow aggregation after client-side batching.
DISTINCTCOUNTRAWHLLMV(colName, log2m)
These examples are based on the Hybrid Quick Start.
00000008000000ac00000000000000000000000500000020000000000030000202108000040000010000000300010400000000000000000000000463000000000000000000010001041000200000002000000000000000000a00000000028001000000010800000000010000001008000000804000000000020000040000880000000000000000000000000000000000000000000000800000000800020004000000840000000002000000000000000000001400
0000000100000004000000e4
This section contains reference documentation for the DISTINCTCOUNTHLL function.
Returns an approximate distinct count using HyperLogLog. It also takes an optional second argument to configure the log2m for the HyperLogLog. For accurate distinct counting, see DISTINCTCOUNT.
DISTINCTCOUNTHLL(colName, log2m)
These examples are based on the Batch Quick Start.
158
149
This section contains reference documentation for the DIV function.
Quotient of two values
DIV(col1, col2)
These examples are based on the Batch Quick Start.
26
153
0.16993464052287582
This section contains reference documentation for the DISTINCTCOUNTTHETASKETCH function.
The Theta Sketch framework enables set operations over a stream of data, and can also be used for cardinality estimation. Pinot leverages the Sketch Class and its extensions from the library org.apache.datasketches:datasketches-java:1.2.0-incubating
to perform distinct counting as well as evaluating set operations.
DistinctCountThetaSketch(<thetaSketchColumn>, <thetaSketchParams>, predicate1, predicate2..., postAggregationExpressionToEvaluate) -> Long
thetaSketchColumn
(required): Name of the column to aggregate on.
thetaSketchParams
(required): Parameters for constructing the intermediate theta-sketches.
Currently, the only supported parameter is nominalEntries
(defaults to 4096).
predicates
(optional)_: _ These are individual predicates of form lhs <op> rhs
which are applied on rows selected by the where
clause. During intermediate sketch aggregation, sketches from the thetaSketchColumn
that satisfies these predicates are unionized individually. For example, all filtered rows that match country=USA
are unionized into a single sketch. Complex predicates that are created by combining (AND/OR) of individual predicates is supported.
postAggregationExpressionToEvaluate
(required): The set operation to perform on the individual intermediate sketches for each of the predicates. Currently supported operations are SET_DIFF, SET_UNION, SET_INTERSECT
, where DIFF requires two arguments and the UNION/INTERSECT allow more than two arguments.
These examples are based on the Batch Quick Start.
149
146
We can also provide predicates and a post aggregation expression to compute more complicated cardinalities. For example, we could can find the intersection of the following queries:
1986
1985
1937
2003
1979
1900
1986
1978
2012
(the yearId 1986
is the only one in common)
By running the following query:
1
This section contains reference documentation for the DATETRUNC function.
(Presto) SQL compatible date truncation, equivalent to the Presto function date_trunc
.
Converts the value into a specified output granularity seconds since UTC epoch that is bucketed on a unit in a specified timezone.
DATETRUNC(unit, timeValue)
DATETRUNC(unit, timeValue, inputTimeUnitStr)
DATETRUNC(unit, timeValue, inputTimeUnitStr, timeZone)
DATETRUNC(unit, timeValue, inputTimeUnitStr, timeZone, outputTimeUnitStr)
unit
supports the following values:
millisecond
second
minute
hour
day
week
month
quarter
year
inputTimeUnitStr
and outputTimeUnitStr
support the following values:
NANOSECONDS
MICROSECONDS
MILLISECONDS
SECONDS
MINUTES
HOURS
DAYS
Truncates an epoch in milliseconds at WEEK
(where a Week starts at Monday UTC midnight):
or
Truncates an epoch in milliseconds at WEEK
(where a Week starts at Monday UTC midnight) in the UTC
time zone, returning a result in epoch in seconds in UTC timezone:
Truncates an epoch in milliseconds at WEEK
(where a Week starts at Monday UTC midnight) in the CET
time zone, returning a result in epoch in seconds in UTC timezone:
Truncates an epoch in milliseconds at QUARTER
in the Los Angeles time zone (where a Quarter begins on Jan 1st, April 1st, July 1st, October 1st in Los Angeles timezone), returning a result in hours since UTC epoch:
1565190733000
1565190733000
1639353600000
1639353600
1639350000
453631
1613433600000
2.718281828459045
162754.79141900392
1565136000000
1565190733000
23
0
1613472303000
1613472300000
1613469600000
This section contains reference documentation for the DATETIMECONVERT function.
Converts the value from a column that contains an epoch timestamp into another time unit and buckets based on the given time granularity.
DATETIMECONVERT(columnName, inputFormat, outputFormat, outputGranularity)
inputFormat
and outputFormat
are defined using the following structure:
<time size>:<time unit>:<time format>:<pattern>
where:
time size
- size of the time unit eg: 1, 10
time unit
- DAYS
, HOURS
, MINUTES
, SECONDS
, MILLISECONDS
, MICROSECONDS
, NANOSECONDS
time format
EPOCH
SIMPLE_DATE_FORMAT
pattern - defined in case of SIMPLE_DATE_FORMAT
e.g. yyyy-MM-dd
. A specific timezone can be passed using tz(timezone)
. Timezone can be long or short string format timezone. e.g. Asia/Kolkata
or PDT
granularity
is specified in the format <time size>:<time unit>
.
These examples are based on the Batch JSON Quick Start.
created_at_timestamp
from milliseconds since epoch to days since epoch, bucketed to 1 day granularity:
7044874109
2018-01-01 11:00:00.0
1514804402000
17532
created_at_timestamp
bucketed to 15 minutes granularity:
7044874109
2018-01-01 11:00:00.0
1514804402000
1514804400000
created_at_timestamp
to format yyyy-MM-dd
, bucketed to 1 days granularity:
7044874109
2018-01-01 11:00:00.0
1514804402000
2018-01-01
created_at_timestamp
to format yyyy-MM-dd HH:mm
, in timezone Pacific/Kiritimati
:
7044874109
2018-01-01 11:00:00.0
1514804402000
2018-01-02 01:00
created_at_timestamp
to format yyyy-MM-dd
, in timezone Pacific/Kiritimati
and bucketed to 1 day granularity:
7044874109
2018-01-01 11:00:00.0
1514804402000
2018-01-02 00:00
This section contains reference documentation for the DISTINCTCOUNTRAWHLL function.
Returns HLL response serialized as string. The serialized HLL can be converted back into an HLL and then aggregated with other HLLs. A common use case may be to merge HLL responses from different Pinot tables, or to allow aggregation after client-side batching.
DISTINCTCOUNTRAWHLL(colName, log2m)
These examples are based on the Batch Quick Start.
00000008000000ac00000800000084000210000000000020001020220030042002100420002010020210000300008020040180400001300310001863024004220870800004400421040104610220080000020000040000030000800002108420000110400800000106000060000080020000082000218c0002000000020000010200100000018c0006000400022004a0000088000200800000320820021000000221842000000000025088000220080100009420
000000010000000400000106
This section contains reference documentation for the JSONPATH function.
Extracts the object value from jsonField based on 'jsonPath', the result type is inferred based on JSON value. This function can only be used in an ingestion transformation function.
JSONPATH(jsonField, 'jsonPath')
jsonField
An Identifier/Expression contains JSON documents.
'jsonPath'
'jsonPath'
` is a literal. Pinot uses single quotes to distinguish them from identifiers.
The usage examples are based on extracting fields from the following JSON document:
JSONPATH(data, '$.name')
"Pete"
JSONPATH(data, '$.age')
24
This function can be used in the table config to extract the name
property into the name
column and age
property into the age
column, as described below:
This section contains reference documentation for the JSONPATHARRAY function.
Extracts an array from jsonField
based on 'jsonPath'
, the result type is inferred based on JSON value. This function can only be used in an ingestion transformation function.
JSONPATHARRAY(jsonField, 'jsonPath')
jsonField
An Identifier/Expression contains JSON documents.
'jsonPath'
'jsonPath'
` is a literal. Pinot uses single quotes to distinguish them from identifiers.
The usage examples are based on extracting fields from the following JSON document:
JSONPATHARRAY(myJsonRecord, '$.subjects[*].name')
["maths", "english"]
JSONPATHARRAY(myJsonRecord, '$.subjects[*].score')
[90, 70]
JSONPATHARRAY(myJsonRecord, '$.subjects[*].homework_grades[1]')
[85, 65]
This function can be used in the table config to extract the name
, score
, and second value of homework_grades
into their respective columns , as described below:
This section contains reference documentation for the JSONPATHARRAYDEFAULTEMPTY function.
Extracts an array from jsonField
based on 'jsonPath'
, the result type is inferred based on JSON value. Returns empty array for null or parsing error. This function can only be used in an ingestion transformation function.
JSONPATHARRAYDEFAULTEMPTY(jsonField, 'jsonPath')
jsonField
An Identifier/Expression contains JSON documents.
'jsonPath'
'jsonPath'
` is a literal. Pinot uses single quotes to distinguish them from identifiers.
The usage examples are based on extracting fields from the following JSON document:
JSONPATHARRAYDEFAULTEMPTY(myJsonRecord, '$.subjects[*].name')
["maths", "english"]
JSONPATHARRAYDEFAULTEMPTY(myJsonRecord, '$.subjects[*].score')
[90, 70]
JSONPATHARRAYDEFAULTEMPTY(myJsonRecord, '$.subjects[*].homework_grades[1]')
[85, 65]
JSONPATHARRAYDEFAULTEMPTY(myJsonRecord, '$.subjects[*].homework_grades[7]')
[]
This function can be used in the table config to extract the name
, score
, and second value of homework_grades
into their respective columns , as described below:
This page contains reference documentation for functions in Apache Pinot.
This page contains reference documentation for functions in Apache Pinot.
This section contains reference documentation for the fromEpochBucket functions.
This section contains reference documentation for the JSONFORMAT function.
Extracts the object value from jsonField based on 'jsonPath', the result type is inferred based on JSON value. This function can only be used in an .
JSONFORMAT(object)
The usage examples are based on extracting fields from the following JSON document:
This function can be used in the to extract the meta
property into the data
column, as described below:
This section contains reference documentation for the JSONEXTRACTSCALAR function.
Evaluates the 'jsonPath' on jsonField, returns the result as the type 'resultsType', use optional defaultValuefor null or parsing error.
JSONEXTRACTSCALAR(jsonField, 'jsonPath', 'resultsType', [defaultValue])
'jsonPath'
and`` ``
'results_type'
are literals. Pinot uses single quotes to distinguish them from identifiers.
The examples in this section are based on the . In particular we'll be querying the row WHERE id = 7044874109
:
The following examples show how to use the JSONEXTRACTSCALAR
function:
This section contains reference documentation for the JSONPATHLONG function.
Extracts the Long value from jsonField
based on 'jsonPath'
, use optional defaultValue
for null or parsing error. This function can only be used in an .
JSONPATHLONG(jsonField, 'jsonPath', [defaultValue])
'jsonPath'
` is a literal. Pinot uses single quotes to distinguish them from identifiers.
The usage examples are based on extracting fields from the following JSON document:
This section contains reference documentation for the JSONPATHDOUBLE function.
Extracts the Double value from jsonField
based on 'jsonPath'
, use optional defaultValue
for null or parsing error. This function can only be used in an .
JSONPATHDOUBLE(jsonField, 'jsonPath', [defaultValue])
'jsonPath'
` is a literal. Pinot uses single quotes to distinguish them from identifiers.
The usage examples are based on extracting fields from the following JSON document:
This section contains reference documentation for the JSONPATHSTRING function.
Extracts the String value from jsonField
based on 'jsonPath'
, use optional defaultValue
for null or parsing error. This function can only be used in an .
JSONPATHSTRING(jsonField, 'jsonPath', [defaultValue])
'jsonPath'
` is a literal. Pinot uses single quotes to distinguish them from identifiers.
The usage examples are based on extracting fields from the following JSON document:
This section contains reference documentation for the JSONEXTRACTKEY function.
Extracts all matched JSON field keys based on 'jsonPath' into a STRING_ARRAY.
JSONEXTRACTKEY(jsonField, 'jsonPath')
'jsonPath'
` is a literal. Pinot uses single quotes to distinguish them from identifiers.
The examples in this section are based on the . In particular we'll be querying the row WHERE id = 7044874109
.
Follows to read values from JSON documents.
Follows to read values from JSON documents.
Follows to read values from JSON documents.
This function can be used in the to extract the age
property into the age
column, as described below:
This function can be used in the to extract the age
property into the age
column, as described below:
This function can be used in the to extract the age
property into the age
column, as described below:
1613466000000
1613088000000
7044874109
LimeVista/Tapes
7044874109
dummyValue
JSONPATHLONG(data, '$.age')
24
JSONPATHDOUBLE(data, '$.age')
24.0
JSONPATHSTRING(data, '$.age')
"24"
1613472303000
3226944606000
1613472000000
JSONFORMAT(meta)
"{\"age\":12}"
jsonField
An Identifier/Expression contains JSON documents.
'jsonPath'
Follows JsonPath Syntax to read values from JSON documents.
'results_type'
One of the Pinot supported data types:INT, LONG, FLOAT, DOUBLE, BOOLEAN, TIMESTAMP, STRING,
INT_ARRAY, LONG_ARRAY, FLOAT_ARRAY, DOUBLE_ARRAY, STRING_ARRAY
.
{"id":115911530,"name":"LimeVista/Tapes","url":"https://api.github.com/repos/LimeVista/Tapes"}
jsonField
An Identifier/Expression contains JSON documents.
'jsonPath'
Follows JsonPath Syntax to read values from JSON documents.
jsonField
An Identifier/Expression contains JSON documents.
'jsonPath'
Follows JsonPath Syntax to read values from JSON documents.
5
jsonField
An Identifier/Expression contains JSON documents.
'jsonPath'
Follows JsonPath Syntax to read values from JSON documents.
jsonField
An Identifier/Expression contains JSON documents.
'jsonPath'
Follows JsonPath Syntax to read values from JSON documents.
7044874109
{"id":115911530,"name":"LimeVista/Tapes","url":"https://api.github.com/repos/LimeVista/Tapes"}
$['id'],$['name'],$['url']
This section contains reference documentation for the max function.
Get the maximum value in a group
MAX(colName)
These examples are based on the Batch Quick Start.
73
This section contains reference documentation for the MAXMV function.
Get the maximum value in a group
MAXMV(colName)
These examples are based on the Hybrid Quick Start.
108
This section contains reference documentation for the millisecond function.
This section contains reference documentation for the MD5 function.
1871
106
2
0
0
282776561
80406178a3d70a3d714041d5c28f5c28f6
92a8b787e81672261aad8afcf9de3aee
This section contains reference documentation for the minmaxrange function.
Returns the max
- min
value in a group
MINMAXRANGE(colName)
These examples are based on the Batch Quick Start.
142
This section contains reference documentation for the mode function.
Get the most frequent value in a group. When multiple modes are present it gives the minimum of all the modes. This behavior can be overridden to get the maximum or the average mode.
MODE(colName, [reducerType])
These examples are based on the Batch Quick Start.
2008
2010
2008
2012
This section contains reference documentation for the MULT function.
Product of at least two values
MULT(col1, col2, col3...)
These examples are based on the Batch Quick Start.
26
37
962
This section contains reference documentation for the percentile function.
Returns the max
- min
value in a group
percentile(colName, percentile)
These examples are based on the Batch Quick Start.
0
4
46
This section contains reference documentation for the percentileest function.
Returns the Nth percentile of the group using Quantile Digest algorithm.
percentileest(colName, percentile)
These examples are based on the Batch Quick Start.
0
4
46
This section contains reference documentation for the PERCENTILEESTMV function.
Returns the Nth percentile of the group using Quantile Digest algorithm.
PERCENTILEESTMV(colName, N)
These examples are based on the Hybrid Quick Start.
10
44
108
This section contains reference documentation for the PERCENTILETDigest function.
Returns the Nth percentile of the group using T-digest algorithm.
PERCENTILETDigest(colName, percentile)
These examples are based on the Batch Quick Start.
0
3.6571905392487856
46.26787306220119
This section contains reference documentation for the PERCENTILEMV function.
Returns the Nth percentile of the group where N is a decimal number between 0 and 100 inclusive
PERCENTILEMV(colName, N)
These examples are based on the Hybrid Quick Start.
10
44
108
This section contains reference documentation for the regexpExtract function.
bar sheep
This section contains reference documentation for the PERCENTILETDIGESTMV function.
Returns the Nth percentile of the group using T-digest algorithm.
PERCENTILETDIGESTMV(colName, N)
These examples are based on the Hybrid Quick Start.
10
44
108
This section contains reference documentation for the round function.
Round the given time value to nearest bucket start value.
round(timeValue, bucketSize)
Round seconds epoch value to the start value of the 30 seconds bucket to which it belongs.
1639144260
Round milliseconds epoch value to the start value of the 5,000 milliseconds bucket to which it belongs.
1639144270000
This section contains reference documentation for the SEGMENTPARTITIONEDDISTINCTCOUNT function.
Returns the count of distinct values of a column when the column is pre-partitioned for each segment, where there is no common value within different segments. This function calculates the exact count of distinct values within the segment, then simply sums up the results from different segments to get the final result.
This function relies on the expression values being partitioned for each segment, where there are no common values within different segments.
SEGMENTPARTITIONEDDISTINCTCOUNT(colName)
These examples are based on the Batch Quick Start.
149
This section contains reference documentation for the SHA256 function.
Return SHA-256 digest of binary column(bytes
type) as hex string
SHA256(bytesCol)
These examples are based on the Real time Quick Start.
282776561
80406178a3d70a3d714041d5c28f5c28f6
e3cdf4be84d2c7e442693b0e2f98c39b80c862a9eaf0fd444fee2bd56c1d461b
The row returned will be different if you run this example as the data is ingested in real-time.
This section contains reference documentation for the SHA512 function.
Return SHA-512 digest of binary column(bytes
type) as hex string
SHA512(bytesCol)
These examples are based on the Real time Quick Start.
282776561
80406178a3d70a3d714041d5c28f5c28f6
06cc4532755995fc1661f4195f3c67440471eba809a321635cda988a09e8bb66fd040713b1a88320bb70d6bd24443e5128527a178503e6c21d2c70438f02d103
The row returned will be different if you run this example as the data is ingested in real-time.
This section contains reference documentation for the SHA function.
Return SHA-1 digest of binary column(bytes
type) as hex string
SHA(bytesCol)
These examples are based on the Real time Quick Start.
282776561
80406178a3d70a3d714041d5c28f5c28f6
b914583284ac29d2bd3c9d097245b031d99d687d
The row returned will be different if you run this example as the data is ingested in real-time.