File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -335,16 +335,16 @@ struct sFieldDefinition {
335
335
336
336
bool (* isValueAvailable ) (const tagEntryInfo * const , const fieldDefinition * );
337
337
338
- const char * getterValueType ;
338
+ const char * getterValueType ; /* used in --_list-operators */
339
339
struct _EsObject * (* getValueObject ) (const tagEntryInfo * , const fieldDefinition * );
340
- const char * setterValueType ;
340
+ const char * setterValueType ; /* used in --_list-operators */
341
341
342
342
/* Return es_false if passed value is acceptable.
343
343
Return an error object is unacceptable. */
344
344
struct _EsObject * (* checkValueForSetter ) (const fieldDefinition * , const struct _EsObject * );
345
345
struct _EsObject * (* setValueObject ) (tagEntryInfo * , const fieldDefinition * , const struct _EsObject * );
346
346
347
- fieldDataType dataType ; /* used in json output */
347
+ fieldDataType dataType ; /* used in json output. See OP column in --list-fields. */
348
348
349
349
unsigned int ftype ; /* Given from the main part */
350
350
};
You can’t perform that action at this time.
0 commit comments