[
https://issues.apache.org/jira/browse/ASTERIXDB-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ian Maxon resolved ASTERIXDB-3489.
----------------------------------
Resolution: Fixed
> Array slicing support is incomplete
> -----------------------------------
>
> Key: ASTERIXDB-3489
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3489
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: COMP - Compiler
> Reporter: Ali Alsuliman
> Assignee: Ali Alsuliman
> Priority: Major
> Labels: triaged
>
> The syntax for array accesses is:
> PathExpression ::= PrimaryExpression ( Field | Index )*
> Field ::= "." Identifier
> Index ::= "[" Expression (":" ( Expression )? )? "]"
> It's Python-inspired but misses part of what you can do there, e.g., arr[5:]
> is supported but arr[:5] is not.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)