In the directory name generated by this partitoiner, the delimiter between the operator, field name, and argument(s)
In the directory name generated by this partitoiner, the delimiter between the operator, field name, and argument(s)
The maximum length of a path component that the file system supports.
The maximum length of a path component that the file system supports.
Returns the path component from the file named 'filename' based on this partition as an Option.
Returns the path component from the file named 'filename' based on
this partition as an Option. Returns None there is not a specific
component for the field's value. The return value when the field
key is not present in the Record depends on the value of
useNullComponent: returns None when it is false and
Option("is_null${delim}${encodedKey}")
when it is true.
Option("is_null${delim}${encodedKey}") }}}
Returns the path component for the Record rec based on this
partition as an Option.
Returns the path component for the Record rec based on this
partition as an Option. Returns None there is not a specific
component for the field's value. The return value when the
field key is not present in the Record depends on the value
of useNullComponent: returns None when it is false and
Option("is_null${delim}${encodedKey}")
when it is true.
Option("is_null${delim}${encodedKey}") }}}
Whether a missing value in the record is recorded by an "is_null=FIELD" directory component.