We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIELD
Is your feature request related to a problem? Need to support access nested fields after command FIELD.
PPL like below, although it has projection only includes field city, we still expect to use nested field city.name since it's nested in field city.
city
city.name
source=sql_test_index__deep_nested | fields city | sort city.name
Background: PPL will expand and flatten all nested fields in it's table schema, so we can access them easily.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
Need to support access nested fields after command
FIELD
.PPL like below, although it has projection only includes field
city
, we still expect to use nested fieldcity.name
since it's nested in fieldcity
.source=sql_test_index__deep_nested | fields city | sort city.name
Background:
PPL will expand and flatten all nested fields in it's table schema, so we can access them easily.
The text was updated successfully, but these errors were encountered: